Commit Graph

15 Commits

Author SHA1 Message Date
Sam Becker
1e66815a3d
Albums (#315)
* Make /db top-level module

* Create Album type

* Pin pnpm version

* Generalize query modules

* Finalize album postgres data type

* Remove temp albums prop

* Create basic album primitives

* Fix temporary album bugs

* Add albums to sidebar

* Disambiguate string date utilities

* Localize album language

* Add album join option to core photo queries

* Tweak album icon placement

* Add album photo detail page

* Refine Album data model

* Display album subhead when available

* Generate album og images

* Finalize album share modal

* Add albums to sitemap

* Statically pre-render albums

* Display tags on albums

* Add albums to cmd-k menu

* Handle album tag overflow

* Stop truncating album subheads

* Create core admin album views

* Make albums editable

* Create/edit albums on photo save, add delete album
2025-09-16 21:47:22 -05:00
Sam Becker
ca9cc320ed Optimized outdated env var scroll 2025-09-12 08:54:04 -05:00
Sam Becker
781ff098b1 Improve masked scroll in form controls 2025-07-11 17:19:36 -05:00
Sam Becker
b3972a6032
Date-based photo sets (#276)
* Add 'recents' and 'years' categories

* Add recents and years visibility config

* Add fundamental recent/year queries

* Display initial date-based data in sidebar

* Adjust recents data type

* Remove date rage from sidebar footer

* Reformat recents/years in sidebar

* Organize years in grid

* Rename date -> year

* Add year-based views

* Split sidebar years into rows

* Add years to cmdk menu

* Localize 'years'

* Create /recents views

* Enable recents share modals

* Fix recents og image

* Statically optimize /recents image

* Don't statically optimize /recents page

* Update i18n

* Add recents to cmdk

* Suppress spinner for year badges

* Refactor sidebar height calculation

* Add recents to sitemap
2025-06-28 11:48:48 -05:00
Sam Becker
7b9195ea35 Match tag input to other menus 2025-06-13 12:40:43 -05:00
Sam Becker
b635ba28cc Fix sidebar scroll behavior 2025-05-06 12:20:10 -05:00
Sam Becker
ec4ba74829 Simplify useMaskedScroll hook 2025-05-02 18:41:22 -05:00
Sam Becker
56d013f663 Apply masked scroll to env vars 2025-04-30 23:19:24 -05:00
Sam Becker
e8009ff7fa Fix <MaskedScroll /> prop type 2025-04-30 18:48:13 -05:00
Sam Becker
7518a88d41 Refine useMaskedScroll API 2025-04-30 18:19:42 -05:00
Sam Becker
1cdeea0346 Finalize animated masked scroll behavior 2025-04-30 17:41:41 -05:00
Sam Becker
304e6ba858 Optimize scrolling share url 2025-04-29 23:21:36 -05:00
Sam Becker
eef47699b7 Add scrolling to share urls 2025-04-29 21:47:45 -05:00
Sam Becker
02319da5c7 Handle content overflow on large photos with masked component 2025-03-27 22:55:18 -05:00
Sam Becker
28ba378f11 Generalize <MaskedScroll /> component, refine cmdk scroll 2025-03-27 11:23:20 -05:00