Commit Graph
100 Commits
Author SHA1 Message Date
Alejandra 1e9e561e5f Add Reset Password e2e tests (#1270) 2024-07-30 09:09:57 -05:00
Alejandra 8f7004821a Add Sign Up e2e tests (#1268) 2024-07-29 12:53:43 -05:00
Alejandra 06a2ec8a2b 🔧 Update Playwright config and tests to use env variables (#1266) 2024-07-23 14:59:39 -05:00
Alejandra c147a95563 Add Sign Up and make OPEN_USER_REGISTRATION=True by default (#1265) 2024-07-22 19:40:56 -05:00
AlejandraandSebastián Ramírez a6fbe9df64 Add Login e2e tests (#1264)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-07-22 23:04:29 +00:00
AlejandraandSebastián Ramírez 000580d0ac Add initial setup for frontend / end-to-end tests with Playwright (#1261)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-07-22 23:00:02 +00:00
Alejandra e15831c930 ♻️ Update form inputs width (#1263) 2024-07-22 01:24:32 +00:00
Alejandra 2ed7a0887c 🎨 Format frontend (#1262) 2024-07-22 00:33:50 +00:00
Alejandra 3865627301 ♻️ Refactor recover password (#1242) 2024-06-28 09:22:32 -05:00
Alejandra a578dffcae 🎨 Format and lint (#1243) 2024-06-27 16:38:45 -05:00
Alejandra ef76179f9f ♻️ Update DeleteConfirmation component to use new service (#1224) 2024-06-05 17:25:47 +00:00
Alejandra 2f0a682bfe ♻️ Update client services (#1223) 2024-06-05 10:39:46 -05:00
Alejandra 649a7dae4c 📝 Update release-notes.md (#1220) 2024-06-01 22:44:03 +00:00
Alejandra 47548490bb ⚒️ Add minor frontend tweaks (#1210) 2024-05-20 11:30:18 -07:00
Alejandra 44ed5b1783 🚚 Move assets to public folder (#1206) 2024-05-20 11:15:23 -07:00
Alejandra 8f6e8c9ee4 🔧 Update Node.js version in .nvmrc (#1192) 2024-05-03 15:29:52 -07:00
Alejandra 88a5c6448a 📝 Add Enabling Open User Registration to backend docs (#1191) 2024-05-03 15:29:03 -07:00
Alejandra f11bec6aa6 🔥 Remove duplicated code (#1185) 2024-04-26 15:55:59 -07:00
AlejandraandSebastián Ramírez b81cec8ea5 ♻️ Add delete_user_me endpoint and corresponding test cases (#1179)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-04-26 12:35:12 -07:00
Alejandra 314da98a45 🎨 Format Utils (#1173) 2024-04-15 21:34:50 +00:00
Alejandra 78a8a3b4c4 🐛 Fix bug when resetting password (#1171) 2024-04-15 21:19:40 +00:00
Alejandra 88505aa683 📝 Update release-notes.md (#1164) 2024-04-09 15:19:12 +00:00
Alejandra ccd85b098b 🎨 Format frontend (#1161) 2024-04-08 15:49:22 -05:00
Alejandra b92de6eb4f ♻️ Regenerate frontend client (#1156) 2024-04-06 18:26:12 -05:00
Alejandra 529a475c8d ♻️ Migrate frontend client generation from openapi-typescript-codegen to @hey-api/openapi-ts (#1151) 2024-04-03 16:40:33 -05:00
Alejandra 78b68e1ab9 🔧 Update pre-commit config to exclude generated client folder (#1150) 2024-04-03 21:08:33 +00:00
Alejandra 73666b0556 🔥 Remove unused exports and update dependencies (#1146) 2024-04-02 22:57:53 -05:00
Alejandra 4239d93ea6 ♻️ Refactor and tweaks, rename UserCreateOpen to UserRegister and others (#1143) 2024-04-01 22:53:33 -05:00
Alejandra 33fe25e332 🎨 Format imports (#1140) 2024-03-29 02:15:11 +00:00
Alejandra 6874db48b0 ♻️ Refactor and remove React.FC (#1139) 2024-03-29 01:22:28 +00:00
Alejandra 84bc7e2ca8 ♻️ Add email pattern and refactor in frontend (#1138) 2024-03-28 19:49:02 -05:00
Alejandra 6b79f8c919 🔧 Add GitHub templates for discussions and issues, and security policy (#1105) 2024-03-18 17:38:44 +00:00
Alejandra 80083299eb 🔧 Add Biome to pre-commit config (#1098) 2024-03-17 18:50:06 +00:00
Alejandra 94a2037f8a 🎨 Format with Biome (#1097) 2024-03-17 16:28:45 +00:00
Alejandra 4fbbdf4e94 🔥 Remove ESLint and Prettier from pre-commit config (#1096) 2024-03-17 16:23:36 +00:00
Alejandra 7856fd811b 🎨 Update quote style in biome formatter (#1095) 2024-03-17 16:13:25 +00:00
Alejandra a2a1900105 🎨 Replace buttons styling for variants for consistency (#722) 2024-03-15 01:05:28 +01:00
Alejandra f5764acd56 🛠️ Improve modify-openapi-operationids.js (#720) 2024-03-14 12:27:03 +01:00
Alejandra 85c1b06400 📝 Update README.md (#716) 2024-03-13 23:09:21 +01:00
Alejandra 21232c0f9f 🛠️ Minor changes in frontend (#715) 2024-03-13 21:59:28 +00:00
Alejandra b08aec7d98 ⚙️ Update pre-commit config with Prettier and ESLint (#714) 2024-03-13 21:43:54 +01:00
Alejandra ba042eca1f 📝 Update README.md, dark mode screenshot position (#706) 2024-03-13 12:54:57 +01:00
AlejandraandSebastián Ramírez cffdd96fa8 🦇 Add dark mode to README.md (#703)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-12 20:46:08 +00:00
Alejandra 12202b6f4d ◀ Revert "📸 Rename Dashboard to Home and update screenshots" (#697)
This reverts commit 5cf7ab0a6b.
2024-03-12 18:56:17 +00:00
Alejandra 03eb49aa4d 🐛 Fix allowing a user to update the email to the same email they already have (#696) 2024-03-12 19:24:35 +01:00
Alejandra 5cf7ab0a6b 📸 Rename Dashboard to Home and update screenshots (#693) 2024-03-12 19:23:58 +01:00
Alejandra 204f46d651 📝 Update README.md (#691) 2024-03-12 18:42:20 +01:00
Alejandra a62b1682e0 Add test for deleting user without privileges (#690) 2024-03-12 17:01:51 +00:00
Alejandra f67af697eb ♻️ Refactor user update (#689) 2024-03-12 17:29:49 +01:00
Alejandra d360b92bc6 🎨 Adjust color and spacing (#684) 2024-03-12 14:58:44 +01:00
Alejandra 2a20c4bac6 📝 Update README.md and deployment.md (#678) 2024-03-11 19:34:59 +00:00
Alejandra 8fedbd17b8 📝 Update frontend README.md (#675) 2024-03-11 17:06:35 +00:00
Alejandra eed628a43e 🎨 Improve styles (#673) 2024-03-11 16:56:59 +00:00
Alejandra 7cf9577ebb 🎨 Update theme (#666) 2024-03-11 15:50:46 +00:00
Alejandra 710e2f8c2b 🔧 Set TanStack Router devtools only in dev mode (#668) 2024-03-11 15:50:10 +00:00
Alejandra f5ccd4a59c Create endpoint to show password recovery email content and update email template (#664) 2024-03-09 23:53:46 +00:00
Alejandra d04f758433 🔥 Remove unnecessary validation (#662) 2024-03-09 23:53:03 +00:00
AlejandraandSebastián Ramírez 9989016c56 💬 Improve Delete Account description and confirmation (#661)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-09 20:13:31 +00:00
Alejandra 4de4777e4b ♻️ Refactor email templates (#659) 2024-03-09 00:41:58 +00:00
Alejandra 38e59c0efd 📸 Add new screenshots (#657) 2024-03-08 19:47:58 +00:00
Alejandra 7f87c0f5d5 🔥 Remove unused schemas (#656) 2024-03-08 19:45:49 +00:00
Alejandra 9d703df254 🚚 Move new-frontend to frontend (#652) 2024-03-08 18:23:54 +00:00
Alejandra 5e48da384e 🔧 Add script for ESLint 2024-03-08 11:45:34 -05:00
Alejandra 4900b2e676 🐛 Fix but when editing own user (#651) 2024-03-08 16:43:21 +00:00
Alejandra fba645a30a Ignore client folder (#648) 2024-03-08 09:26:29 -05:00
Alejandra 0231740213 ⚙️ Add Prettier config (#647) 2024-03-08 14:10:28 +00:00
Alejandra 2d138b4622 🎨 Format with Prettier (#646) 2024-03-08 13:58:36 +00:00
Alejandra 3398a77ad1 🔧 Update pre-commit config (#645) 2024-03-08 13:43:02 +00:00
Alejandra fd9e8e0803 Revert "⚙️ Add Prettier and ESLint config with pre-commit" (#644)
This reverts commit 1b8b42cee5.
2024-03-08 13:10:09 +00:00
Alejandra 1b8b42cee5 ⚙️ Add Prettier and ESLint config with pre-commit (#640) 2024-03-07 23:08:07 +00:00
Alejandra 11c09b50b2 Migrate to TanStack Query (React Query) and TanStack Router (#637) 2024-03-07 18:16:23 +00:00
Alejandra a22da4b1b5 Update new-frontend client (#625) 2024-03-01 17:12:55 +00:00
Alejandra 01c40d4bda Add password reset functionality (#624) 2024-02-29 23:30:58 +01:00
Alejandra 2d0f77421f ♻️ Refactor old CRUD utils and tests (#622) 2024-02-29 21:42:55 +01:00
AlejandraandEsteban Maya Cadavid 4531952aa7 Add private/public routing (#621)
Co-authored-by: Esteban Maya Cadavid <emaya@trueblue.com>
2024-02-29 15:47:13 +01:00
Alejandra e4a4bed5b6 Add form validation to Admin, Items and Login (#616) 2024-02-29 00:30:59 +01:00
AlejandraandEsteban Maya Cadavid 2346b81c51 Support delete own account and other tweaks (#614)
Co-authored-by: Esteban Maya Cadavid <emaya@trueblue.com>
2024-02-27 21:47:42 +01:00
Alejandra e44777f919 Restructure folders, allow editing of users/items, and implement other refactors and improvements (#603)
* Reorganize project directory structure

* Allow edit users/items, add useAuth and useCustomToast, password confirmation

* Minor improvements for consistency

* Add 'Cancel' button to UserInformation in editMode

* Refactor UserSettings

* Enable user password changes and improve error handling

* Enable user information update

* Add logout to Sidebar in mobile devices, conditional tabs depending on role and other improvements

* Add badges

* Remove comment

* Appearance tab updates

* Change badge color

* Reset inputs when clicking on 'Cancel' button

* Disable actions menu for Superuser when logged in

* Modify Logout and update stores
2024-02-26 15:39:09 +01:00
Alejandra 176b6fb1c9 ♻️ Refactor update endpoints and regenerate client for new-frontend (#602) 2024-02-22 00:55:19 +04:00
Alejandra 93e03184d6 Add dark mode to new-frontend and conditional sidebar items (#600) 2024-02-16 19:38:00 +01:00
AlejandraandSebastián Ramírez b470f59ce2 Migrate to RouterProvider and other refactors (#598)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-02-15 23:17:26 +01:00
Alejandra b18783f642 Add Not Found page (#595) 2024-02-13 21:06:57 +01:00
Alejandra a88f637ed8 Add delete_user; refactor delete_item (#594) 2024-02-13 15:25:58 +01:00
AlejandraandSebastián Ramírez b4a1da918d Add new pages, components, panels, modals, and theme; refactor and improvements in existing components (#593)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-02-12 22:46:51 +01:00
Alejandra 2014a3bcf5 Add state store to new frontend (#592) 2024-02-12 20:03:08 +01:00
Alejandra cbba08d565 🐛 Add onClose to SidebarItems (#589) 2024-01-29 23:42:09 +01:00
Alejandra b950fd7389 Add Layout to App (#588) 2024-01-29 23:10:46 +01:00
Alejandra 68ae0970f1 Add Sidebar to new frontend (#587) 2024-01-29 22:40:11 +01:00
Alejandra 52150b3d10 Add Login to new frontend (#585) 2024-01-23 20:48:56 +04:00
Alejandra 6ecc8a06ec Include schemas in generated frontend client (#584) 2024-01-22 21:16:21 +01:00
Alejandra 7966d3fb1b Regenerate frontend client with recent changes (#575) 2023-12-27 20:50:48 +01:00
Alejandra 6faa5f66d5 ♻️ Re-enable user update path operations for frontend client generation (#574) 2023-12-27 20:39:42 +01:00
Alejandra d5982236ac ♻️ Refactor API in utils.py (#573) 2023-12-27 19:49:36 +01:00
Alejandra 047e6884be ♻️ Remove type ignores and add response_model (#572) 2023-12-27 19:37:05 +01:00
Alejandra 49d610e443 Add client in frontend and client generation (#569) 2023-12-26 16:51:46 +01:00
Alejandra 8155761cf4 🐳 Set up Docker config for new-frontend (#564) 2023-12-04 23:09:14 +01:00
Alejandra 28808e071c Set up new frontend with Vite, TypeScript and React (#563) 2023-11-30 22:16:32 +01:00
Alejandra 3f109aee1f 🐛 Fix positional argument bug in init_db.py (#562) 2023-11-29 23:22:15 +01:00
AlejandraandSebastián Ramírez 6f29eb2438 ♻️ Refactor Users API and dependencies (#561)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2023-11-29 18:13:15 +01:00
Alejandra S 64e4d37ee2 📌 Add NodeJS version management and instructions (#551) 2023-11-15 20:50:50 +01:00