796e793547
feat: add basic theme system
...
This is intended to allow override of look/feel without overriding the
logic/structure of templates. In practice the main goal internally is
to allow testing of Vue 3 + Oruga, to eventually replace Vue 2 + Buefy
as the default theme.
2025-06-29 09:16:44 -05:00
Lance Edgar
e3942ce65e
feat: add permission checks for menus, view routes
2024-08-14 21:20:00 -05:00
Lance Edgar
eac3b81918
feat: add Users view; improve CRUD master for SQLAlchemy models
2024-08-12 21:17:08 -05:00
Lance Edgar
9a739381ae
feat: add basic App Info view (index only)
...
more to come!
2024-08-05 21:49:18 -05:00
Lance Edgar
9ac4f7525e
feat: add initial MasterView
support
...
very minimal, index view only with empty page content
2024-08-05 19:21:58 -05:00
Lance Edgar
0e0460b831
fix: allow custom user getter for new_request_set_user()
hook
2024-08-05 15:06:55 -05:00
Lance Edgar
fc339ba81b
feat: add support for admin user to become / stop being root
2024-08-05 14:21:54 -05:00
Lance Edgar
a505ef27fb
feat: add auth views, for login/logout
2024-08-05 09:31:19 -05:00
Lance Edgar
977c196f47
feat: basic support for WSGI app, views, templates
...
also docs + tests for what we have so far
2024-07-12 00:17:15 -05:00