mirror of
https://github.com/Anarios/return-youtube-dislike.git
synced 2026-09-12 10:22:10 +02:00
40fda6dd32
* auth works * Works after review. * switched to auth flow * all works well in chrome * all works well in chrome and firefox * translations harmonized * translations harmonized * website translations * Translations harmonized. * Everything kinda works * Almost works * all works * all works * all works #2 * Streamline premium analytics range handling * Restore premium analytics selection flow * Fix analytics zoom interactions * Add per-section expansion controls to premium analytics * Adjust map legend visibility for premium analytics * Add missing country synonyms for premium map * Remove legacy premium badge overlay * Polish premium analytics controls for light theme * Refresh map legend when toggling sections * Improve light-mode styling for range selectors * Fix map mode switching regression * Fix for panel expand * Typo fix * webpack fix * before next steps. * split, zero-buckets * bucket size indicated on UI * all works * first/last toggle * breadcrumbs * release
45 lines
585 B
Plaintext
45 lines
585 B
Plaintext
*cert
|
|
*Backend
|
|
.DS_Store
|
|
package-lock.json
|
|
|
|
# Website node modules and build output
|
|
Website/package-lock.json
|
|
|
|
# AI assistant artifacts
|
|
.claude/
|
|
CLAUDE.md
|
|
Website/.editorconfig
|
|
Website/node_modules
|
|
Website/.nuxt
|
|
Website/dist/
|
|
Website/_nuxt
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw*
|
|
|
|
node_modules
|
|
|
|
# Build files
|
|
Extensions/combined/bundled-content-script.js
|
|
|
|
# Dist Files
|
|
Extensions/combined/dist/*
|
|
package-lock.json
|
|
Website/package-lock.json
|