284 Commits

Author SHA1 Message Date
fc90276399 fix(web): wrap button row 2023-02-12 16:42:48 +03:00
bf88d346e4 feat(web): add renaming tag 2023-02-12 16:39:31 +03:00
0ad59c40bd refactor(web): change database reload button id 2023-02-12 16:19:27 +03:00
5f8cb21f03 fix(web): reset hyous mts on reloading database 2023-02-12 16:17:38 +03:00
39215e02ce fix(web): save sorted hyou to localStorage 2023-02-12 16:08:43 +03:00
14226db236 fix(web): reset hyous mts on changing database 2023-02-12 15:52:13 +03:00
6f0359e99f style(web): simplify tdb_query() func 2023-02-12 15:51:16 +03:00
e8e32c70f0 feat(web): add sorting sasa and tanzaku 2023-02-12 15:35:52 +03:00
e72d371ff1 fix(web): fix settings page radio ids 2023-02-09 19:22:48 +03:00
cd6cae7316 perf(web): improve tdbms.js 2023-02-09 19:18:38 +03:00
87404e34d3 refactor(web): move common TDBMS functions to tdbms.js 2023-02-09 18:49:25 +03:00
a1e6f3e9e1 perf(web): throw js error on unauthorized TDBMS request 2023-02-09 18:37:45 +03:00
f7c8923199 perf(web): some improvements in buttons 2023-02-09 01:08:48 +03:00
243621f3b2 feat(web): add TFM settings page
Only setting TFM database name by now
2023-02-09 00:45:54 +03:00
9c07702409 perf(web): switch to dark theme 2023-02-07 02:18:37 +03:00
84e3dd19e1 feat(dbms): introduce TDBMS CLI client app 2023-02-05 15:06:16 +03:00
86dae4c264 perf(web): do not close menu on submit 2023-02-04 16:30:23 +03:00
8423314b73 style(web): change theme color 2023-02-04 00:24:04 +03:00
40cd9ca49f fix(web): fix and improve substring filtering 2023-02-03 23:39:39 +03:00
6eb34f3b59 fix(web): fix lazy load on tag view menu 2023-02-03 23:33:59 +03:00
223e174568 feat(web): new menu handling supports two view menus at once 2023-02-03 22:51:35 +03:00
371b091c10 perf(web): improve text input positioning in file menu 2023-02-03 20:26:44 +03:00
48475158f8 perf(web): reduce preview max height 2023-02-03 16:43:18 +03:00
94105491af feat(web): redirect client when TDBMS response status is 401 2023-02-03 16:39:39 +03:00
dc937444e5 perf(web): do not redirect unauthorized TDBMS requests 2023-02-03 16:34:28 +03:00
dfe53d3e16 perf(web): remove highlighting file menu navigation buttons 2023-02-03 01:30:06 +03:00
4d2326986f feat(web): try to reconnect to TDBMS server on failure to get response 2023-02-03 01:08:24 +03:00
e7be627292 feat(web): make button-flex position fixed at the bottom of menu 2023-02-03 00:22:09 +03:00
c960eb6730 feat(web): use arrow keys for file navigation 2023-02-02 23:56:35 +03:00
560b255b69 feat(web): add prev/next navigation buttons to file view menu 2023-02-02 23:50:11 +03:00
82cd625988 fix(web): fix view menu open and close functions 2023-02-02 23:34:57 +03:00
b7ad148d27 refactor(web): move menu open/close actions into separate functions 2023-02-02 23:28:18 +03:00
689e6f9136 perf(web): a tiny improvement in tdbms.js 2023-02-02 23:00:08 +03:00
21f57e8767 fix(web): fix localStorage management 2023-02-02 22:59:32 +03:00
7f5daee11e perf(web): improve menu sizing 2023-02-02 21:00:25 +03:00
6cd7bb73fe perf(web): save hyous to localStorage 2023-02-02 18:18:11 +03:00
ee787dab18 feat(dbms): return new tanzaku info on successful adding tanzaku 2023-02-02 16:20:52 +03:00
24c9e39084 feat(core,lib): return new tanzaku when adding tanzaku or HOLE_TANZAKU on failure 2023-02-02 16:15:30 +03:00
d8de645780 feat(dbms): return new sasa info on successful adding sasa 2023-02-02 16:12:28 +03:00
2ba60d49e6 perf(core,lib): return new sasa when adding sasa or HOLE_SASA on failure 2023-02-02 16:09:21 +03:00
8b86a34a71 feat(core,lib): return new sasa ID when adding sasa or HOLE_ID on failure 2023-02-02 15:53:02 +03:00
53320831bb feat(web): lazy load file thumbs on tags menu 2023-02-02 13:44:44 +03:00
8089c6ae68 feat(web): show image preview in file view menu 2023-02-02 00:05:04 +03:00
ef373db8d5 perf(web): remove js cookie management 2023-02-01 20:28:53 +03:00
e81ee683b7 style(web): a bit of code cleanup 2023-02-01 20:16:24 +03:00
083eac3fee perf(web): use thumbnails instead of full sized images 2023-01-31 23:07:35 +03:00
eaa7c2f2ce chore(web): a bit of html cleanup 2023-01-31 18:46:25 +03:00
9226b6cf5a feat(web): introduce lazy loading file thumbs on files page 2023-01-31 18:45:57 +03:00
9a2fa14a79 fix(lib): load database anyway 2023-01-31 16:46:24 +03:00
4b7766695e feat(web): introduce tag removing 2023-01-31 16:24:03 +03:00