Commit Graph

48 Commits

Author SHA1 Message Date
Alejandra
b5ac33fe0b ♻️ Update meta titles (#2179) 2026-02-09 20:59:05 +01:00
Alejandra
3d2fffd138 🐛 Add user authentication check in admin route to restrict access for non-superusers (#2145) 2026-01-23 17:12:05 +01:00
GniLudio
e0c80050f1 🎨 Apply pre-commit fixes (#2055) 2026-01-20 21:48:05 +01:00
Alejandra
1321241572 Add meta title support to all pages (#2039) 2025-12-08 19:27:08 +01:00
Alejandra
8c2532a5c3 🛂 Migrate frontend to Shadcn (#2010)
* 🔧 Add Tailwind, update dependencies and config files

*  Introduce new Shadcn components and remove old ones

* 🔧 Update dependencies

* Add new components.json file

* 🔥 Remove Chakra UI files

* 🔧 Add ThemeProvider component and integrate it into main

* 🔥 Remove common components

* Update primary color

*  Add new components

*  Add AuthLayout component

* 🔧 Add utility function cn

* 🔧 Refactor devtools integration and update dependencies

*  Add Footer and Error components

* ♻️ Update Footer

* 🔥 Remove utils

* ♻️ Refactor error handling in useAuth

* ♻️ Refactor useCustomToast

* ♻️ Refactor Login component and form handling

* ♻️ Refactor SignUp component and form handling

* 🔧 Update dependencies

* ♻️ Refactor RecoverPassword component and form handling

* ♻️ Refactor ResetPassword and form handling

* ♻️ Add error component to root route

* ♻️ Refactor error handling in utils

* ♻️ Update buttons

* 🍱 Add icons and logos assets

* ♻️ Refactor Sidebar component

* 🎨 Format

* ♻️ Refactor ThemeProvider

* ♻️ Refactor Common components

* 🔥 Remove old Appearance component

*  Add Sidebar components

* ♻️ Refactor DeleteAccount components

* ♻️ Refactor ChangePassword component

* ♻️ Refactor UserSettings

*  Add TanStack table

* ♻️ Update SignUp

*  Add Select component

* 🎨 Format

* ♻️ Update Footer

*  Add useCopyToClipboard hook

* 🎨 Tweak table styles

* 🎨 Tweak styling

* ♻️ Refactor AddUser and AddItem components

* ♻️ Update DeleteConfirmation

*  Update tests

*  Update tests

*  Fix tests

*  Add DataTable for item and admin management

* ♻️ Refactor DeleteUser and DeleteItem components

*  Fix tests

* ♻️ Refactor EditUser and EditItem components

* ♻️ Refactor UserInformation component

* 🎨 Format

* ♻️ Refactor pending components

* 🎨 Format

*  Update tests

*  Update tests

*  Fix test

* ♻️ Minor tweaks

* ♻️ Update social media links
2025-12-07 13:21:13 +01:00
Alejandra
f813161912 ⬆️ Upgrade Biome to the latest version (#1861) 2025-09-09 14:45:10 +02:00
Alejandra
5f1ba46404 🔧 Update tsconfig.json and fix errors (#1859) 2025-09-08 12:51:26 +02:00
Alejandra
780e6691a0 ⬆️ Update TansTack Router dependencies (#1853) 2025-09-08 12:12:19 +02:00
Alejandra
d18cf4b6be 🎨 Add minor UI tweaks in Skeletons and other components (#1507) 2025-02-21 21:29:00 +01:00
Alejandra
ccbdb30a87 🎨 Add minor UI tweaks (#1506) 2025-02-21 20:10:51 +00:00
Alejandra
ed34e5e170 🔧 Configure path alias for cleaner imports (#1497) 2025-02-17 20:55:20 +01:00
Alejandra
55df823739 🛂 Migrate to Chakra UI v3 (#1496)
Co-authored-by: github-actions <github-actions@github.com>
2025-02-17 20:33:00 +01:00
Boriss Jerjomkin
c754a0058b 🧑‍🔧 Replace correct value for 'htmlFor' (#1456) 2025-01-06 11:32:57 +00:00
Sebastián Ramírez
e684f3c8d6 👷 Improve Playwright CI speed: sharding (paralel runs), run in Docker to use cache, use env vars (#1405) 2024-10-25 21:56:34 +00:00
Saltie
8d52d018b4 ♻️ Add PaginationFooter component (#1381) 2024-10-03 20:32:46 +02:00
Alejandra
b905768656 ♻️ Tweaks in frontend (#1273) 2024-08-01 18:01:03 +00:00
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
c147a95563 Add Sign Up and make OPEN_USER_REGISTRATION=True by default (#1265) 2024-07-22 19:40:56 -05:00
Alejandra
2ed7a0887c 🎨 Format frontend (#1262) 2024-07-22 00:33:50 +00:00
António Loureiro
c38581ce26 ♻️ Abstraction of specific AddModal component out of the Navbar (#1246) 2024-07-18 15:27:39 -05:00
jmondaud
8ba2459b75 ♻️ Update login.tsx to prevent error if username or password are empty (#1257) 2024-07-18 15:24:51 -05: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
Patrick Arminio
dda7934ed8 Introduce pagination in items (#1239) 2024-06-27 14:49:54 -05:00
Tomer Barletz
1bf057bd19 Add TanStack React Query devtools in dev build (#1217) 2024-06-01 22:34:41 +00:00
Tomer Barletz
0eb5e18d85 🐛 Fix welcome page to show logged-in user (#1218) 2024-06-01 17:31:03 -05:00
Alejandra
44ed5b1783 🚚 Move assets to public folder (#1206) 2024-05-20 11:15:23 -07:00
Patrick Arminio
472e0f254b 🚸 Use useSuspenseQuery to fetch members and show skeleton (#1174) 2024-04-16 09:56:59 -05:00
Patrick Arminio
c31a12c0fb Use suspense for items page (#1167) 2024-04-15 15:03:39 -05:00
Patrick Arminio
615170dc34 🚸 Mark login field as required (#1166) 2024-04-12 10:50:14 -05:00
Patrick Arminio
9523db2f53 🚸 Improve login (#1163) 2024-04-09 09:12:19 -05: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
Patrick Arminio
2314dbd2df 🆙 Update React Query to TanStack Query (#1153) 2024-04-04 09:30:42 -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
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
84bc7e2ca8 ♻️ Add email pattern and refactor in frontend (#1138) 2024-03-28 19:49:02 -05:00
Alejandra
94a2037f8a 🎨 Format with Biome (#1097) 2024-03-17 16:28:45 +00:00
Alejandra
a2a1900105 🎨 Replace buttons styling for variants for consistency (#722) 2024-03-15 01:05:28 +01:00
Alejandra
21232c0f9f 🛠️ Minor changes in frontend (#715) 2024-03-13 21:59:28 +00:00
Alejandra
d360b92bc6 🎨 Adjust color and spacing (#684) 2024-03-12 14:58:44 +01: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
9d703df254 🚚 Move new-frontend to frontend (#652) 2024-03-08 18:23:54 +00:00