Commit graph

9 commits

Author SHA1 Message Date
dralkh
e80dfda20d release: v1.0.5
JS/TS:
- Replace builtin-modules with node:module (esbuild.config.mjs)
- Replace fs-extra with native fs (install.js), remove from deps
- Fix createEl deprecation: use createDiv/createSpan
- Remove unnecessary type assertions, fix unsafe casts
- Bind event handlers with arrow functions

CSS:
- Remove all !important declarations (~30 instances) — replace with
  chained selectors (.class.class) for equal specificity
- Merge all duplicate selectors across 7 CSS files (~50+ instances)
- Convert 3-digit hex to 6-digit format (_variables.css)
- Fix duplicate CSS properties (overflow-y in mcq.css)
- Delete leftover display:none suppression rule in calendar.css

Meta:
- Bump version to 1.0.5
- Update minAppVersion to 1.8.7
- Add versions.json entry for 1.0.5
2026-05-20 11:02:54 +03:00
dralkh
668fd66876 feat: Refine notices and error handling, introduce UI constants. 2026-01-01 12:14:46 +03:00
dralkh
a5433e047d fix async method lint errors in review controllers and UI. 2026-01-01 11:36:00 +03:00
dralkh
77b214b936 refactor: remove unnecessary await calls, clean up ESLint comments, and refine UI element selection. 2026-01-01 11:22:31 +03:00
dralkh
1726f366c4 feat: Enhance MCQ generation with difficulty settings, refactor UI components, update calendar event logic, and configure ESLint for improved code quality. 2025-12-08 16:58:14 +03:00
dralkh
4cbc58b5fa refactor: consolidate styles and improve UI components
- Split styles.css into modular component files
- Update UI components to use new modular CSS structure
- Remove deprecated main.js file
- Add sleep utility function
- Enhance calendar and modal components
- Update navigation controller and event handling
2025-10-13 10:45:31 +03:00
dralkh
52efa857af feat(review): combine due notes and today-only notes in default view 2025-09-24 16:28:21 +03:00
dralkh
7e6aa073f7 Release: Streamlined logging, enhanced data integrity, UTC date calculations, navigation hotkey support, updated MCQ scoring, data migration, consistent UI styling, improved error handling, optimized build configuration 2025-09-03 18:10:33 +03:00
Dralk
54e2b782ba spaceforge 2025-07-31 07:03:20 +03:00