Commit Graph

208 Commits

Author SHA1 Message Date
Luis Eduardo Jeréz Girón e0dc461b1a Add edit database form 2024-07-23 23:24:31 -06:00
Luis Eduardo Jeréz Girón 06ef59f027 Add delete functionality for databases in dashboard 2024-07-23 22:34:45 -06:00
Luis Eduardo Jeréz Girón 7977ba60e1 Add test connection button to database list page 2024-07-23 22:26:42 -06:00
Luis Eduardo Jeréz Girón abd02fc0ce Add tooltip to CopyButton component 2024-07-23 22:26:32 -06:00
Luis Eduardo Jeréz Girón b6a364f584 Add database list functionality to dashboard 2024-07-23 22:19:20 -06:00
Luis Eduardo Jeréz Girón 97194f4a0d Add CopyButton component for copying text to clipboard 2024-07-23 22:18:40 -06:00
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 58ef913a6d Update pagination limit to ensure a minimum value of 1 and a maximum value of 100 2024-07-23 21:59:10 -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 23fa0bb786 Add TestDatabase function to databases service 2024-07-23 20:44:20 -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 eda331085a Add GetUserSessions function to auth service 2024-07-23 19:12:58 -06:00
Luis Eduardo Jeréz Girón 2d750463d4 Add new date layout for pretty formatting 2024-07-23 19:12:51 -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 836c671da0 Hash user password in UpdateUser function 2024-07-23 18:56:43 -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 6798397dc6 Update foreign key constraints in database migrations 2024-07-22 23:29:25 -06:00
Luis Eduardo Jeréz Girón 4612eac0fd Add path and same-site to session cookie 2024-07-22 23:27:43 -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 e64299e5ce Fix bug when cookie not found 2024-07-22 23:22:20 -06:00
Luis Eduardo Jeréz Girón 2b295dbcf9 Remove SameSite attribute from session cookie handling 2024-07-22 23:19:48 -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 cf1823f308 Update project code snippets to improve code readability and consistency 2024-07-22 23:08:02 -06:00
Luis Eduardo Jeréz Girón 15f027e762 Update project code snippets 2024-07-22 23:06:44 -06:00