27ab839df4
Update frontend packages
2024-05-11 16:02:22 -04:00
2fab68241e
Add last/next crawl times to feeds, improve local time rendering
2024-02-01 00:13:09 -05:00
4eee21caed
Switch to tailwind for css styling
...
Could use more partials to reduce some of the current repetition (especially forms), but this is a start with everything converted.
2024-01-07 19:45:20 -05:00
89f37279e5
Package updates & don't load livereload snippet on hx-requests
2024-01-03 00:07:41 -05:00
5881412b59
Login & add feed form progressive enhancement
2023-12-16 01:03:04 -05:00
60671d5865
Complete reset password flow
2023-10-13 14:07:38 +02:00
e59c6d596e
Finish up email verification form
2023-09-29 23:48:37 -04:00
c95334a7e2
Email verification form submit
2023-09-29 20:56:43 -04:00
8d1bffc899
Update bun types
2023-09-27 22:41:10 -04:00
bea3529e22
Rename signup to register and center forms
2023-09-27 00:23:28 -04:00
092a38ad52
Add hx-boosted support to Layout
...
It will now skip rendering the layout if the request is coming from an
hx-boosted link or form and only update the head title with a
hx-swap-oob.
2023-09-26 23:36:31 -04:00
306059c355
Add basic user auth
2023-09-25 01:38:18 -04:00
ec394fc170
Implement entry and feed pagination
2023-09-02 14:01:18 -04:00
0607b46283
Add a footer
2023-09-01 20:13:44 -04:00
a8742c882e
Install htmx via bun instead of unpkg CDN
2023-09-01 19:59:56 -04:00
ac12ca0fd9
Add eslint and prettier to frontend
...
And format files
2023-09-01 01:05:06 -04:00
1d6f98c6bb
Replace hotwire with htmx
...
In the process, also improve the feedback from the import/add feed
forms.
I also replaced the frontend code to replace utc timestamps with local
time strings with @hotwired/stimulus with vanilla js.
2023-09-01 00:25:05 -04:00
ff0b218da1
Adjust entry html/css
2023-08-29 23:36:05 -04:00
2f39be4152
Finish implemtning OPML importer
...
Now with progress messages!
2023-08-29 00:35:19 -04:00
eddf39b62e
Added importer actor, file upload still not working
2023-07-22 22:54:57 -04:00
0dfde7cd31
Begin adding pagination for feeds
2023-07-15 02:12:59 -04:00
8f4db1d8d9
Button padding tweak
2023-07-08 01:58:33 -04:00
b94555d346
Delete feed button
...
And a non-functional edit button
2023-07-08 01:52:15 -04:00
478e72d8f0
Add feed form
2023-07-08 01:05:49 -04:00
7289151318
Upgrade sqlx to 0.7 + some tweaks
2023-07-05 21:14:31 -04:00
74a205d51e
Also bundle css with bun so it busts caches
...
And updates the `build.rs` script so that it also builds a manifest.txt
for css files.
2023-06-29 00:38:32 -04:00
76cc87631f
Add frontend JS and improve post styling
...
Frontend is built with Bun. It uses Stimulus to progressively enhance
the server-built HTML. Currently, it only replaces UTC timestamps from
the server with the time in the browser's timezone.
2023-06-27 14:03:52 -04:00