Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: epicsagas/Velith
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: epicsagas/Velith
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.4
Choose a head ref
  • 3 commits
  • 24 files changed
  • 1 contributor

Commits on Jun 2, 2026

  1. fix(dashboard): resolve 11 review issues from i18n overhaul

    - Remove hardcoded English strings (READY/PENDING, Pending, Phase N, Utility, edit stage labels)
    - Normalize phase name keys for i18n lookup (handles spaces)
    - Fix accentColor store init to use saved value from localStorage
    - Fix PRESET_COLORS Orange default mismatch (#e8650a vs #f26419)
    - Add dropdown arrow to locale select (appearance:none fix)
    - Clean up previous Google Font link elements on font switch
    - Add 42 missing genre.* keys to all 9 non-English locales
    - Add status.pending, help.phase, help.utility, publish.ready, publish.pending keys
    - Add i18n key consistency validation script (dashboard/scripts/check-i18n.js)
    - Bump version 0.1.2 -> 0.1.3
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    263e2aa View commit details
    Browse the repository at this point in the history
  2. fix(dashboard): add missing edit.stage.* i18n keys, remove last Phase…

    … hardcoded strings
    
    - Add edit.stage.assessment/developmental/lineEdit/copyEdit/proofread to all 10 locales
    - Replace remaining 'Phase {n}' hardcoded strings in OverviewView and SettingsView
    epicsagas committed Jun 2, 2026
    Configuration menu
    Copy the full SHA
    dff35b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44e19d7 View commit details
    Browse the repository at this point in the history
Loading