Commit Graph

15 Commits

Author SHA1 Message Date
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
2c31cf8820 Change title to Photos 2023-11-14 00:32: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
039c2948c4 Move backend related code to new repository 2023-11-12 17:48:46 +08:00
a26dd9741a Update .gitignore 2023-11-09 20:39:23 +08:00
bee9c1cc00 Implement photo viewer with categories/directories 2023-11-09 03:28:41 +08:00
592d65b66e Add package information 2023-11-09 03:26:33 +08:00
a807c4bc13 Add editor formatting config 2023-11-09 03:26:13 +08:00
52b29911a0 Initialize project using Create React App 2023-10-31 20:55:11 +08:00