* Enable select all toggle
* Extend category path test coverage
* Preview queries when selecting all
* Hoist select all query count to app state
* Refine select photo behavior/presentation
* Refactor batch edit actions
* Refactor limit handling in path-based photo queries
* Show all tags in admin views
* Fix select all z-order
* feat: add Nikon Z Picture Control support
* refactor: Consolidate Fujifilm and Nikon MakerNote parsing logic and remove unused code and comments.
* fix: decode film parameter before fetching photo data.
* fix: decode URL-encoded film parameters for improved routing
* feat: Add default set of Nikon Picture Controls for consistent labels and allow for Picture Controls not already in the database to be picked from the drop down.
* feat: Add camera make context to film components for conditional Fujifilm simulation display
* Upgrade to next.js 16
* Allow static generation on preview
* Add note for disabled ref rule
* Report Next.js version in App Insights
* Link Next.js version
* Bump deps
* Add openai object generation with zod
* Streamline AI query instructions
* Use single AI request when editing uploads
* Clean up AI text from object requests
* Fix AI text formatting logic
* Reorganize upload network requests
* 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
* 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
* 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