Commit graph

1925 commits

Author SHA1 Message Date
Liam
17b9001ac7 wip 2024-05-05 00:32:05 -04:00
Liam
9c61059d6a Remove slime dependency 2024-05-04 23:24:45 -04:00
Liam
97aeab3fbb Remove converter 2024-05-04 23:24:45 -04:00
Liam
beaf5da4e9 Fix image block wrapping 2024-05-04 23:24:43 -04:00
Liam
c617533b4c Fix whitespace errors
These were largely found with three regular expressions:
%> [.;,]
( <%
%> \w+ <
2024-05-04 17:09:52 -04:00
Liam
67720bd7dc mix format 2024-05-04 17:09:44 -04:00
Liam
a19b1d1cb6 mix convert_to_heex 2024-05-04 17:09:20 -04:00
Liam
88a28e646d Add converter 2024-05-04 17:08:36 -04:00
Liam
6569efcdbe Update test to be whitespace insensitive 2024-05-04 17:08:36 -04:00
Liam
8be066a7fe Add LiveView dependency 2024-05-04 17:08:36 -04:00
Liam
291db61fb8 Remove converter 2024-05-04 17:07:32 -04:00
Liam
39dc9ffc2c Remove old route helpers 2024-05-04 17:07:32 -04:00
Liam
bb9469e279 truncated_ip_link 2024-05-04 17:07:32 -04:00
Liam
2184d17086 redirect_path, user_abbrv, last_message_path 2024-05-04 17:07:32 -04:00
Liam
37f949a9c5 link_to_reported_thing, link_to_noted_thing 2024-05-04 17:07:32 -04:00
Liam
26f3ada091 Fixup 2024-05-04 17:07:32 -04:00
Liam
42da2725a4 find lib/ -name '*.ex' -exec sed -i 's|defp log_details(conn, |defp log_details(_conn, |g' {} \; 2024-05-04 17:07:32 -04:00
Liam
ae985927bd mix convert_to_verified_routes && mix format 2024-05-04 17:07:32 -04:00
Liam
e15e22ed38 Add automatic converter 2024-05-04 17:07:32 -04:00
Liam
d2a1230288 Remove static paths 2024-05-04 17:07:32 -04:00
Liam
1f34b90f5c Fix comment routes 2024-05-04 17:07:32 -04:00
Liam
9566b9b73f Add verified routes to web 2024-05-04 17:07:32 -04:00
mdashlw
ca9cb3a50e
feat: add "retained" column to tag changes table (#246)
* feat: add "retained" column to tag changes table

* Update lib/philomena_web/views/tag_change_view.ex

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>

---------

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2024-05-04 13:00:55 -04:00
mdashlw
eba094fe47
feat: add "oc only" to quick tag table Often Forgotten (#249) 2024-05-04 12:58:51 -04:00
liamwhite
32619be58b
Ensure HTML raw insertion is not used in template (#247) 2024-05-03 23:15:14 -04:00
Liam
852f870ccf USe compile-time environment checks 2024-05-03 21:06:15 -04:00
Luna D.
70cde5d4b2
import mockinstance 2024-05-01 09:26:01 +02:00
Liam
7119660451 wrap 2024-04-30 21:27:02 -04:00
David Joseph Guzsik
5643660806
Eliminate chai-dom and restore @testing-library/jest-dom (#244) 2024-04-30 18:20:14 -04:00
David Joseph Guzsik
2417f40d37
Switch jest unit tests to vitest (#243)
* Switch jest unit tests to vitest

* Cleanup vite config after debugging
2024-04-30 20:44:26 +02:00
Nighty
dd8c2c81d9
Vite HMR for JS/TS (and jankily for CSS) (#242)
* prelim work on vite reload

* the best solution to a problem is usually the easiest one
2024-04-30 13:13:46 -04:00
Liam
ac908d2efd Remove tslib 2024-04-29 21:30:13 -04:00
Nighty
42cd107b2a
Vite (#240)
* begin vite stuff (does not work yet)

* finalize vite switch + cleanup package.json

* Assets path, re-add async, fix z

* Remove source-map-support

---------

Co-authored-by: Liam <byteslice@airmail.cc>
2024-04-29 20:39:52 -04:00
liamwhite
77548057e8
Relax CSP on development error pages (#238) 2024-04-28 14:09:08 -04:00
liamwhite
b1a23292fa
Whitespace tolerance (#237)
* Use flexbox for centering image blocks

* Fix tab display

* Make tag list wrappable and HTML whitespace tolerant

* Make header navigation HTML whitespace tolerant
2024-04-27 22:19:57 -04:00
Liam
ba87c1679e Further improve only_tag filtering 2024-04-27 19:49:24 -04:00
liamwhite
101aec001b
Use modern Phoenix HTML escaping (#236) 2024-04-27 14:01:02 -04:00
liamwhite
eb79ee45d2
Tag change search (#234)
* profile/tag_change: add search box to show only a single tag

* Minor fixup

---------

Co-authored-by: prg <prg@lacunae.de>
2024-04-27 14:00:54 -04:00
Liam
f1a75e87f2 Fix escaping error 2024-04-27 01:54:40 -04:00
Liam
089816845e Silence any lint on window.location mock 2024-04-22 18:45:42 -04:00
liamwhite
df2e336a24
upload: add pinning test (#231) 2024-04-22 18:43:36 -04:00
liamwhite
88a1131f35
input-duplicator: migrate to TypeScript (#230) 2024-04-22 18:43:27 -04:00
Liam
ac3b15b1e2 Add tag count fields 2024-04-22 08:29:38 -04:00
Liam
3f1f208916 Drop source_count from fields pending reindex 2024-04-21 21:22:02 -04:00
mdashlw
ea25f2a01e
Source count index (#214)
* elasticsearch image index: add source_count

* images query: add source_count field
2024-04-21 21:21:00 -04:00
Liam
f9a6240014 Add tag category counts to index 2024-04-21 21:20:43 -04:00
Liam
74daa662ac Fix images fast indexer 2024-04-21 21:08:17 -04:00
Liam
7ba9579078 Update comrak 2024-04-16 09:01:02 -04:00
Liam
c691045db0 Resolve test logger level deprecation 2024-04-16 08:10:03 -04:00
liamwhite
33a713310a
timeago: migrate to TypeScript (#226) 2024-04-16 08:02:12 -04:00