Commit Graph

67 Commits

Author SHA1 Message Date
Luis Eduardo Jeréz Girón f1d63e2986 Add initCopyFunction to app.js for copying text to clipboard 2024-07-23 22:12:24 -06:00
Luis Eduardo Jeréz Girón 5154ebea4a Update create_database.go with improved help text for connection string 2024-07-23 22:07:28 -06:00
Luis Eduardo Jeréz Girón 9b00112c4a Update sticky header styling in dashboard layout 2024-07-23 21:47:54 -06:00
Luis Eduardo Jeréz Girón eaee34b227 Add RenderableGroup function for rendering a group of nodes without a parent element 2024-07-23 21:40:12 -06:00
Luis Eduardo Jeréz Girón 7b5aac953b Add create database creation functionality to dashboard 2024-07-23 21:22:36 -06:00
Luis Eduardo Jeréz Girón bc11ba4fae Add SelectControl component for rendering a select input field 2024-07-23 21:16:27 -06:00
Luis Eduardo Jeréz Girón f850af50e5 Disable ripple effect in toast notifications 2024-07-23 20:48:55 -06:00
Luis Eduardo Jeréz Girón 9680956b6a Update modal component styling and classes 2024-07-23 19:40:31 -06:00
Luis Eduardo Jeréz Girón a1f9187724 Update dashboard aside styling and layout 2024-07-23 19:31:27 -06:00
Luis Eduardo Jeréz Girón c5b75a550a Add about page to dashboard router 2024-07-23 19:28:41 -06:00
Luis Eduardo Jeréz Girón 19cdeb204c Update profile page with close all sessions functionality and display active sessions 2024-07-23 19:15:31 -06:00
Luis Eduardo Jeréz Girón e848850ae9 Add GMap component for rendering a map with gomponents 2024-07-23 19:08:44 -06:00
Luis Eduardo Jeréz Girón eaece77e62 Add logout all sessions functionality 2024-07-23 19:03:04 -06:00
Luis Eduardo Jeréz Girón 18d71e9199 Add CardBox component 2024-07-23 18:56:33 -06:00
Luis Eduardo Jeréz Girón 3675f18b6a Update dashboard layout and header styling 2024-07-23 18:56:19 -06:00
Luis Eduardo Jeréz Girón 3a9e178651 Add standardjs for javascript formatting 2024-07-23 18:14:15 -06:00
Luis Eduardo Jeréz Girón 6297e0045e Update Alpine.js components and initialization 2024-07-23 18:03:54 -06:00
Luis Eduardo Jeréz Girón beb2083da9 Use single app.js entrypoint 2024-07-23 16:07:35 -06:00
Luis Eduardo Jeréz Girón d8b637b6f2 Add better styles to aside 2024-07-23 15:44:53 -06:00
Luis Eduardo Jeréz Girón 8123183fa4 Update tailwind.css to add scrollbar styling 2024-07-23 15:19:11 -06:00
Luis Eduardo Jeréz Girón 56249c9498 Add links to aside 2024-07-23 15:07:42 -06:00
Luis Eduardo Jeréz Girón 6bb47977c5 Add logout functionality to auth router 2024-07-23 15:02:10 -06:00
Luis Eduardo Jeréz Girón 6361101d0d Add session_id to reqctx 2024-07-23 14:56:05 -06:00
Luis Eduardo Jeréz Girón 42e810f452 Dashboard layout started 2024-07-23 01:25:33 -06:00
Luis Eduardo Jeréz Girón 5b0c3c1680 Update logotype alt text to "PG Back Web" 2024-07-23 00:44:34 -06:00
Luis Eduardo Jeréz Girón 0b4fa5681c Add stars count to github star button 2024-07-23 00:32:59 -06:00
Luis Eduardo Jeréz Girón 7798d858f6 Improve change theme and star on github buttons 2024-07-23 00:13:18 -06:00
Luis Eduardo Jeréz Girón bfe48d25fc Update ChangeThemeButton to accept parameters for position, alignment, and size 2024-07-23 00:01:07 -06:00
Luis Eduardo Jeréz Girón 081ce0cf12 Add StarOnGithub component and update auth layout 2024-07-22 23:57:03 -06:00
Luis Eduardo Jeréz Girón 5f1677be14 Add root redirection and dashboard router mounting 2024-07-22 23:39:00 -06:00
Luis Eduardo Jeréz Girón e649de025f Add redirect logic for first user creation and login pages 2024-07-22 23:25:29 -06:00
Luis Eduardo Jeréz Girón e069d5bbbf Add middleware for authentication and authorization 2024-07-22 23:16:33 -06:00
Luis Eduardo Jeréz Girón 97c6daba7f Refactor router mounting logic for better organization and readability 2024-07-22 23:09:45 -06:00
Luis Eduardo Jeréz Girón 45c1fec5a7 Add middleware for injecting request context 2024-07-22 23:04:18 -06:00
Luis Eduardo Jeréz Girón f59117aa97 Add reqctx docs 2024-07-22 23:01:55 -06:00
Luis Eduardo Jeréz Girón 5d3821e05b Refactor reqctx package and remove unnecessary files 2024-07-22 22:59:29 -06:00
Luis Eduardo Jeréz Girón 2986ae7f8c Add reqctx package with utilities to pass information through request context 2024-07-22 22:43:54 -06:00
Luis Eduardo Jeréz Girón cf2f8c4d96 Update web router to use rate limiting middleware 2024-07-22 21:34:48 -06:00
Luis Eduardo Jeréz Girón 2e9616209b refactor rate limiting middleware to use struct receiver 2024-07-22 21:31:45 -06:00
Luis Eduardo Jeréz Girón 737aea3ef4 Add middleware package with rate limiting functionality 2024-07-22 21:31:07 -06:00
Luis Eduardo Jeréz Girón a3743eac02 Add session cookie handling for authentication 2024-07-22 21:12:03 -06:00
Luis Eduardo Jeréz Girón de0d448b88 Add first user creation process 2024-07-22 20:47:14 -06:00
Luis Eduardo Jeréz Girón da8897cb9a Add htmx custom trigger for alert with redirect 2024-07-22 20:46:10 -06:00
Luis Eduardo Jeréz Girón cf8e1c0827 Refactor hx_loading.go to remove redundant centered parameter 2024-07-22 20:14:01 -06:00
Luis Eduardo Jeréz Girón 7ce76cb421 Add htmx custom triggers 2024-07-22 18:30:13 -06:00
Luis Eduardo Jeréz Girón a8a2aae4a8 Refactor libs location and add notyf 2024-07-22 18:10:01 -06:00
Luis Eduardo Jeréz Girón 5a4bf12c9c Add AutoComplete support to InputControl component 2024-07-22 18:09:42 -06:00
Luis Eduardo Jeréz Girón d771633e15 Add AutoComplete support to InputControl component 2024-07-22 18:08:17 -06:00
Luis Eduardo Jeréz Girón cafef69df6 Update auth layout component styling 2024-07-22 17:56:52 -06:00
Luis Eduardo Jeréz Girón 733435dcd3 Use input control component in auth pages 2024-07-22 17:54:57 -06:00