Leo Vasanko
dee8ce5079
Event dialog shows All instead of Every (1).
2025-08-28 00:35:31 -06:00
Leo Vasanko
abc7aba20f
Search improvements.
...
- Now finds holidays in addition to dates and events
- Emojis added to mark different result types
- Matching improvements: insensitive to diacritics, finds closest holiday/date to view, concise regex matching
- Avoid jumping to dates immediately while browsing the result dropdown
- Improved hotkey handling Ctrl+F (always focus and select)
2025-08-27 23:39:33 -06:00
Leo Vasanko
57aefc5b4c
Much simpler undo/redo handling, bugs fixed and less code.
2025-08-27 13:54:10 -06:00
Leo Vasanko
45939939f2
Implement event/date search bar
2025-08-27 11:15:27 -06:00
Leo Vasanko
9183ffe873
Adjust year limits from 1582 when Gregorian calendar was first introduced to 3000 which ought to be enough.
2025-08-27 11:15:09 -06:00
Leo Vasanko
8f092b5653
Event resize/move bugs and UX.
2025-08-27 09:42:23 -06:00
Leo Vasanko
cfb1b2ce5a
Use hard ends on event bars when they cross between weeks.
2025-08-27 09:15:08 -06:00
Leo Vasanko
6f4ff06047
Refactor modules for consistency
2025-08-27 09:09:19 -06:00
Leo Vasanko
eb3b5a2aa4
Fix recurrent event splitting being broken after prior refactoring.
2025-08-27 08:51:36 -06:00
Leo Vasanko
5a0d6804bc
Mouse/touch event handling improvement
...
- prefer passive handlers
- fix event moving on touch
- faster selection updates
2025-08-27 08:39:26 -06:00
Leo Vasanko
ecae48fd85
Fix weekly recurring events showing wrong date in edit dialog due to confusion about week start day.
2025-08-27 07:26:04 -06:00
d9352a9fb3
Event search (Ctrl+F), locale/RTL handling, weekday selector workday/weekend, refactored event handling, Firefox compatibility ( #3 )
...
Major refactoring for cleanup, with various bugfixes.
Weekday selector in Settings now shows workdays/weekend bars based on current locale (also used to choose default values). Weekday selector in event dialog uses the days set in settings, as expected.
2025-08-27 13:41:46 +01:00
9e3f7ddd57
Major new version ( #2 )
...
Release Notes
Architecture
- Component refactor: removed monoliths (`Calendar.vue`, `CalendarGrid.vue`); expanded granular view + header/control components.
- Dialog system introduced (`BaseDialog`, `SettingsDialog`).
State & Data
- Store redesigned: Map-based events + recurrence map; mutation counters.
- Local persistence + undo/redo history (custom plugins).
Date & Holidays
- Migrated all date logic to `date-fns` (+ tz).
- Added national holiday support (toggle + loading utilities).
Recurrence & Events
- Consolidated recurrence handling; fixes for monthly edge days (29–31), annual, multi‑day, and complex weekly repeats.
- Reliable splitting/moving/resizing/deletion of repeating and multi‑day events.
Interaction & UX
- Double‑tap to create events; improved drag (multi‑day + position retention).
- Scroll & inertial/momentum navigation; year change via numeric scroller.
- Movable event dialog; live settings application.
Performance
- Progressive / virtual week rendering, reduced off‑screen buffer.
- Targeted repaint strategy; minimized full re-renders.
Plugins Added
- History, undo normalization, persistence, scroll manager, virtual weeks.
Styling & Layout
- Responsive + compact layout refinements; header restructured.
- Simplified visual elements (removed dots/overflow text); holiday styling adjustments.
Reliability / Fixes
- Numerous recurrence, deletion, orientation/rotation, and event indexing corrections.
- Cross-browser fallback (Firefox week info).
Dependencies Added
- date-fns, date-fns-tz, date-holidays, pinia-plugin-persistedstate.
Net Change
- 28 files modified; ~4.4K insertions / ~2.2K deletions (major refactor + feature set).
2025-08-26 05:58:24 +01:00
018b9ecc55
vue ( #1 )
...
Port to Vue. Also implements plenty of new functionality.
2025-08-22 23:34:33 +01:00