Nick Krecklow
eee36e3cbe
use alpine v3 click.outside event name ( #83 )
...
Alpine v3 deprecates the v2 `click.away` event and marks it for possible future removal, replacing it with `click.outside`.
See v3 release notes: https://alpinejs.dev/upgrade-guide#away-replace-with-outside
2024-10-02 10:32:25 -04:00
Mike Stefanello
a096abd195
Default to SQLite rather than Postgres & Redis ( #72 )
...
* Initial rough draft switch to sqlite.
* Rewrote cache implemenation.
* Provide typed tasks.
* Task cleanup.
* Use same db for tasks.
* Provide task queue registration and service container injection.
* Added optional delay to tasks. Pool buffers when encoding.
* Added tests for the task client and runner.
* Added handler examples for caching and tasks.
* Cleanup and documentation.
* Use make in workflow.
* Updated documentation.
* Updated documentation.
2024-06-22 10:34:26 -04:00
mikestefanello
75aefa8a0a
Removed echo-contrib dependency.
2024-06-15 16:56:47 -04:00
Mike Stefanello
97bef0257e
Improve form and template usage ( #66 )
...
* Improve form and template usage.
2024-06-14 12:35:35 -04:00
mikestefanello
203a856895
Move htmx template into layouts.
2023-12-18 20:59:40 -05:00
mikestefanello
ea46a38f68
Added user email verification support.
2022-01-08 15:32:18 -05:00
mikestefanello
feb11bbe5b
Replaced hard-coded search path with URL generator.
2022-01-06 21:40:04 -05:00
mikestefanello
6d62a19493
Added search example.
2021-12-27 12:54:27 -05:00
mikestefanello
0239f46247
Moved navigation to the left-side panel.
2021-12-27 10:09:46 -05:00
mikestefanello
677193ccba
Added HTMX attributes to auth forms.
2021-12-24 15:38:14 -05:00
mikestefanello
576caf217c
HTMX error handling.
2021-12-23 20:58:49 -05:00
mikestefanello
8860b981e6
Support CSRF in HTMX non-form posts.
2021-12-23 19:29:12 -05:00
mikestefanello
57159c4fba
Initial commit of form submission struct.
2021-12-22 23:40:08 -05:00
mikestefanello
b61077dac9
Started on HTMX support.
2021-12-22 21:51:18 -05:00
mikestefanello
3525d5d704
Updated func name to get route url in templates.
2021-12-18 17:02:29 -05:00
mikestefanello
299774c0c7
Renamed views directory to templates.
2021-12-14 11:30:31 -05:00