Portable multiplatform password manager.
Already done it in C# and Avalonia in here, attempting to do it in Golang and Fyne.
- TDD all entities
- Design UI with Password Gating
- Use Clover to persist data
- Implement Search in List / Show All
- Add confirm modal to delete
- Implement NukeDb action to clean everything
- Add Bind to List View to handle delete better (or remove Delete and move it to the details)
- Fix jumping error message on login failure
- Add version on main screen
- Add link to repo on a About page/modal
- Add
[Enter]
andSetFocus
on first Screen (may need to do a post render action after the route component is mounted) - Hack on theme
- Change the font colour of disable Entry
- Remove console opening/config stop logs on build
- Handle permission for file creation on os
- Github Action build/release for:
- Linux
- Mac
- Windows
- Handle
panic
s on app bootstrap - use clover annotation on
PasswordEntry
to lowercase field - Implement case insensitive search