Commit Graph

486 Commits

Author SHA1 Message Date
AlexisNP
c55d690f8b Merge pull request #49 from AlexisNP/bugfix/event-details-loses-focus-twice
Added prevent on focus outside event for event details
2024-11-27 17:18:11 +01:00
Alexis
39e4ac33b7 Added prevent on focus outside event for event details 2024-11-27 17:16:10 +01:00
AlexisNP
568efa2251 Merge pull request #48 from AlexisNP/features/nav-should-toast
Added toast when navigating out of bounds of event pages
2024-11-27 14:10:57 +01:00
Alexis
6a68105a0f Added toast when navigating out of bounds of event pages 2024-11-27 14:07:18 +01:00
AlexisNP
bba01fdcf1 Merge pull request #47 from AlexisNP/bugfix/one-event-fills-the-stack
Removed overkill pattern
2024-11-26 20:03:30 +01:00
Alexis
76a6468a04 Removed overkill patterns
This fixes the stack being trashed up
2024-11-26 19:59:18 +01:00
Alexis
9fa6af2fa3 Merge branch 'dev' 2024-11-26 13:42:43 +01:00
Alexis
1f15a66505 Added nuxthub 2024-11-26 13:42:22 +01:00
AlexisNP
8562ea6362 Merge pull request #45 from AlexisNP/features/add-limit-to-event-text-fields
Add limit to event text fields
2024-11-25 18:17:04 +01:00
Alexis
378f07a862 User locale now saves ! 2024-11-25 18:09:18 +01:00
Alexis
d774fde1dd Added client side validation for fields 2024-11-25 17:41:40 +01:00
Alexis
863937bb16 Changed limit and added scrollbars on details 2024-11-25 16:33:02 +01:00
Alexis
372c7a49e1 Added validation for location as well 2024-11-24 20:08:30 +01:00
Alexis
c7069164b0 Added check on client side (api) 2024-11-24 19:56:00 +01:00
Alexis
5258ed3f2a Added server limit to event title and description 2024-11-24 15:30:50 +01:00
AlexisNP
66e6f84f8b Merge pull request #44 from AlexisNP/bugfix/empty-search-categories
Fixed empty categories
2024-11-22 17:54:37 +01:00
Alexis
190a94f96e Fixed category filter functions 2024-11-22 17:47:25 +01:00
Alexis
bbf1cbf84e Added API data for categories 2024-11-22 16:41:01 +01:00
AlexisNP
c58176a9e2 Merge pull request #42 from AlexisNP/bugfix/today-button-issues
Today menu is disabled only if current screen is not the default one
2024-11-19 17:26:58 +01:00
Alexis
e5fb40c24c Today menu is disabled only if current screen is not the default one 2024-11-19 17:25:45 +01:00
AlexisNP
bf36be3aa1 Merge pull request #41 from AlexisNP/features/world-managment-functions 2024-09-09 23:48:09 +02:00
Alexis
636623ee96 Added world deletion actions 2024-09-09 23:21:27 +02:00
Alexis
c19262e3c2 Added world creation dialog 2024-09-09 22:09:59 +02:00
AlexisNP
f6898da2f2 Merge pull request #37 from AlexisNP/features/toast-service 2024-09-08 19:40:56 +02:00
Alexis
0f5bc219f2 Changed slightly user menu 2024-09-08 19:37:50 +02:00
Alexis
2f79de8483 Added toast on deleted entities 2024-09-08 19:26:38 +02:00
Alexis
a69553e089 Added toast from shadcn 2024-09-08 18:10:54 +02:00
AlexisNP
680e5fe35c Merge pull request #36 from AlexisNP/features/i18n 2024-09-08 18:00:23 +02:00
Alexis
36bffbd0ab Fixed nuxt i18n cookie config 2024-09-08 17:47:58 +02:00
Alexis
63c1cef77e Added last translations for event forms / data 2024-09-08 15:30:10 +02:00
Alexis
11d900e7f7 Added compact translations for date duration 2024-09-05 21:16:24 +02:00
Alexis
f42a68dfc9 Added date computing translations 2024-09-05 21:01:26 +02:00
Alexis
74427a5056 Added relative days translations 2024-09-05 17:59:44 +02:00
Alexis
872e1be949 Updated translations for calendar time nav 2024-09-05 17:54:46 +02:00
Alexis
49cb74df7d Added extra translations to display mode 2024-09-05 17:46:32 +02:00
Alexis
6cfcde3b58 Added a bunch of translations on calendar components 2024-09-03 22:19:07 +02:00
Alexis
6fee4c7158 Added translations for more calendar forms 2024-09-03 18:23:28 +02:00
Alexis
85c661eda5 Added more translations to meta and delete modals 2024-09-02 20:07:01 +02:00
Alexis
6d66b599cf Added sidebar translations 2024-09-02 18:34:24 +02:00
Alexis
edb939bb39 Added base i18n support 2024-09-02 18:10:34 +02:00
AlexisNP
fc91e4825a Merge pull request #33 from AlexisNP/features/light-theme
Add the light theme features
2024-09-01 21:21:20 +02:00
Alexis
7f2b5e2811 Fixed light theme for yearly layout 2024-09-01 21:19:54 +02:00
Alexis
9863ac9778 Fixed badge and callout colours 2024-09-01 13:58:00 +02:00
Alexis
c1b60942d2 Fixed month list overflow when adding a calendar 2024-09-01 12:26:17 +02:00
Alexis
44b0339874 Added light friendly event details 2024-09-01 12:16:36 +02:00
Alexis
6782b9bd41 Added light friendly calendar 2024-09-01 11:23:06 +02:00
Alexis
e71a810acd Changed accent colors 2024-08-29 18:26:40 +02:00
Alexis
67aefb8bd9 Revamped main layout 2024-08-29 17:41:58 +02:00
AlexisNP
386b714f3c Merge pull request #30 from AlexisNP/bugfix/27-advanced-search-filter 2024-08-26 23:06:42 +02:00
Alexis
cbc5bbeee0 Fixed search and pagination bug 2024-08-26 22:58:53 +02:00