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
Luxray5474 239bc0a14d Initial commit, not complete
+ Create new sql column for file last modified time (flmt)
+ Implement uploading of flmt to server
+ Implement flmt in post model
+ Ability to read flmt thru API
+ New section in post_readonly_sidebar that shows flmt
! Somehow flmt is the same as post creation time
! Implement proper alembic migrations
! Implement ability to sort by flmt
! Implement ability to filter posts by flmt
! Code cleanup
~ Polish post sidebar
~ Implement flmt visibility in post listing hover text
~ Implement function in misc.js that formats to absolute date
2020-08-21 23:32:15 -04:00
..
controllers Initial commit, not complete 2020-08-21 23:32:15 -04:00
controls client/pools: inherit option to show underscores as spaces 2020-06-23 12:36:26 -04:00
models Initial commit, not complete 2020-08-21 23:32:15 -04:00
util client/js/views: fix pool links for deleted pools 2020-07-08 17:28:20 -04:00
views Initial commit, not complete 2020-08-21 23:32:15 -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: implement code autoformatting using prettier and black 2020-06-06 08:58:23 -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