Commit Graph

38 Commits

Author SHA1 Message Date
Alexis
0520aa44e6 Added tags for start and end dates 2024-05-01 23:00:12 +02:00
Alexis
87df080857 Changed default event date to startDate 2024-05-01 14:15:56 +02:00
Alexis
1893cd3400 Added search CTA to sidebar 2024-04-29 23:21:50 +02:00
Alexis
5adc7db425 Added sidebar to left side of calendar view 2024-04-29 21:09:46 +02:00
Alexis
ee368f28c2 Optimized unnecessary reactivity 2024-04-27 16:46:43 +02:00
Alexis
7c5de2654e Added basic year view 2024-04-25 16:17:12 +02:00
Alexis
8d6f49d956 Removed useless console log 2024-04-08 22:39:13 +02:00
Alexis
7b6eedd687 Fixed issue with overflow events
The issue came from poorly handled check for visible events, enabling event data from being accessible outside current range
2024-04-08 22:36:54 +02:00
Alexis
c7fb5bec39 Fixed bug with unseen events
The bug occured because the currentMonth + 1 went over the limit
2024-04-08 21:45:37 +02:00
Alexis
e3d689edf9 Made period option for LeimDate
Should have done this sooner since period is derived from year
2024-04-08 17:47:58 +02:00
Alexis
b3129c7c72 Moved selected date to localstorage 2024-04-07 21:59:15 +02:00
Alexis
c086bb109a Moved data out of stores 2024-04-07 20:07:57 +02:00
Alexis
6cd79717f2 Changed default date 2024-04-07 16:00:22 +02:00
Alexis
c8b915c856 Changed store file names 2024-04-07 15:55:24 +02:00
Alexis
c227b42c9f Separated navigation and selectedDate 2024-04-07 12:54:26 +02:00
Alexis
9df9049fdf Added sorting functions in search 2024-04-06 23:45:34 +02:00
Alexis
dd8c4727a3 Added character list in search 2024-04-06 22:13:39 +02:00
Alexis
84f4b68080 Documented some calendar functions 2024-04-05 17:54:03 +02:00
Alexis
fda2e05d99 Added basic search and jump function 2024-04-05 16:45:17 +02:00
Alexis
79868f5481 Added more sample data 2024-04-04 17:44:58 +02:00
Alexis
cfe1017bb1 Removed useless leimdate 2024-04-03 23:32:01 +02:00
Alexis
fc854b24b8 Parsed wrong url params out 2024-04-03 23:29:00 +02:00
Alexis
614e29cf24 Removed useless Number() calls 2024-04-03 22:56:57 +02:00
Alexis
10e5cf7a1a Fixed today button not working on different years 2024-04-03 20:59:19 +02:00
Alexis
8e68a2f44b Refactored jump today button 2024-04-03 20:49:12 +02:00
Alexis
253a548f7d Fixed events from next month not appearing 2024-04-03 19:00:43 +02:00
Alexis
c26bc80c69 Added event colors 2024-04-03 18:55:43 +02:00
Alexis
015509abf8 Added basic event details 2024-04-02 20:38:59 +02:00
Alexis
5f8af0fa9e Added some events and fixed storeToRefs issue (again) 2024-04-01 20:03:29 +02:00
Alexis
7a7c27d780 Added base event checking 2024-04-01 19:19:24 +02:00
Alexis
e7d3fd3fd3 Added grid layout for monthly view 2024-04-01 15:05:08 +02:00
Alexis
c1edf3b5ea Added base calendar formatting 2024-04-01 11:53:13 +02:00
Alexis
39c03c9706 Added comments to event store 2024-04-01 00:29:13 +02:00
Alexis
196c06ece4 Added current event state 2024-04-01 00:19:13 +02:00
Alexis
2bf2ad2492 Added sample data for characters 2024-03-31 19:37:02 +02:00
Alexis
a4b2fa271b Added main system to navigate time 2024-03-31 16:34:14 +02:00
Alexis
d903b371b2 Added calendar config base 2024-03-31 12:43:12 +02:00
AlexisNP
f441b7dda1 Initial commit 2024-03-31 00:12:39 +01:00