filesafe/views
Bobby Wibowo ee2ce394b1
Updates
* View thumbnail button will now use SweetAlert instead of Bulma's modal (preview: https://i.fiery.me/HDwX.png). It can be made more pretty but this will do for now.

* Fixed a bug where "Copy link to clipboard" button in albums list would only copy its identifier instead of the full URL.

Some other code improvements:

* All instances of adding/removing class names with Element.className will now use Element.classList. So instead of appending and replacing the string, it will now use add/remove functions, thus making it much easier to understand.

* "onkeypress" in auth page moved into a single addEventListener, sort of.

* Removed VSCode's discord extension entry from workspace settings. Eh, I'll go with user settings for this one.
2018-05-01 21:41:25 +07:00
..
_partial Cleaned some files 2018-04-24 03:01:11 +07:00
_globals.njk Updates 2018-05-01 21:41:25 +07:00
_layout.njk Updated _layout.njk 2018-04-26 20:01:29 +07:00
album.njk Updated albums' public link 2018-04-29 20:17:02 +07:00
auth.njk Updates 2018-05-01 21:41:25 +07:00
dashboard.njk Updates 2018-05-01 21:41:25 +07:00
faq.njk Updates 2018-04-25 21:11:15 +07:00
home.njk Updates 2018-04-29 19:47:24 +07:00
nojs.njk Updates 2018-04-27 01:33:11 +07:00