filesafe/public/css
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
..
album.css Updates 2018-04-27 04:04:21 +07:00
auth.css Updates 2018-04-13 23:20:57 +07:00
dashboard.css Updates 2018-05-01 21:41:25 +07:00
home.css Updates 2018-04-29 19:47:24 +07:00
style.css Updates 2018-04-25 21:11:15 +07:00
sweetalert.css More improvements to albums, and others 2018-04-29 00:26:39 +07:00