Commit Graph

2313 Commits

Author SHA1 Message Date
Sam Becker
272d57bec5 Clarify env var insight recommendations 2025-09-20 19:35:07 -05:00
Sam Becker
5140addc8d
PNG/EXIF handling (#328)
* Refactor PNG/EXIF handling
* Increase quality of client-side resizes
2025-09-20 16:13:25 -05:00
Sam Becker
ee9f3f4dc2
Album upgrades (#326)
* Add tag-to-album upgrade, introduce tag/album ••• menus

* Refine entity ••• menus

* Add album tagging to "Select ..." mode

* Finalize batch select/upload add album

* Refine final tag/album interactions

* Refine upgradeTagToAlbum capitalization

* Fix batch album upload, z-index issues

* Refine readonly styles
2025-09-18 22:41:12 -05:00
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
62e8392900 Update config footer text 2025-09-13 17:07:48 -05:00
Sam Becker
38c085da59 Tweak prefixed redis creds 2025-09-12 22:13:18 -05:00
Sam Becker
8965dac4ff Tweak redis client logic 2025-09-12 22:11:21 -05:00
Sam Becker
f07f8e44b9 Make Redis connection resilient to more configurations 2025-09-12 21:45:11 -05:00
Sam Becker
d13c8b0fae
Support EXIF data in PNG files (#314)
* Use exifr data to fill in gaps from PNG files

* Handle exif/exifr location data inconsistencies
2025-09-12 21:11:36 -05:00
Sam Becker
a5af7c617c Optimize environment variable warning 2025-09-12 17:12:59 -05:00
Sam Becker
ca9cc320ed Optimized outdated env var scroll 2025-09-12 08:54:04 -05:00
Sam Becker
9ed389f31f Update deprecated env var styles 2025-09-11 21:20:52 -05:00
Sam Becker
0de8087fb4 Flag deprecated environment variables 2025-09-11 21:14:06 -05:00
Sam Becker
c9f74bd18c Pad progress button 2025-09-11 20:41:15 -05:00
Sam Becker
9c1c924f20 Update breadcrumb when updating photos 2025-09-11 20:38:04 -05:00
Sam Becker
379228cc03 Avoid unnecessary color collection when syncing outdated photos 2025-09-11 20:31:22 -05:00
Sam Becker
9e8242828c Add recommended keys for legacy env vars 2025-09-11 09:37:03 -05:00
Sam Becker
bd9b33422f Refine bulk updating experience 2025-09-11 09:31:02 -05:00
Sam Becker
7c9ce0d26c
Expand social networks (#308)
* Create utility for managing env var-based key lists

* Add expanded social content

* Finalize content for social networks additions

* Add social network config to README
2025-09-10 23:22:26 -05:00
Sam Becker
25a8a473ab Fix select photo ... navigation quirks 2025-09-08 17:55:36 -05:00
Sam Becker
61c1b1b0ec Update hi-in locale 2025-09-08 08:40:34 -05:00
Jahidul Islam
cb79fcf4db
Add Hindi (#307) 2025-09-08 08:34:32 -05:00
Sam Becker
def0082fc3 Make sure the look for query params on navigation 2025-09-07 19:51:05 -05:00
Sam Becker
f539fb08a8 Tweak primary button styles 2025-09-07 19:11:06 -05:00
Sam Becker
861aa101d0 Update outdated sync text 2025-09-07 18:59:14 -05:00
Sam Becker
b720397837 Flag old photos as needing optimized file generation 2025-09-07 18:57:05 -05:00
Sam Becker
3ce901522c Check smallest optimized file 2025-09-07 18:38:31 -05:00
Sam Becker
7ec8d69b5f Fix admin photo menu hit target 2025-09-07 18:17:13 -05:00
Sam Becker
de0fa04ef8 Restore hovers in recipe overlay 2025-09-07 18:00:52 -05:00
Sam Becker
b56c852e58 Remove console logging 2025-09-07 16:34:40 -05:00
Sam Becker
ea7ede7608 Convert colons and underscores to dashes in url slugs 2025-09-07 16:33:27 -05:00
Sam Becker
71434c780b
Merge pull request #306 from sambecker/batch-edit-update
Finalize anywhere batch editing
2025-09-07 16:25:46 -05:00
Sam Becker
57879706a2 Scroll photo grid into view when selecting photos 2025-09-07 16:15:55 -05:00
Sam Becker
2d72f12ddd Rename batch edit language 2025-09-07 12:52:30 -05:00
Sam Becker
db5f9ceb3a Finalize batch select core behavior 2025-09-07 12:18:51 -05:00
Sam Becker
1f499e697e Move batch editing to pure url-based state 2025-09-06 23:49:10 -05:00
Sam Becker
b8c01492b8
Store optimized assets for all photos (#304)
* Begin storing optimized photo files

* Increase optimized image size to 1080

* Refactor photo/storage modules

* Refine storage file naming api

* Simplify photo storage api

* Finalize photo storage api

* Start storing/serving optimized photos

* Finalize optimized photo asset generation

* Temporarily allow static optimization on PREVIEW branches

* Restore static optimization as production-only

* Remove og image inline-flex class

* Tweak convert upload signature

* Refactor optimized file storage

* Display optimized files when they exist in photo form

* Create small disclosure component

* Report photo storage files more accurately

* Sort optimized files

* Generate optimized storage files when updating/syncing photos

* Include source bucket when copying files with MinIO

* Make deleting files more resilient
2025-09-06 23:20:20 -05:00
Aonan Li
91f99508f7
Start batch editing from the current page (#303)
* Batch edit from the current page

* Redirect to grid when batch editing a page without grid

* Always clear selected ids on path change

* Only clear ids when selecting

* Use data-photo-grid to find grid

* Update batch edit from command K

* Not mount batch edit panel when not needed

* Not clear selecting state when go to /grid

* Use search param to force batch editing
2025-09-06 18:11:35 -05:00
Sam Becker
1a72a84497 Bump deps 2025-09-01 21:03:25 -05:00
Sam Becker
4dc3a976b7 Refining photo form floating thumbnail 2025-08-28 17:47:52 -05:00
Sam Becker
16e6711f0d Tighten grid margins 2025-08-28 17:25:39 -05:00
Sam Becker
b9b3ddc79f Remove console statements 2025-08-28 09:23:49 -05:00
Sam Becker
200f73a5ca Warm redis store once per client session 2025-08-28 09:20:10 -05:00
Sam Becker
f7de56a7b9 Refine storage config 2025-08-27 20:46:57 -05:00
Christopher Jeffrey
363354d797
feat: add minio support (#297) 2025-08-27 19:20:56 -05:00
Sam Becker
1b63f08d26 Adjust experimental badge in dark mode 2025-08-26 20:48:36 -05:00
Sam Becker
7c5630e8c1 Prevent thumbnail blocking form actions 2025-08-26 20:45:44 -05:00
Sam Becker
25b8d65030
Break up photo form into sections (#298) 2025-08-26 20:36:51 -05:00
Sam Becker
a85d5091a8 Tweak tag of image layout 2025-08-18 12:57:36 -05:00
Sam Becker
320f562cbc
EXIF title/caption capture (#294) 2025-08-17 17:18:16 -05:00
Sam Becker
56a989afe6 Alphabetize locales 2025-08-14 16:55:31 +02:00
Simon
19acbddef5
Add en-GB localisation (#289) 2025-08-14 16:53:52 +02:00
Simon
ba7af69592
Fix html lang (#291) 2025-08-14 16:50:40 +02:00
Sam Becker
0d02306ba0 Migrate to dedicated indent style line plugin 2025-08-08 23:29:00 -05:00
Sam Becker
b0072429d4 Improve color sort order symmetry 2025-08-06 09:10:06 -05:00
Sam Becker
8727fc18ac Refactor image response url checks 2025-08-05 10:03:53 -05:00
Sam Becker
3a45838997 Enlarge ••• menu hit target 2025-08-04 21:51:29 -05:00
Sam Becker
e3cf228c44 Add color sort to cmdk menu 2025-08-04 21:46:42 -05:00
Sam Becker
0d5038bb56 Make caching resilient to missing update status 2025-08-04 09:59:45 -05:00
Sam Becker
bde87c2542 Fix non-deterministic color sort order 2025-08-04 09:48:18 -05:00
Sam Becker
4890b17868 Update color-based sort language 2025-08-04 09:35:04 -05:00
Sam Becker
6b888d7f81 Disable color hover for thumbnails 2025-08-03 19:46:21 -05:00
Sam Becker
59f5c74269
Chromatic sorting (#284)
* Test color palette extraction

* Fix import

* Add hex <> oklch conversions

* Add 'hue' storage to photos

* Consolidate color modules

* Add chromatic config, track missing color data

* Bump deps

* Fix lens text test

* Finalize color storage

* Refactor color imports

* Hide form color data when disabled

* Store all average oklch color components

* Finalize color-config language

* Optimize photo syncing for color data

* Only update color data when syncing if possible

* Build out all color sorts

* Debug image colors

* Improve color debugging

* Improve color logging

* Simplify color sorting

* Bump deps

* Fix color sync logic

* Switch to sort params: ascending, descending

* Fix commandk sort menu

* Update tr-tr sorting language

* Add color capture to all photo extractions

* Add color visualization to photo form

* Standardize photo update language

* Create global debug color update function

* Improve color data capture logging

* Update maximum function duration for admin photos

* Add note to remove maxDuration

* Use AI to generate sorting color

* Conditionally use AI to analyze colors

* Manage AI color analysis batched requests

* Fix color reporting in admin photo table

* Only update color where AI fields are missing

* Temporarily upgrade admin/photos timeout

* Fix pro-based max duration

* Standardize color sorting foundations

* Update color sorting language

* Refactor color calculations

* Restore max duration time

* Update color-based sort menu labels

* Finalize color documentation

* Clean up color test actions

* Round color sort values before submitting to db

* Consolidate color server actions
2025-08-03 19:31:02 -05:00
Sam Becker
8ba32c5549 Add tr-tr type + lint 2025-07-31 09:06:21 -05:00
Mehmet Abak
2cf0a1b840
Added Turkish language support (#285)
* Create tr-tr.ts

* Update index.ts

* Update README.md
2025-07-31 09:04:36 -05:00
Sam Becker
2a2ffeba3c Edit batch icon 2025-07-20 12:04:34 -05:00
Sam Becker
bf3de54797 Restore link primitive cleanup 2025-07-20 11:43:38 -05:00
Sam Becker
a5efb8a964 Refactor link actions 2025-07-20 11:37:06 -05:00
Sam Becker
f6e167bd04 Debug linkwithstatus cleanup 2025-07-20 10:43:19 -05:00
Sam Becker
2425287544 Add temporary logging to LinkWithStatus 2025-07-20 00:25:11 -05:00
Sam Becker
e1ba3d84b4 Update selectedPhotoIds dependency array 2025-07-20 00:16:09 -05:00
Sam Becker
a24d4460d9 Refine batch id clearing 2025-07-20 00:08:53 -05:00
Sam Becker
730708b0db Refactor batch id clearing 2025-07-19 23:50:56 -05:00
Sam Becker
4d2cb31819 Always delay batch edit action 2025-07-19 23:32:37 -05:00
Sam Becker
3263603c25 Choreograph batch edit navigation/action 2025-07-19 23:28:10 -05:00
Sam Becker
6ab49d13e5 Hide admin menu tooltip on dismiss 2025-07-19 16:05:11 -05:00
Sam Becker
8c6e406904 Skip nav animation in empty state 2025-07-19 16:02:43 -05:00
Sam Becker
6c73b14b85 Make queries resilient to unconfigured installations 2025-07-19 15:36:42 -05:00
Sam Becker
fc8cca3f7f Switch more menus to proper links 2025-07-19 13:56:46 -05:00
Sam Becker
c78c6fd7e0 Add sort options to cmd-k menu 2025-07-17 20:32:09 -05:00
Sam Becker
c2b1be5fb4 Always fade in images on first load 2025-07-17 17:14:38 -05:00
Sam Becker
6f677ec906 Fix admin visibility icon spacing 2025-07-17 09:30:10 -05:00
Sam Becker
76621b965b Rationalize admin photo icon layout 2025-07-17 09:25:41 -05:00
Sam Becker
38768de87c Add string comments 2025-07-17 09:01:33 -05:00
Sam Becker
27b0b4965a Accept ampersands urls in cameras/lenses 2025-07-16 23:36:14 -05:00
Sam Becker
ea1e232232 Refine sidebar height calculation 2025-07-16 23:08:16 -05:00
Sam Becker
2dde902027 Check fallback fade/image load status on mount 2025-07-16 17:35:09 -05:00
Sam Becker
f2db4cf4d0 Add additional image fallback loading checks 2025-07-16 09:37:48 -05:00
Sam Becker
25533f088c Restore image fallback check to 100ms 2025-07-16 08:51:49 -05:00
Sam Becker
1906d2dd20 Only log non-0 static generation 2025-07-16 08:40:24 -05:00
Sam Becker
646f32e642
Rich sort controls (#283)
* Generalize app switcher menus

* Organize sort module

* Build configuration for nav sort control

* Refine sort menu styles

* Upgrade next.js

* Reset custom sort when clicking grid/full a second time

* Light up sort button when overridden
2025-07-15 22:43:36 -05:00
Sam Becker
65f7f539a7 Fix photo details on mobile 2025-07-15 10:38:20 -05:00
Sam Becker
622fbda79f Clean up indentation 2025-07-13 23:18:45 -05:00
Sam Becker
2b2bbeb5a5 Adjust config menu styles 2025-07-13 23:06:16 -05:00
Sam Becker
ac7506a1bc Adjust admin photos table spacing 2025-07-13 22:59:34 -05:00
Sam Becker
aefda2db19 Add section menu to admin app config 2025-07-13 18:38:33 -05:00
Sam Becker
188c704589 Make app og image match home feed 2025-07-13 11:43:33 -05:00
Sam Becker
84587b4b83 Make sidebar photo count accurate 2025-07-13 11:31:33 -05:00
Sam Becker
54abdce4df Enable visibility tooltips on mobile 2025-07-13 11:05:42 -05:00
Sam Becker
3b5d8214a2 Smooth out fallbacks on initial load 2025-07-12 10:38:01 -05:00
Sam Becker
443aba830f Gracefully fail when there are no recents 2025-07-11 23:12:27 -05:00
Sam Becker
8fbfd0fcb6 Conditionally show lens make text 2025-07-11 22:07:45 -05:00
Sam Becker
d77ad59eb2 Make recents category default 2025-07-11 20:16:24 -05:00
Sam Becker
781ff098b1 Improve masked scroll in form controls 2025-07-11 17:19:36 -05:00
Sam Becker
91562e6523 Fix tooltip button/form interaction 2025-07-11 08:53:36 -05:00
Sam Becker
1103a7b077 Fix checkbox focus, tab index 2025-07-11 08:48:04 -05:00
Sam Becker
36f8300cb1 Fix search icon jitter on mobile 2025-07-10 21:31:57 -05:00
Sam Becker
1610ebfc85 Streamline 'tagged' header text 2025-07-10 21:27:48 -05:00
Sam Becker
94af65c045 Remove tag order admin insight 2025-07-10 21:19:14 -05:00
Sam Becker
88e680f12b Adjust recent photos query 2025-07-10 21:10:40 -05:00
Sam Becker
f777518c54 Support pipe character in exif-based urls 2025-07-10 21:03:42 -05:00
Sam Becker
5987ab9bdb Restore FieldsetWithStatus location 2025-07-10 17:12:41 -05:00
Sam Becker
dda139080c Shrink SelectMenu selected text 2025-07-10 17:09:17 -05:00
Sam Becker
d2ba985328 Temporarily move FieldsetWithStatus due to case insensitivity bug 2025-07-10 17:04:42 -05:00
Sam Becker
a86f04b654 Enforce visibility types 2025-07-10 10:05:55 -05:00
Sam Becker
217baba066 Revert FieldSetWithStatus case change on imports 2025-07-10 10:01:49 -05:00
Sam Becker
c9484a5658 Revert FieldSetWithStatus case change 2025-07-10 10:00:18 -05:00
Sam Becker
9cea328386
Combine visibility setting into single dropdown (#281) 2025-07-10 09:58:27 -05:00
Sam Becker
468f7fe3d0 Show apple icon in sidebar hovers 2025-07-07 22:43:48 -05:00
Sam Becker
8eeda8d84e Refactor detail page for photos excluded from feeds 2025-07-07 21:35:27 -05:00
Sam Becker
6e76207708 Fix mobile edit/create button text 2025-07-06 12:20:40 -05:00
Sam Becker
a735a5416f Tweak category hovers 2025-07-06 12:11:48 -05:00
Sam Becker
a0e20f10a6 Lower upload tooltips 2025-07-06 11:37:25 -05:00
Sam Becker
2b54dd781c Revalidate paths after individual upload adds 2025-07-06 11:27:36 -05:00
Sam Becker
e50ecbf798 Accept titles for uploads, fix duplicate full images 2025-07-06 11:20:57 -05:00
Sam Becker
70f6f48044
Exclude photo from feeds (#280)
* Add tooltip to 'hidden' checkbox

* Refine checkbox UI

* Allow photos to be excluded from main feeds

* Fix footer grid in photos excluded from feed

* Apply feed exclusion from batch upload

* Scrub final hidden/private language

* Add visibility icons to admin photo menu
2025-07-05 23:40:58 -05:00
Sam Becker
bf78f786a7 Minimize cache purge when sorting feed 2025-07-04 12:57:06 -05:00
Sam Becker
b7cb6715b7
Speed up category hovers (#279)
* Extract out ShareHover components
* Refactor hover/category state
* Rename photo query options types
* Restore category count slice of app state
* Streamline entity hover headers
* Standardize swr keys
* Suppress hover counts to years
* Refine entity hover design
* Make image hovers opt out
2025-07-04 12:19:45 -05:00
Sam Becker
724fce656c Simplify sort config language 2025-07-01 17:43:19 -05:00
Sam Becker
d8a3c37d5c Load more thumbnails in grid view 2025-07-01 17:37:09 -05:00
Sam Becker
acb3926381 Speed up grid animations 2025-07-01 09:36:04 -05:00
Sam Becker
71ebc568c6 Add sort language to i18n 2025-06-30 09:34:22 -05:00
Sam Becker
a2745068e8 Finesse navbar search animation 2025-06-30 09:28:27 -05:00
Sam Becker
05b8a9c9f0 Suppress search animation on nav change 2025-06-30 08:42:49 -05:00
Sam Becker
37603612a7 Refine 'recents' spec 2025-06-30 00:48:13 -05:00
Sam Becker
75097c28b3 Animate sort toggle entrance 2025-06-29 21:42:50 -05:00
Sam Becker
d7fbc8bd68
Configurable photo sort order (#277)
* Introduce configurable photo sort order

* Fix recents image pre-rendering

* Refine sort order config

* Store sort order in client state

* Add core views to support sort

* Separate sort and priority preferences

* Consolidate imports, add lint rule

* Refine photo sorting documentation

* Update README sort text

* Finalize sort config
2025-06-29 21:05:13 -05:00
Sam Becker
722f18cc0f Refine recipe overlay tooltips 2025-06-28 12:53:01 -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
4698c5fe64 Refine configuration design 2025-06-25 17:41:46 -05:00
Sam Becker
434d3bcb8f Apply tag count limits to cmdk menu 2025-06-25 17:17:05 -05:00
Sam Becker
21d465c1ec Offer config for showing only tags with multiple photos 2025-06-25 09:29:05 -05:00
Sam Becker
c73c36951d Create dedicated categories config section 2025-06-25 08:44:44 -05:00
Sam Becker
4b341348e5 Reorder config sections 2025-06-25 08:36:16 -05:00
Sam Becker
f2efe25fe8 Remove obsolete debug props 2025-06-24 22:05:58 -05:00
Sam Becker
9b3a5a56a1 Simplify <ImageWithFallback /> 2025-06-24 21:51:08 -05:00
Sam Becker
6c50245550 Refine fallback fade logic 2025-06-24 21:29:48 -05:00
Sam Becker
f98d7758b1 Refine fallback timing behavior 2025-06-24 21:16:01 -05:00
Sam Becker
8ea82e8c09 Give cached fallback images 200ms to load 2025-06-24 20:58:07 -05:00
Sam Becker
462ac1a573 Add new debug/fallback strategies 2025-06-24 20:45:40 -05:00
Sam Becker
9f48894225 Only debug one fallback per page 2025-06-24 20:14:16 -05:00
Sam Becker
b21aa5f882 Revert fallback strat 2025-06-24 18:05:42 -05:00
Sam Becker
73f9c939e8 Refine image fallback timing strat 2025-06-24 17:48:06 -05:00
Sam Becker
41433dcbb4 Add fallback timing debugging 2025-06-24 17:01:05 -05:00
Sam Becker
e1cd7d23f1 Add image fallback debug logging 2025-06-24 10:14:08 -05:00
Sam Becker
6d7c5d6903 Fix image fallback abrupt segue, add logging 2025-06-23 23:19:22 -05:00
Sam Becker
c8ae04a14d Fix null checks on focal length 2025-06-22 17:35:19 -05:00
Sam Becker
d2e62a9091
Improve tooltip segues (#272)
* Update GH issue template

* Create custom tooltip display engine

* Fix tooltip cleanup behavior

* Make tooltip position size-aware

* Refine tooltip og positioning

* Refine og tooltip behavior

* Refine og image loading behavior
2025-06-22 15:03:18 -05:00
Sam Becker
9a3b60bcd9 Refine og hover behavior 2025-06-19 22:26:36 -05:00
Jahidul Islam
45ef9b8ff1
added Bengali (i18n) (#269)
* added Bengali

* Update bd-bn.ts
2025-06-19 19:11:09 -05:00
Sam Becker
2d4a254a0e Move FavsTag to client 2025-06-19 18:31:22 -05:00
Sam Becker
e1af77d40c
OG image hovers (#268)
* Create og tooltip component

* Refactor og image handling

* Introduce category hover configuration

* Add og hovers to all categories

* Move category labels to client

* Disable og tooltips in headers

* Prevent og tooltips on accessory/loader hovers
2025-06-19 18:19:59 -05:00
Sam Becker
7236e5adf3 Remove domain from configuration footer 2025-06-19 08:42:33 -05:00
Sam Becker
df9fa060b0 Refine app menu positioning 2025-06-19 08:40:02 -05:00
Sam Becker
49bfff5fbd Refine upload rows on mobile 2025-06-18 23:38:42 -05:00
Sam Becker
f6bc865225 Improve upload state management 2025-06-18 21:35:24 -05:00
Sam Becker
144e68b965 Improve add/edit upload functionality 2025-06-18 18:35:10 -05:00
Sam Becker
6ec4bfbfe8 Update upload action types 2025-06-18 10:20:20 -05:00
Sam Becker
5704597a4f Extract common upload add routine 2025-06-18 09:54:30 -05:00
Sam Becker
b115b98ea5 Change upload responsive buttons 2025-06-18 09:27:45 -05:00
Sam Becker
6ac797d5ac Refine uploads layout 2025-06-18 09:23:20 -05:00
Sam Becker
3bd6b20e76 Refine upload row styles 2025-06-17 19:02:46 -05:00
Sam Becker
e1e8f5cef0 Make caption generation title aware 2025-06-17 09:42:17 -05:00
Sam Becker
63fafb87af Accept titles when adding uploads 2025-06-17 09:33:07 -05:00
Sam Becker
7865abf148 Refine mobile cmd-k 2025-06-14 16:40:00 -05:00
Sam Becker
ac63e22a49 Improve mobile styles 2025-06-14 16:30:38 -05:00
Sam Becker
7b9195ea35 Match tag input to other menus 2025-06-13 12:40:43 -05:00
Sam Becker
7373a1b1f9 Make data static endpoints more resilient 2025-06-12 23:34:16 -05:00
Sam Becker
279454b288 Add site description to json feed 2025-06-12 22:53:33 -05:00
Sam Becker
bdfc122beb Refactor json/xml code 2025-06-12 21:16:26 -05:00
Sam Becker
4d904517a5 Create feed module 2025-06-12 21:07:49 -05:00
Sam Becker
9eb04f6015 Finalize feed behavior 2025-06-12 20:35:38 -05:00
Sam Becker
099fcdec8b Refine feed formatting 2025-06-12 19:04:42 -05:00
Sam Becker
4dc9149931 Remove public api endpoint 2025-06-12 18:54:50 -05:00
Sam Becker
534348b7a8 Update imports 2025-06-12 16:53:32 -05:00
Sam Becker
130f5c51e6 Merge branch 'main' into rss 2025-06-12 16:34:13 -05:00
Sam Becker
60f61da12e Update framer-motion type 2025-06-12 16:33:28 -05:00
Sam Becker
ec698b61de Begin combining feed and api 2025-06-12 16:31:45 -05:00
Sam Becker
0236461d99 Refine date formatting 2025-06-12 15:59:39 -05:00
Tadej Novak
3c4adc2f9e
Add rss.xml and feed.json endpoints 2025-06-08 13:42:25 +02:00
Tadej Novak
28b1c92edb
Add RSS date format 2025-06-08 13:42:25 +02:00
Tadej Novak
559f61fa68
Add public feed configuration 2025-06-08 13:42:25 +02:00
Sam Becker
7da49cb3cc Fix mobile tooltips 2025-06-04 17:13:04 -05:00
Sam Becker
cd6f9ab775 Revert admin page mobile design 2025-06-03 22:55:05 -05:00
Sam Becker
6d3fdfdcb5 Full-bleed config layout on mobile 2025-06-03 21:59:27 -05:00
Sam Becker
01223f6be0 Increase hidden icon in admin photo menu 2025-06-03 19:10:07 -05:00
Sam Becker
34e6fdb6c2 Refine site meta observability 2025-06-03 18:30:25 -05:00
Sam Becker
a063d0d29b Add meta content to admin config page 2025-06-03 09:35:51 -05:00
Sam Becker
4946b0d262
Build-time tree-shaking for date-fns locales (#264)
Dynamically import date-fns locales for turbopack (local) and webpack (production)
2025-06-02 09:50:06 -05:00
Sam Becker
d74ee39f11 Set default date-fns locale 2025-06-01 12:51:14 -05:00