Commit Graph

12 Commits

Author SHA1 Message Date
268e4fbeae feat(electron): added key managment ui 2025-08-11 11:26:09 -04:00
7cfc70632b feat(electron): plotting
added simple plotting tools
2025-08-10 14:50:40 -04:00
c7a6756453 style(electron): more ui bug fixes 2025-08-10 14:06:50 -04:00
875be6a43c refactor(electron): major ui refactor into modules 2025-08-10 11:41:47 -04:00
a1752aaf37 feat(electron): added opat parsing 2025-08-10 10:47:15 -04:00
7dd907aeb9 style(electron): tool bar refactor to give two levels 2025-08-10 08:01:46 -04:00
1a81d104a5 docs(electron): added info modal 2025-08-10 07:14:31 -04:00
54b4378fff docs(electron): added warning about invalidating bundle signature 2025-08-10 07:00:21 -04:00
396d594a27 feat(electorn): added fill 2025-08-09 20:41:01 -04:00
45de795920 feat(electron): implement inline metadata editing with save options modal
- Remove Edit button from header, add pencil icons next to editable fields
- Add inline editing for Version, Author, and Comment metadata fields
- Implement save options modal with overwrite/save-as-new functionality
- Add file dialog integration for save-as-new option
- Fix backend MANIFEST_FILENAME error by using correct string literals
- Add CSS styling for editable fields and save options modal
- Clean up debug logging code

BREAKING CHANGE: Edit button removed from UI in favor of inline editing
2025-08-09 20:16:07 -04:00
205fb586e7 fix(ui): remove duplicate action buttons in bundle view
Remove redundant action buttons from overview tab, keeping only the
header buttons (Edit, Sign, Validate, Fill, Clear) to eliminate
duplicate functionality and clean up the UI.
2025-08-09 18:53:18 -04:00
b251bc34f3 feat(toolbox): ui update 2025-08-09 18:48:34 -04:00