Commit Graph

10 Commits

Author SHA1 Message Date
79ed713a18 Improved bulk action handling in modapp
- Added helper functions for approving, rejecting, and deleting quotes (approve_quote, reject_quote, delete_quote)
- Implemented validation for quote selection and action type
- Added user feedback (flash messages) for successful or invalid actions
- Ensured no action is performed if no quotes are selected in bulk operations
2024-10-11 18:49:10 +01:00
918667a86a Fix: Applied consistent theme and styling to login page 2024-10-11 16:07:26 +01:00
9274bda6ff Added search.html which was missing. 2024-10-11 16:05:25 +01:00
b680f8c40c Create submit.html 2024-10-09 21:14:45 +01:00
947ef43fca Create random.html 2024-10-09 21:14:35 +01:00
cbac5795b3 Create quote.html 2024-10-09 21:14:25 +01:00
51219a4577 Create modapp.html 2024-10-09 21:14:15 +01:00
add0decdfb Create login.html 2024-10-09 21:14:02 +01:00
9b703de932 Create browse.html 2024-10-09 21:13:50 +01:00
b510a2112a Create index.html 2024-10-09 21:13:38 +01:00