Commit Graph

  • ebc715a3a6 Updated title functions on pages Alexis 2024-08-26 22:07:05 +02:00
  • 3f201b90e3 Refactored user menu and titles Alexis 2024-08-25 18:24:59 +02:00
  • 8b1eb9c258 Changed user menu / sidebar Alexis 2024-08-25 16:01:23 +02:00
  • 23a9f68b7b Changed profile from /i to /me Alexis 2024-08-25 15:24:36 +02:00
  • 05ae4bfb1f Redirect to profile after signin Alexis 2024-08-25 14:37:32 +02:00
  • 6c73578b7f Added subscriptions to world list Alexis 2024-08-25 14:18:11 +02:00
  • 5a47cb3563 Changed quote styles Alexis 2024-08-25 14:14:40 +02:00
  • 07e97873ef First draft of calendar deletion Alexis 2024-08-25 00:35:24 +02:00
  • feb04912ca Merge branch 'features/custom-calendar-creation-refactor' into features/custom-calendar-creation Alexis 2024-08-24 22:35:03 +02:00
  • 1985ffdbe9 Added realtime subcription to calendar page Alexis 2024-08-24 22:34:51 +02:00
  • 245b46661a Added loading state to create calendar form Alexis 2024-08-24 21:38:15 +02:00
  • 99e478951d Added cancel action for dialog create Alexis 2024-08-24 21:24:08 +02:00
  • 3c8a018066 Added skeleton name display on dialog Alexis 2024-08-24 19:06:21 +02:00
  • 69b294dcf6 Fixed supabase redirect Alexis 2024-08-24 18:37:00 +02:00
  • e3a6ff8790 Added basic caching for calendar page Alexis 2024-08-24 18:33:54 +02:00
  • 19a71d356e Fixed horrible loading pattern for calendar Alexis 2024-08-24 14:01:16 +02:00
  • 23e996ee2e Reverted upgrade changes Alexis 2024-08-24 10:50:30 +02:00
  • 7c81d633e5 Updated nuxt and dependencies Alexis 2024-08-23 20:05:36 +02:00
  • a7cf648f2f Added correct RLS and month api routes Alexis 2024-08-23 16:34:47 +02:00
  • db96e66b7a Changed loading and added spinner Alexis 2024-08-21 22:52:36 +02:00
  • 73ff951a10 Changed layout for hidden events somewhat Alexis 2024-08-21 18:45:24 +02:00
  • 9f4f30cebe Fixed issue with calendar today loading Alexis 2024-08-21 13:50:37 +02:00
  • 1137b172e4 Removed console log Alexis 2024-08-20 19:22:27 +02:00
  • 9062c4f946 Fixed events not appearing correctly Alexis 2024-08-20 18:34:28 +02:00
  • d54e7eb9e9 Added categories back to calendar init Alexis 2024-08-20 17:57:55 +02:00
  • fe98b770e1 Formatted some function names Alexis 2024-08-20 17:34:34 +02:00
  • c84099fa54 Removed default date abstraction Alexis 2024-08-20 17:29:35 +02:00
  • 065b83debd Fixed calendar grid not loading during refresh Alexis 2024-08-20 17:18:17 +02:00
  • 06dd1d976d Fixed default date loading Alexis 2024-08-20 17:17:29 +02:00
  • e978acfc71 Refactored the store system Alexis 2024-08-20 09:15:05 +02:00
  • 7244120219 Added day selection and revamped modal structure Alexis 2024-08-17 11:33:42 +02:00
  • 0d57c70719 Moved month list to sub component Alexis 2024-06-24 18:33:38 +02:00
  • 12bf5139da Added tabs to form Alexis 2024-06-24 18:01:39 +02:00
  • 008ec4fcef Changed views data Alexis 2024-06-14 21:48:39 +02:00
  • 328fc555ea Fixed loading of calendar Alexis 2024-06-13 20:55:50 +02:00
  • bc29129546 Changed ways to access calendars Alexis 2024-06-13 19:10:03 +02:00
  • a7cb032b12 Merge pull request #24 from AlexisNP/features/add-categories-management-to-event-cr AlexisNP 2024-06-11 22:36:13 +02:00
  • fe8ab76aaf Separated multi and single category component Alexis 2024-06-11 21:38:47 +02:00
  • 23365d6324 Added filtering of categories Alexis 2024-06-11 17:51:50 +02:00
  • 72fa9a982b Changed spacing Alexis 2024-06-11 17:16:04 +02:00
  • 9d44b900b0 Reverted commit 15527fd983 Alexis 2024-06-11 17:08:51 +02:00
  • 8c6a60aa40 Lowercase category tags Alexis 2024-06-10 22:50:21 +02:00
  • 90be6baf42 Fixed reactivity issue with bordered event CTA Alexis 2024-06-10 22:48:28 +02:00
  • 87a73e7f43 Fixed event details colors Alexis 2024-06-10 22:46:59 +02:00
  • 9127346131 Added standardized colors Alexis 2024-06-10 22:25:34 +02:00
  • 69f18e9338 Added category schema validation Alexis 2024-06-10 20:43:05 +02:00
  • a1aa512018 Added collision detection for category list Alexis 2024-06-10 20:26:21 +02:00
  • 17b9937c6a Added category input component Alexis 2024-06-10 18:58:08 +02:00
  • e9ec2cb3ae Merge pull request #23 from AlexisNP/features/add-hidden-event-functionnality AlexisNP 2024-06-09 17:27:09 +02:00
  • 15527fd983 Changed create event trigger to be double click Alexis 2024-06-09 17:22:56 +02:00
  • 92850861cd Added private event visual feedback Alexis 2024-06-09 17:20:21 +02:00
  • 737ee6739b Added switch component to toggle visibility Alexis 2024-06-09 14:27:53 +02:00
  • 43768cb49d Added shadcn switch Alexis 2024-06-09 14:03:12 +02:00
  • 2330db31dc Merge pull request #22 from AlexisNP/features/add-quick-actions-for-events AlexisNP 2024-06-09 12:43:30 +02:00
  • f7c135f498 Added quick delete if the popover for one event is deployed Alexis 2024-06-09 12:37:01 +02:00
  • f4ad06d744 Added back button for delete modal Alexis 2024-06-09 11:37:30 +02:00
  • 8d19f0aca2 Made delete button destructive Alexis 2024-06-09 10:54:07 +02:00
  • 017b54dec7 Added pencil icon to edit modal Alexis 2024-06-09 10:49:48 +02:00
  • 78c1387602 Added delete for quick removal Alexis 2024-06-09 10:44:45 +02:00
  • 8913a7d1b3 Added double click for quick edit Alexis 2024-06-09 10:35:53 +02:00
  • 746897cb6e Merge pull request #19 from AlexisNP/bugfix/event-operations-should-have-a-loading AlexisNP 2024-06-08 22:31:46 +02:00
  • d7ecb379fd Changed alert dialog for regular dialog in update event form Alexis 2024-06-08 22:15:56 +02:00
  • d88ede5e21 Removed extraneous props Alexis 2024-06-08 22:13:21 +02:00
  • 6bb874f799 Fixed ref being used for component and not shallowRef Alexis 2024-06-08 22:06:23 +02:00
  • 6738ac76c4 Added loading and cancelling to deleting popover Alexis 2024-06-08 22:00:07 +02:00
  • 721e26d8e4 Added loading and cancelling to updating popover Alexis 2024-06-08 21:53:16 +02:00
  • a07afc8351 Prevented other popovers from opening when an operation is underway Alexis 2024-06-08 18:08:08 +02:00
  • a58c1eeab9 Added request cancel on create Alexis 2024-06-08 17:48:32 +02:00
  • 0c48350271 Disabled close interactions on create event popover Alexis 2024-06-08 16:45:36 +02:00
  • c65bcc9ae9 Added loading indicator on single create event Alexis 2024-06-08 16:22:07 +02:00
  • 7959ad2345 Merge pull request #18 from AlexisNP/bugfix/make-the-sidebar-a-global-component AlexisNP 2024-06-08 15:02:22 +02:00
  • 4c0a4031a1 Reinstated isHome check on sidebar Alexis 2024-06-08 15:01:15 +02:00
  • 9aa2d26135 Added break-words and hypens to prevent event cta from overflowing Alexis 2024-06-08 14:49:52 +02:00
  • 9314a8c3c2 Removed unfinished view types Alexis 2024-06-08 14:33:34 +02:00
  • 3002ae593c Fixed crash with function stringify Alexis 2024-06-08 14:18:19 +02:00
  • f963116018 Closed user menu on select profile Alexis 2024-06-07 19:40:55 +02:00
  • 4a4433dcdd Moved Sidebar to top of app Alexis 2024-06-07 19:35:49 +02:00
  • ad79ca4186 Merge pull request #17 from AlexisNP/features/add-a-location-option-for-events AlexisNP 2024-06-07 16:50:03 +02:00
  • 6137ba3902 Removed required field for location Alexis 2024-06-07 16:48:52 +02:00
  • e63422f091 Added location to database, model, and event templates Alexis 2024-06-06 22:43:31 +02:00
  • c6009a4bca Merge pull request #14 from AlexisNP/features/increase-event-label-to-2-lines AlexisNP 2024-06-06 21:45:35 +02:00
  • 94fcd1c04e Added line clamp to event CTA Alexis 2024-06-06 21:43:32 +02:00
  • 0baf33ee19 Merge pull request #9 from AlexisNP/bugfix/add-alert-modal-for-event-deletion AlexisNP 2024-06-05 23:34:07 +02:00
  • 85e6710560 Removed useless prop from alert dialog Alexis 2024-06-05 23:24:37 +02:00
  • 4972c26385 Removed resetSkeleton call Alexis 2024-06-05 23:21:33 +02:00
  • 05f5c5a92c Added actions / cancel to alert modals Alexis 2024-06-05 22:56:41 +02:00
  • edeaaa1e19 Removed redundant data pass Alexis 2024-06-05 21:39:47 +02:00
  • 06b7dadf81 Added alert dialog Alexis 2024-06-05 18:55:40 +02:00
  • 53024c6117 Added delete modal confirmation Alexis 2024-06-05 18:35:13 +02:00
  • 6749fdb46e Moved event modal states and functions to event store Alexis 2024-06-05 18:28:38 +02:00
  • 28cdffa90b Merge pull request #7 from AlexisNP/bugfix/prevent-event-stutter AlexisNP 2024-06-05 18:06:21 +02:00
  • 476ca5f949 Added rules for events' TransitionGroup Alexis 2024-06-05 18:05:14 +02:00
  • 170416a08f Merge pull request #5 from AlexisNP/bugfix/prevent-date-flash AlexisNP 2024-06-05 17:20:49 +02:00
  • b71f7745a4 Removed resetSkeleton on popover dismiss Alexis 2024-06-05 17:18:48 +02:00
  • 46f2b0bbed Merge branch 'features/nuxt' into dev features/nuxt-supabase features/nuxt Alexis 2024-06-05 13:32:57 +02:00
  • be4eb1a7c0 Merge branch 'features/nuxt-supabase' into features/nuxt Alexis 2024-06-05 13:32:51 +02:00
  • c4b5ad724c Added delete functions for events Alexis 2024-06-04 18:47:54 +02:00
  • 373484f17c Added transition to updating event Alexis 2024-06-04 18:31:26 +02:00
  • 5f6a8e46c6 Added update route for event Alexis 2024-06-04 12:01:19 +02:00
  • 9802266b8c Added reactivity when adding an event Alexis 2024-06-03 21:39:19 +02:00