Commit Graph
100 Commits
Author SHA1 Message Date
T'JAMPENS QUENTIN p2406187 47b1074f92 Create interfaces 2026-02-10 14:54:30 +01:00
T'JAMPENS QUENTIN p2406187 155d510125 Fix style 2026-02-10 14:14:08 +01:00
T'JAMPENS QUENTIN p2406187 461b39718b Fix empty check 2026-02-06 15:30:41 +01:00
T'JAMPENS QUENTIN p2406187 c5d4edb8a1 Control errors and feedback 2026-02-06 15:23:35 +01:00
T'JAMPENS QUENTIN p2406187 3c992d5df7 Convert Modal component to Typescript 2026-02-06 15:11:03 +01:00
T'JAMPENS QUENTIN p2406187 d79f9f5c84 Create registerMember admin component 2026-02-06 15:07:32 +01:00
T'JAMPENS QUENTIN p2406187 f6def2f817 Convert Input and Button UI component to TypeScript 2026-02-06 15:07:14 +01:00
T'JAMPENS QUENTIN p2406187 1489a10711 Rename rgpd route 2026-02-03 16:31:21 +01:00
T'JAMPENS QUENTIN p2406187 9e715cc575 Add refresh btn to ValidationErrorPage 2026-02-03 16:29:47 +01:00
T'JAMPENS QUENTIN p2406187 a54b7dfad9 Fix user data context 2026-02-03 16:21:02 +01:00
T'JAMPENS QUENTIN p2406187 39030b18cf Refresh on last member 2026-02-03 14:39:42 +01:00
T'JAMPENS QUENTIN p2406187 34ad0ec345 Show result modal 2026-02-03 14:34:26 +01:00
T'JAMPENS QUENTIN p2406187 6202f6dc77 Able to refuse members 2026-02-03 14:27:54 +01:00
T'JAMPENS QUENTIN p2406187 bda8331ed1 Typescript install 2026-02-03 14:24:31 +01:00
T'JAMPENS QUENTIN p2406187 a2929025a1 Able to validate user 2026-02-03 14:24:23 +01:00
T'JAMPENS QUENTIN p2406187 62a88dab83 fix useEffect 2026-01-30 14:57:43 +01:00
T'JAMPENS QUENTIN p2406187 88e0baae50 use fetchWrapper for validateUser.js 2026-01-30 14:46:22 +01:00
T'JAMPENS QUENTIN p2406187 a4546f607d use fetchWrapper for updateUser.js 2026-01-30 14:45:23 +01:00
T'JAMPENS QUENTIN p2406187 f0af29826a use fetchWrapper for modifyRole.js 2026-01-30 14:43:45 +01:00
T'JAMPENS QUENTIN p2406187 c43b411bac use fetchWrapper for getUserToValidate.js 2026-01-30 14:41:25 +01:00
T'JAMPENS QUENTIN p2406187 c11bb849c5 use fetchWrapper for getUserById.js 2026-01-30 14:37:41 +01:00
T'JAMPENS QUENTIN p2406187 79e765dd96 use fetchWrapper for users routes 2026-01-30 14:35:07 +01:00
T'JAMPENS QUENTIN p2406187 a0bba2deb4 use fetchWrapper for getUser.js 2026-01-28 15:29:51 +01:00
T'JAMPENS QUENTIN p2406187 fc233d1498 use fetchWrapper for getRoles.js 2026-01-28 15:27:41 +01:00
T'JAMPENS QUENTIN p2406187 659a6c1623 use fetchWrapper for auth functions 2026-01-28 15:25:18 +01:00
T'JAMPENS QUENTIN p2406187 4f184dd7c5 use fetchWrapper for getEventById.js 2026-01-28 15:19:44 +01:00
T'JAMPENS QUENTIN p2406187 e9c8b7cda8 use fetchWrapper for getAllEvents.js 2026-01-28 14:47:41 +01:00
T'JAMPENS QUENTIN p2406187 b5786d288d use fetchWrapper for deleteEvent.js 2026-01-28 14:45:27 +01:00
T'JAMPENS QUENTIN p2406187 37093587dd use fetchWrapper for createEvent.js 2026-01-28 14:44:14 +01:00
T'JAMPENS QUENTIN p2406187 cf4ae804c6 use fetchWrapper for deleteTask.js 2026-01-28 14:41:54 +01:00
T'JAMPENS QUENTIN p2406187 e01a0a5bbe Close modal on delete 2026-01-28 14:41:36 +01:00
T'JAMPENS QUENTIN p2406187 aef3c1efbc use fetchWrapper to create tasks 2026-01-28 14:19:43 +01:00
T'JAMPENS QUENTIN p2406187 dcdc4e7ac4 use fetchWrapper to assign tasks 2026-01-28 14:15:37 +01:00
T'JAMPENS QUENTIN p2406187 40139eabac Create fetchWrapper function 2026-01-28 14:11:35 +01:00
T'JAMPENS QUENTIN p2406187 3c71e0c7b2 Update user info on useEffect 2026-01-27 16:55:41 +01:00
T'JAMPENS QUENTIN p2406187 6336627ef5 DeleteTask feature 2026-01-27 16:52:13 +01:00
T'JAMPENS QUENTIN p2406187 4163b80334 Create deleteEvent component 2026-01-27 16:16:18 +01:00
T'JAMPENS QUENTIN p2406187 41a68836c4 Use eventDetail context 2026-01-27 16:10:21 +01:00
T'JAMPENS QUENTIN p2406187 93f9001eb5 Create eventDetail context 2026-01-27 16:09:59 +01:00
T'JAMPENS QUENTIN p2406187 6c51e70817 Create createTaskBtn.jsx component 2026-01-27 14:39:00 +01:00
T'JAMPENS QUENTIN p2406187 c479498dbe Fix input check 2026-01-27 14:09:04 +01:00
T'JAMPENS QUENTIN p2406187 dd1ce7f830 use event context to delete event 2026-01-19 17:05:57 +01:00
T'JAMPENS QUENTIN p2406187 496b853596 use event context in IncompleteEvent component 2026-01-19 16:58:17 +01:00
T'JAMPENS QUENTIN p2406187 7b84efde42 use event context in calendar component 2026-01-19 16:42:20 +01:00
T'JAMPENS QUENTIN p2406187 31729986e1 Update event in header 2026-01-19 16:39:11 +01:00
T'JAMPENS QUENTIN p2406187 ce3b3fbaed Use event Context in EventList 2026-01-19 16:39:02 +01:00
T'JAMPENS QUENTIN p2406187 ca8253a921 Use event Context 2026-01-19 10:06:54 +01:00
T'JAMPENS QUENTIN p2406187 a4acd23b77 Remove console.log 2026-01-19 10:06:47 +01:00
T'JAMPENS QUENTIN p2406187 e0cf6aacd4 Create Event Context 2026-01-19 10:05:37 +01:00
T'JAMPENS QUENTIN p2406187 906ab0b1b0 Create Event Context 2026-01-19 10:05:35 +01:00
T'JAMPENS QUENTIN p2406187 34faa88e7d Move volunteers page components 2026-01-19 09:12:49 +01:00
T'JAMPENS QUENTIN p2406187 b5eadd2d48 Move profile page components 2026-01-19 09:10:30 +01:00
T'JAMPENS QUENTIN p2406187 5b3cc368b4 Move loginPage components 2026-01-19 09:07:21 +01:00
T'JAMPENS QUENTIN p2406187 20f4523bb4 Move adminPage components 2026-01-19 09:05:51 +01:00
T'JAMPENS QUENTIN p2406187 929f042aa5 Move eventDetailPage components 2026-01-19 09:02:31 +01:00
T'JAMPENS QUENTIN p2406187 8eea6075f0 Move evnetPage components 2026-01-19 09:00:53 +01:00
T'JAMPENS QUENTIN p2406187 d2639f3c87 Move homePage components 2026-01-19 08:58:06 +01:00
T'JAMPENS QUENTIN p2406187 6ebcd1f413 Change max height 2026-01-14 22:43:29 +01:00
T'JAMPENS QUENTIN p2406187 cdd89f8c76 Fix responsive eventDetail 2026-01-14 22:35:22 +01:00
T'JAMPENS QUENTIN p2406187 aff23432d6 Fix responsive eventDetail 2026-01-14 21:57:49 +01:00
T'JAMPENS QUENTIN p2406187 2721bc42b9 Fix btn 2026-01-14 21:28:39 +01:00
T'JAMPENS QUENTIN p2406187 41a7d8ae1a responsive create event 2026-01-14 20:46:59 +01:00
T'JAMPENS QUENTIN p2406187 fbf37f1c8b Click card to expand 2026-01-14 18:27:21 +01:00
T'JAMPENS QUENTIN p2406187 8aaf8e08a2 Fix links 2026-01-14 09:36:51 +01:00
T'JAMPENS QUENTIN p2406187 4688cd1757 Create task btn 2026-01-13 23:30:04 +01:00
T'JAMPENS QUENTIN p2406187 4600879c6e Fix backend url 2026-01-13 23:29:54 +01:00
T'JAMPENS QUENTIN p2406187 33430ca04e Show modal on modify + split component 2026-01-13 22:51:10 +01:00
T'JAMPENS QUENTIN p2406187 28cc9c13eb Modify role 2026-01-13 11:51:05 +01:00
T'JAMPENS QUENTIN p2406187 6bb4b62e4d Add margin 2026-01-13 09:05:28 +01:00
T'JAMPENS QUENTIN p2406187 a607591a94 Add glassBorders 2026-01-13 09:02:11 +01:00
T'JAMPENS QUENTIN p2406187 0ff475a86d Create delete user btn 2026-01-12 23:47:45 +01:00
T'JAMPENS QUENTIN p2406187 552e1d9337 create manageMember btn 2026-01-12 22:37:21 +01:00
T'JAMPENS QUENTIN p2406187 23dbbf0d09 Add delete event method 2026-01-12 22:19:23 +01:00
T'JAMPENS QUENTIN p2406187 fa80bed166 Create delete event btn 2026-01-12 22:13:26 +01:00
T'JAMPENS QUENTIN p2406187 49c2347931 Get contact email from appConf file 2026-01-12 21:56:22 +01:00
T'JAMPENS QUENTIN p2406187 ac21cadf4a Create appConf file 2026-01-12 21:56:10 +01:00
T'JAMPENS QUENTIN p2406187 1c10240b8d Fix backend url conf 2026-01-12 21:50:03 +01:00
T'JAMPENS QUENTIN p2406187 6723d42a5f Hide event tasks 2026-01-12 21:36:31 +01:00
T'JAMPENS QUENTIN p2406187 c48bd0856f Install libs 2026-01-12 21:30:27 +01:00
T'JAMPENS QUENTIN p2406187 2ba9c84c41 Fix import 2026-01-12 21:30:18 +01:00
T'JAMPENS QUENTIN p2406187 6165978ef3 Add unassign btn 2026-01-12 15:50:48 +01:00
T'JAMPENS QUENTIN p2406187 6d15582819 Show task is assigned to user + fix assign user 2026-01-12 15:35:22 +01:00
T'JAMPENS QUENTIN p2406187 00c02a4c30 Create eventTask component 2026-01-12 14:32:34 +01:00
T'JAMPENS QUENTIN p2406187 8d0174e47e Fix user is null 2026-01-12 14:21:13 +01:00
T'JAMPENS QUENTIN p2406187 00142f1e3e Allow user to assign to a task 2026-01-12 14:11:51 +01:00
T'JAMPENS QUENTIN p2406187 bb369c629b Display data 2026-01-12 00:51:57 +01:00
T'JAMPENS QUENTIN p2406187 101a3bc7b1 Change eventDetails path 2026-01-12 00:28:54 +01:00
T'JAMPENS QUENTIN p2406187 f2db26150c Fix 2026-01-12 00:26:55 +01:00
T'JAMPENS QUENTIN p2406187 b58a1a321d Add date to event create 2026-01-07 17:04:10 +01:00
T'JAMPENS QUENTIN p2406187 d6cff2d474 Format date 2026-01-07 15:18:52 +01:00
T'JAMPENS QUENTIN p2406187 ca03ef147e Fetch events from homepage 2026-01-07 15:15:27 +01:00
T'JAMPENS QUENTIN p2406187 5d7a79f82a link homepage calendar to backend 2026-01-07 15:15:02 +01:00
T'JAMPENS QUENTIN p2406187 d98c6db3c2 Uncomment links 2026-01-07 14:55:57 +01:00
T'JAMPENS QUENTIN p2406187 929ef5fa82 Link hompeage eventlist to backend 2026-01-07 14:55:57 +01:00
T'JAMPENS QUENTIN p2406187 0f0c51cfbd Uncomment links 2026-01-07 14:55:17 +01:00
T'JAMPENS QUENTIN p2406187 7f5be9ea32 Link hompeage eventlist to backend 2026-01-07 14:55:17 +01:00
T'JAMPENS QUENTIN p2406187 cab258ff51 Remove .env from repo 2026-01-05 09:30:17 +01:00
T'JAMPENS QUENTIN p2406187 e19e6844f4 fix errors 2026-01-05 09:28:58 +01:00
T'JAMPENS QUENTIN p2406187 e43ff5c269 Fix .gitignore 2025-12-17 16:59:13 +01:00
T'JAMPENS QUENTIN p2406187 6bcc7e4496 Redirect if user is not admin 2025-12-17 16:57:16 +01:00