szurubooru/client/js
neobooru 0839dafd34 client/auth: call tags.refreshCategoryColorMap() after login
When the tag category list permission is not anonymous the category colors fail to load if you are not logged in, and because the page doesn't reload (SPA) the tag colors are still broken after logging in. Manually calling refreshCategoryColorMap after logging in solves this issue.
2019-07-24 16:42:37 +02:00
..
controllers client/auth: call tags.refreshCategoryColorMap() after login 2019-07-24 16:42:37 +02:00
controls Add setting to display underscores as spaces in tags 2019-05-22 23:10:27 +02:00
models client/settings: Cache calls to settings.get() 2019-05-23 20:27:59 -04:00
util client/settings: Cache calls to settings.get() 2019-05-23 20:27:59 -04:00
views Add setting to display underscores as spaces in tags 2019-05-22 23:10:27 +02:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js client: Some minor fixups to base URL feature 2018-08-23 21:04:19 +02:00
config.js split files into client/ and server/ 2016-04-01 18:48:16 +02:00
events.js client/auth: fix tag forms reachable via URL 2016-08-23 23:14:05 +02:00
main.js client/tag_categories: load tag_categories after (attempted) login 2019-07-22 19:58:16 -04:00
router.js client/js/router.js: Reads <base> href tag 2018-08-23 21:04:19 +02:00
tags.js client/tags: remove unused cruft 2017-10-01 22:09:00 +02:00
templates.js client/build: true template precompiling 2016-05-21 10:04:23 +02:00