Skip to content

vikkio88/muscurd-ig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muscurd-ig

Portable multiplatform password manager.

Already done it in C# and Avalonia in here, attempting to do it in Golang and Fyne.

muscurdig

Roadmap

  • 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] and SetFocus 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

Debt

  • Handle panics on app bootstrap
  • use clover annotation on PasswordEntry to lowercase field
  • Implement case insensitive search