Peter Stockings
d4c0c0f262
Add home dashboard and Mithril rendering support
...
- Create new home route with comprehensive dashboard statistics
- Implement Mithril rendering support with new `mithril_loader.html` template
- Add new routes for home and test pages in `app.py`
- Create `lib/mithril.py` with Mithril rendering and error handling utilities
- Update dashboard template to use new home route
- Add detailed dashboard view with timer and HTTP function statistics
2025-02-20 23:35:46 +11:00
Peter Stockings
699ee50229
Add blueprint scaffold for timer functions
2025-02-16 13:45:34 +11:00
Peter Stockings
3ce976507e
Seperated landing page into self contained template as gradient stylings were making the dashboard hard to read
2024-03-29 22:00:17 +11:00
Peter Stockings
1a496d2441
Fix issue where on page refresh when on function edit/new sub pages you would be redirected back to dashboard
2024-03-27 14:03:52 +11:00
Peter Stockings
48b013c1f4
Minor styling update for functions overview & edit/new pages to make it more usable after landing page changes, also started to work on making pages refreshable through htmx hx-push-url
2024-03-27 13:08:29 +11:00
Peter Stockings
fc021d6971
Use landing page template and perform minor UI updates on other pages (Still needs alot of work)
2024-03-24 21:50:21 +11:00
Peter Stockings
761165cb23
Minor UI change for function edit form, moved execute button to bottom
2024-03-24 19:48:43 +11:00
Peter Stockings
c6554cf399
Create http function header template and move all http function related templates into same directory
2023-12-22 14:36:00 +11:00
Peter Stockings
c03c650da0
Logout when clicking on profile icon
2023-12-21 21:23:12 +11:00
Peter Stockings
e88661dfd2
Fetch http_functions from database
2023-12-16 19:02:04 +11:00
Peter Stockings
4796b7d8d1
Add views (static for now) for http and timer functions on dashboard
2023-12-16 18:19:48 +11:00
Peter Stockings
ca4cfd27b9
Add some text to explain what this does
2023-12-16 17:57:41 +11:00
Peter Stockings
bc38aa181c
Add dashboard, and flask endpoint that executes a script and returns the result (currently a hardcoded script)
2023-12-16 17:32:44 +11:00