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/util
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
..
keyboard.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
markdown.js client/markdown: use DOMPurify over marked.js sanitizer 2020-06-23 13:24:59 -04:00
misc.js client: added basic date-taken functionality 2021-11-28 12:18:08 -05:00
optimized_resize.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
polyfill.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
progress.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
search.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
touch.js client+server: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -04:00
uri.js client: rename escapeColons to escapeTagName and also escape dots 2021-04-10 15:10:39 +02:00
views.js client: added basic date-taken functionality 2021-11-28 12:18:08 -05:00