|
|
8219e83135
|
chore: configure oxlint with strict rule set
|
2026-06-25 02:35:52 +02:00 |
|
|
|
4c5d52dfee
|
chore: configure oxfmt with explicit formatting options
|
2026-06-25 02:35:52 +02:00 |
|
|
|
5234d567c3
|
docs: update README with mise and dev workflow instructions
|
2026-06-25 02:35:52 +02:00 |
|
|
|
6df9c1b9f6
|
refactor: add setup, build-dev, dev, and run targets to justfile
|
2026-06-25 02:35:52 +02:00 |
|
|
|
c5bd09623e
|
chore: add mise tool versions config
|
2026-06-25 02:35:52 +02:00 |
|
|
|
193fede0ab
|
chore: add air hot-reload config
|
2026-06-25 02:35:52 +02:00 |
|
|
|
55eeb052e5
|
chore: remove knip dependency and config
|
2026-06-25 02:35:52 +02:00 |
|
|
|
7d68095d87
|
chore: add knip configuration to package.json
|
2026-06-25 02:35:52 +02:00 |
|
|
|
41b5246111
|
refactor: migrate new-data-fix script from bash to TypeScript
|
2026-06-25 02:35:52 +02:00 |
|
|
|
95db00f389
|
refactor: migrate fix-all script from bash to TypeScript
|
2026-06-25 02:35:52 +02:00 |
|
|
|
85d986039b
|
refactor: migrate justfile fix scripts from bash to bun
|
2026-06-25 02:35:52 +02:00 |
|
|
|
3aa25aeef3
|
chore: remove entrypoint.sh, no longer needed
|
2026-06-25 02:35:52 +02:00 |
|
|
|
f91d9733a1
|
refactor: switch Dockerfile entrypoint to main_server binary
|
2026-06-25 02:35:52 +02:00 |
|
|
|
64eb94f128
|
refactor: make isStringArray and isSubtitleItemArray private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
32bcb1a188
|
refactor: make SubtitleItem interface private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
72facaad68
|
refactor: make timelineBounds and getBufferedEnd private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
9b251d5191
|
refactor: make parseVttCue private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
077499cf9e
|
refactor: use replaceChildren in subtitle options
|
2026-06-25 02:35:52 +02:00 |
|
|
|
4835cf9835
|
refactor: use replaceChildren instead of innerHTML assignment
|
2026-06-25 02:35:52 +02:00 |
|
|
|
77b9802751
|
refactor: make switchQuality private, use replaceChildren
|
2026-06-25 02:35:52 +02:00 |
|
|
|
e64ce1dc47
|
refactor: make switchMode private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
c732d86018
|
refactor: make syncVolumeUI private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
82cee146de
|
refactor: make fetchNextSearchPage private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
171a45c015
|
refactor: remove unused search state helpers
|
2026-06-25 02:35:52 +02:00 |
|
|
|
3fe8059e77
|
refactor: remove unused parseClassList utility
|
2026-06-25 02:35:52 +02:00 |
|
|
|
1de75db825
|
refactor: make dedupe function private
|
2026-06-25 02:35:52 +02:00 |
|
|
|
c0808fe5f3
|
refactor: replace bash build script with TypeScript
|
2026-06-25 02:35:52 +02:00 |
|
|
|
30a23dae5e
|
chore: update bun.lock for knip dependency
|
2026-06-25 02:35:52 +02:00 |
|
|
|
c29f6fad92
|
chore: update just lint command to match package.json
|
2026-06-25 02:35:52 +02:00 |
|
|
|
511bf8338d
|
chore: replace jiti with knip, update build and lint scripts
|
2026-06-25 02:35:52 +02:00 |
|
|
|
d319be4492
|
chore: remove prettier config
|
2026-06-25 02:35:52 +02:00 |
|
|
|
64de95cdee
|
chore: remove dist/ from .gitignore
|
2026-06-25 02:35:52 +02:00 |
|
|
|
8e9d2586e1
|
chore: add more ignore patterns to .dockerignore
|
2026-06-25 02:35:52 +02:00 |
|
|
|
9b3f972766
|
style: add bottom border to header navigation
|
2026-06-25 02:35:52 +02:00 |
|
|
|
d2b8649af2
|
docs: update README to reflect search page replacement
|
2026-06-25 02:35:52 +02:00 |
|
|
|
76373faf8f
|
refactor: update search template with new DOM attributes and IDs
|
2026-06-25 02:35:52 +02:00 |
|
|
|
d3241fc146
|
refactor: simplify render module by removing compact items and continue watching
|
2026-06-25 02:35:52 +02:00 |
|
|
|
363a125e31
|
refactor: rename overlay module to search page module
|
2026-06-25 02:35:52 +02:00 |
|
|
|
9d8b09a9a7
|
refactor: update fetch module to use search API endpoint and types
|
2026-06-25 02:35:52 +02:00 |
|
|
|
9a961d9815
|
refactor: rename command palette types and DOM selectors to search
|
2026-06-25 02:35:52 +02:00 |
|
|
|
c20a22b2a8
|
refactor: rename search entry point init function
|
2026-06-25 02:35:52 +02:00 |
|
|
|
81cc3e2d0b
|
feat: add dedicated search API handler
|
2026-06-25 02:35:52 +02:00 |
|
|
|
e91120dd63
|
refactor: swap command palette route for search API
|
2026-06-25 02:35:52 +02:00 |
|
|
|
f0f9337c31
|
refactor: remove command palette methods from watchlist service
|
2026-06-25 02:35:52 +02:00 |
|
|
|
c045e00b40
|
refactor: remove command palette methods from watchlist repository
|
2026-06-25 02:35:52 +02:00 |
|
|
|
20ee50c2b9
|
refactor: remove command palette methods from domain interfaces
|
2026-06-25 02:35:52 +02:00 |
|
|
|
8af1808d4a
|
refactor: remove command palette methods from Querier interface
|
2026-06-25 02:35:52 +02:00 |
|
|
|
ee90a78adf
|
refactor: remove command palette DB tests
|
2026-06-25 02:35:52 +02:00 |
|
|
|
e7aca4afb8
|
refactor: remove command palette DB queries
|
2026-06-25 02:35:52 +02:00 |
|
|
|
c88833feb1
|
refactor: remove command palette handler
|
2026-06-25 02:35:52 +02:00 |
|