Commit Graph

14 Commits

Author SHA1 Message Date
d332635d6a Implement react router 2023-11-30 04:49:16 +08:00
8743133f05 Update button css for consistency between placeholder normal versions 2023-11-25 17:46:26 +08:00
dae708c765 Update placeholder data and make placeholder dir callbacks empty 2023-11-25 17:32:23 +08:00
162f21089d Add pulsing effect for placeholder items 2023-11-25 17:30:54 +08:00
f3d7c7abf2 Implement basic placeholder skeleton when loading 2023-11-24 19:24:40 +08:00
07dd094d6b Fix css selectors for img and video as direct child 2023-11-24 19:10:15 +08:00
1555cf37cd Refactor post() and deal with fetched data as a typed interface.
the post() function now uses await syntax rather than .then()
2023-11-23 19:17:45 +08:00
8a1b52749b Move Gallery component into own file, and some refactoring 2023-11-23 16:31:56 +08:00
d959c004dd Tweak css 2023-11-22 17:43:21 +08:00
098777bb02 Use hosted backend 2023-11-14 03:51:09 +08:00
9d3d3530ea Fix handling of thumbnail urls, so that original url is still linked on
the top of image.
2023-11-14 00:31:10 +08:00
a0b85dfbca Implement use of thumbnails if available, and open original image if
file name clicked
2023-11-13 02:10:10 +08:00
bee9c1cc00 Implement photo viewer with categories/directories 2023-11-09 03:28:41 +08:00
52b29911a0 Initialize project using Create React App 2023-10-31 20:55:11 +08:00