dominikwilkowski / vault

An open source multi-platform password manager, written in Rust.
https://rustyvault.com/
GNU General Public License v3.0
16 stars 3 forks source link

removed dyn scrolls #46

Closed dominikwilkowski closed 7 months ago

dominikwilkowski commented 7 months ago

Since lapce/floem#80 has been shipped we now don't need to wrap scroll into dyn_containers to make scrolling work so this is the work to undo this. Added a bit of space to the non-secret notes field so we can test it