issues
search
buttercup
/
buttercup-browser-extension
:earth_asia: Buttercup browser extension
https://buttercup.pw
MIT License
236
stars
42
forks
source link
Improvements to add archive page
#259
Closed
neojp
closed
5 years ago
neojp
commented
5 years ago
Add horizontal and vertical scrollbars to the RemoteFileTree component #256
Disable files without bcup extension
Show pointer cursor on bcup files
Toggle directories on Click & Double click instead of expanding on Double Click
Fix error on validation message for local vault's name
Fix error on validation message for WebDAV's name
Submit forms when pressing enter
Position LoadingModal on top of icons and notification messages
Change
throw new Error()
to
log.error()
perry-mitchell
commented
5 years ago
Thanks a lot @neojp! Great stuff.
throw new Error()
tolog.error()