Commit Graph

59 Commits

Author SHA1 Message Date
1deaab464b docs: add refactoring plan 2025-10-19 02:32:30 +03:00
f93eaa473b docs: move from phase-based development 2025-10-19 01:49:53 +03:00
922b3a3969 fix: remove local tracking GoatCounter settings attribute 2025-10-19 00:38:26 +03:00
c755cdd795 docs: update docs 2025-10-18 03:40:10 +03:00
9e72f938e2 feat: load and save user-selected preview fit mode in settings 2025-10-18 03:28:34 +03:00
1d2e3ca6db fix: ensure snippet ID is parsed as a float before selection 2025-10-18 03:26:35 +03:00
99dd70798e feat: update header icons and links for improved clarity and accessibility 2025-10-18 02:52:55 +03:00
9ef7b1188f feat: implement preview fit mode controls and overlay for improved visualization management 2025-10-18 02:52:48 +03:00
73a5f69dde fix: update dataset and snippet links for improved navigation 2025-10-18 02:32:52 +03:00
c84b1fdcfb feat: integrate generic storage UI and refactor dataset/snippet item handling 2025-10-18 01:49:30 +03:00
9dd681d4f7 feat: abstract common code to another file 2025-10-18 01:49:14 +03:00
630201f35c feat: enhance snippet management with recursive spec traversal and data handling improvements 2025-10-18 01:31:25 +03:00
Oleh Omelchenko
9b1d58b8dc Create CNAME 2025-10-18 00:24:12 +03:00
4d9c3fb5a0 chore: reorganize file structure 2025-10-18 00:23:32 +03:00
34ba481f28 docs: add README 2025-10-18 00:18:08 +03:00
35db118ec7 chore: move website files to web/ folder 2025-10-17 23:23:09 +03:00
fd356185e2 fix: update svg look 2025-10-17 23:18:29 +03:00
1f221a88ef chore: remove junk files 2025-10-17 23:18:20 +03:00
97158739cc Add UI theme settings and experimental dark theme support
- Introduced a new "Appearance" settings section in the settings modal to allow users to select between "Light" and "Dark (Experimental)" themes.
- Updated the application initialization to apply the saved UI theme immediately on page load.
- Enhanced the settings UI to load and save the selected theme.
- Implemented CSS variables for the new experimental dark theme, including color adjustments for various UI elements.
- Updated existing styles to support theme switching, ensuring proper color contrast and readability in both light and dark modes.
2025-10-17 22:54:42 +03:00
02fcfc1833 feat: add snippet sorting by size and update help section with sorting instructions 2025-10-17 00:49:00 +03:00
e2b4b77478 feat: implement user settings modal with customizable editor preferences and performance settings 2025-10-17 00:45:03 +03:00
27635534ea feat: add SVG favicon and update font to IBM Plex Mono across styles 2025-10-16 23:46:33 +03:00
949fe3df28 feat: add privacy policy section to help modal detailing data usage and analytics 2025-10-16 23:00:02 +03:00
e7d3669772 feat: integrate GoatCounter analytics for event tracking across modals and snippets 2025-10-16 22:59:54 +03:00
8b056b66e7 feat: add donate link and modal with supporting information for Ukraine 2025-10-16 20:31:50 +03:00
a8267918ca docs: update project docs 2025-10-16 18:14:40 +03:00
17d480a2df feat: implement toast notification system for user feedback 2025-10-16 17:21:51 +03:00
c85d0604a9 feat: add warning message in help section about local storage data loss 2025-10-16 02:54:12 +03:00
1875ddfe44 feat: enhance help modal with detailed content and styling 2025-10-16 02:40:04 +03:00
f0a2eb664e feat: add help modal with keyboard shortcuts documentation 2025-10-16 02:23:58 +03:00
a3af753f42 feat: dataset preview and interconnection (phase 12) 2025-10-16 01:52:23 +03:00
5776f7e910 feat: url state management 2025-10-15 17:47:21 +03:00
173d8eb2b8 fix: height of datasets pane 2025-10-15 17:28:09 +03:00
4cef8ec6f3 refactor: modular css styles structure 2025-10-15 15:28:07 +03:00
f2f3b2e9d1 refactor: styles DRY 2025-10-15 15:17:01 +03:00
6feec8fdc0 refactor: add variables 2025-10-15 14:55:54 +03:00
acdc619e4e feat: implement auto-detection for data formats and enhance dataset input UI 2025-10-15 12:40:06 +03:00
a8f5ba44ea refactor: utilities function 2025-10-15 11:35:39 +03:00
45ef0c61c7 feat: features-list 2025-10-15 10:32:29 +03:00
86ea63ec97 refactior: snippet selection handling and improve auto-save logic 2025-10-15 10:32:19 +03:00
615c2d7f98 Add Dataset Manager functionality with IndexedDB support
- Introduced a new modal for managing datasets, including options to create, view, and delete datasets.
- Implemented IndexedDB for persistent storage of datasets, allowing for efficient data retrieval and management.
- Added UI components for dataset details, including statistics and preview.
- Enhanced the app's JavaScript to handle dataset operations such as saving, updating, and deleting datasets.
- Integrated dataset reference resolution in the visualization editor to support dynamic data sources.
- Updated styles for the new modal and dataset management UI for improved user experience.
2025-10-13 18:17:09 +03:00
1734001d20 feat: enhance snippet management with import/export functionality and size display 2025-10-13 16:00:34 +03:00
eaf14aafdd feat: add storage monitor to track localStorage usage 2025-10-13 15:18:13 +03:00
ef81df762b feat: implement draft/published workflow with toggle and status indicators 2025-10-13 13:30:54 +03:00
82045ca516 update docs according to current status 2025-10-13 11:46:24 +03:00
eafa0dc7d8 refactor: remove excessive code, move script to app.js 2025-10-13 11:19:13 +03:00
305badf483 docs update 2025-10-13 11:04:46 +03:00
caf483abb4 add asc/desc sorting 2025-10-13 03:24:02 +03:00
cbf7aa2a91 fix rendering delay 2025-10-13 03:19:31 +03:00
0321d7f9d3 Complete Phase 6: Implement snippet selection, basic CRUD operations, and enhance UI with sorting and search functionality 2025-10-13 03:14:24 +03:00