Skip to content

Fix beta DB reset and editor UX polish#237

Merged
nikazzio merged 3 commits into
mainfrom
fix/app-sizing-layout-constraints
Jun 5, 2026
Merged

Fix beta DB reset and editor UX polish#237
nikazzio merged 3 commits into
mainfrom
fix/app-sizing-layout-constraints

Conversation

@nikazzio
Copy link
Copy Markdown
Owner

@nikazzio nikazzio commented Jun 5, 2026

Summary

  • reset outdated beta databases after backing up the existing DB file
  • harden phrase memory save diagnostics and workspace/schema setup
  • improve editor undo/readonly behavior, chunk search highlighting, scroll sync, help/tooltips

Verification

  • npm test -- src/services/dbService.test.ts src/services/tests/phraseMemoryService.test.ts src/hooks/useSaveToMemory.test.ts --run
  • cargo check
  • npm run lint
  • npm run build
  • git diff --check

nikazzio added 3 commits June 4, 2026 23:15
feat: enhance loading screen with dynamic height and width variables

feat: implement cost panel in PipelineSidebar with improved positioning logic

feat: add MemoriesTab component to manage phrase memory entries

feat: integrate phrase memory management functions in phraseMemoryService

feat: add localization for memories management in English and Italian

fix: update libraryStore to include memories tab in state management

style: adjust CSS for consistent minimum height and width across components
Reset outdated beta databases after backing up the current file, then recreate the workspace and phrase memory schema cleanly.

Also harden phrase memory save diagnostics, textarea undo/readonly behavior, synchronized panel scrolling, search highlighting, and related help/tooltips.
Use the same config-dir SQLite database for native backup and phrase memory commands as the SQL plugin uses.
@nikazzio nikazzio merged commit a56be37 into main Jun 5, 2026
6 checks passed
@nikazzio nikazzio deleted the fix/app-sizing-layout-constraints branch June 5, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant