Alexis
bf8257e60f
Added explorer page
2024-12-19 19:38:57 +01:00
Alexis
199cfb6634
Added not found page for calendars
2024-12-19 16:46:22 +01:00
Alexis
df8af541c1
Added updated toast
2024-12-19 16:28:38 +01:00
Alexis
dde3f8504a
Fixed updating modal not closing as well
2024-12-19 16:16:45 +01:00
AlexisNP
01fe9f3281
Merge pull request #59 from AlexisNP/bugfix/modal-issues
2024-12-19 15:55:52 +01:00
Alexis
bc7a400826
Fixed quick create event modal not closing on submit
...
This was caused by a missing event handler
2024-12-19 14:03:20 +01:00
Alexis
c99059d9a8
Fixed event popover not closing on submit
...
This was caused by a random stray isLoading
2024-12-19 14:01:05 +01:00
Alexis
cd965f61e8
Fixed event creation popover appearing for anon users
2024-12-19 13:52:15 +01:00
AlexisNP
9d5ff6a0b8
Merge pull request #57 from AlexisNP/features/calendar-public-links
...
Fixed calendar having null as visibility
2024-12-19 09:21:07 +01:00
Alexis
06fccd83ca
Fixed calendar having null as visibility
2024-12-19 09:13:42 +01:00
AlexisNP
5f8ae1fb6c
Merge pull request #56 from AlexisNP/features/calendar-public-links
...
Features/calendar public links
2024-12-18 20:17:43 +01:00
Alexis
535a73162c
Added user change validation and read status
...
This might be better to just refetch the data with anonymous authorizations
2024-12-17 17:17:13 +01:00
Alexis
49574d8ef1
Added first draft of story
2024-12-09 23:58:16 +01:00
AlexisNP
323eedec56
Merge pull request #54 from AlexisNP/features/add-create-event-button
...
Features/add create event button
2024-12-03 15:31:54 +01:00
Alexis
4ddbfd9855
Changed organization for 2 mixed components
2024-12-03 15:29:06 +01:00
Alexis
bb6df1d440
Fixed organization
2024-12-03 15:21:36 +01:00
Alexis
dd1cb1f420
Add quick create event button
2024-12-03 14:53:24 +01:00
AlexisNP
11252c168e
Merge pull request #50 from AlexisNP/bugfix/fix-leftover-hardcoded-logic
...
Bugfix/fix leftover hardcoded logic
2024-12-02 18:34:55 +01:00
Alexis
acd0476970
Removed paged component nav
...
As this will be moved to their own files and on the server side, I see little reason to refactor them, just so they'll be refactored again down the line.
2024-12-02 18:31:08 +01:00
Alexis
24c048df4d
Fixed monthsPerYear leftover data
2024-11-27 19:36:37 +01:00
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