This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/client/js
skybldev 6be74d6cbd client: added basic date-taken functionality
- [client] added `date-fns` as dependency (it's much cleaner to format
  dates this way)
- [client] added basic sidebar stuff in `html/post_readonly_sidebar.tpl`
- [client] updated `js/models/post.js` to reflect changes
- [client] added `formatUserFriendlyTime()` in `js/util/misc.js`
- [client] added `makeUserFriendlyTime()` in `js/util/views.js` in
  conjunction with it
- [misc] ran post-commit; previous commits did not
2021-11-28 12:18:08 -05:00
..
controllers client/upload: add QoL features for bulk uploads 2021-09-13 13:28:34 -04:00
controls client+server: fixed style errors 2021-09-13 13:25:37 -04:00
models client: added basic date-taken functionality 2021-11-28 12:18:08 -05:00
util client: added basic date-taken functionality 2021-11-28 12:18:08 -05:00
views client/upload: force enable 'upload anonymously' for anon users 2021-09-13 14:24:07 -04:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
config.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
events.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
main.js client+server: fixed style errors 2021-09-13 13:25:37 -04:00
pools.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
router.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
tags.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
templates.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00