commits
Add the missing "of" between "list" and "Bluesky" in the "Show Mentions"
toggle description across both PostSettings and PostOptions components.
Changes:
- components/PostSettings.tsx: "Display a list Bluesky mentions..." → "Display a list of Bluesky mentions..."
- app/lish/[did]/[publication]/dashboard/settings/PostOptions.tsx: Same fix
https://claude.ai/code/session_01UmMsAY9kbwJy4p1nD6sCh8
Co-authored-by: Claude <noreply@anthropic.com>
* just like a bunch of stuff sorry
* cleaned up naming
* refactor the bskypostcontent to use booleans for reply and quote rather
than functions, include its own reply line, some renaming of variables
to be more consistant
* styling the grandparents in the threadviewer
* styling the quotepage
* adjustments to make everything more consistent
* use BskyPostContent in the leaflet as well
* fixing the width of thread and quote pages so they don't get too wide
* make the reply line emcompass it's replies as well
* little tweaks to the embed block
* fixed a bunch of small things
* init the recommend button, some stuff is broken tho
* oops forgot the new files
* add local like data fetching w/ batcher
* adjusting interaction button styles for consistency
* add user preference to show/hide recommends
* made some chnages to canvas layout to better match
* `add a little smoker to the recommend acion to keep it cute
* copy fixes
* spacing fixes
---------
Co-authored-by: Jared Pereira <jared@awarm.space>
* just like a bunch of stuff sorry
* cleaned up naming
* refactor the bskypostcontent to use booleans for reply and quote rather
than functions, include its own reply line, some renaming of variables
to be more consistant
* styling the grandparents in the threadviewer
* styling the quotepage
* adjustments to make everything more consistent
* use BskyPostContent in the leaflet as well
* fixing the width of thread and quote pages so they don't get too wide
* make the reply line emcompass it's replies as well
* little tweaks to the embed block
* fixed a bunch of small things
* initial delete button but no wiring yet
* added move block up and down buttons to the block options buttons,
refactored moveBlockUp/Down to be utility functions
* handling delete in the block options
* adjusting full bleed styling for image blocks
* change blockToolbar to imageToolbar, not
* don't show the toolbar on blocks without toolbar actions
* minor fixes to button block, implement a full wdith mode
* Lock is GONE YO
* pretty up the cover image button
* group multiselect delete into one undo group
* fix issue with empty codeBlocks lookin funny
* remove long press to select on mobile docs, kept for canvas
* fixed button block layout weirdness, added an ative state to text
alignment toolbar
* fixing min-h isses in codeblock
* make things blocks easier to manuever in canvas
* added mouse handlers back to canvas
* small block bugs
* fixed pageLinkBlock not showing proper non-text-block options
* fixed some undo redo bugs
* add basic site.standard stuff and normalization function
* normalize data from publication and document tables
* handle differing uris
* fix a few bugs
* fix feed construction and simplify updatePub functions
* don't delete old records
* add themes for standalone docs, etc
* handle migrating all records
* simplify updatePublication
* delete old docs and new ones
* handle setting basicTheme on create/update pubs
* set doc path properly
* fix type errors
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* added capability to backdate post on published docs
* componentize Date Picker, add Time Picker, mock up date and time pickers
in publish show and update flow
* wire up backdating posts from the publish flow. still broken from update
button
* wire up updating pubish date on published post
* just bold some stuff
* open calendars to corrent months and times by default
Add the missing "of" between "list" and "Bluesky" in the "Show Mentions"
toggle description across both PostSettings and PostOptions components.
Changes:
- components/PostSettings.tsx: "Display a list Bluesky mentions..." → "Display a list of Bluesky mentions..."
- app/lish/[did]/[publication]/dashboard/settings/PostOptions.tsx: Same fix
https://claude.ai/code/session_01UmMsAY9kbwJy4p1nD6sCh8
Co-authored-by: Claude <noreply@anthropic.com>
* just like a bunch of stuff sorry
* cleaned up naming
* refactor the bskypostcontent to use booleans for reply and quote rather
than functions, include its own reply line, some renaming of variables
to be more consistant
* styling the grandparents in the threadviewer
* styling the quotepage
* adjustments to make everything more consistent
* use BskyPostContent in the leaflet as well
* fixing the width of thread and quote pages so they don't get too wide
* make the reply line emcompass it's replies as well
* little tweaks to the embed block
* fixed a bunch of small things
* init the recommend button, some stuff is broken tho
* oops forgot the new files
* add local like data fetching w/ batcher
* adjusting interaction button styles for consistency
* add user preference to show/hide recommends
* made some chnages to canvas layout to better match
* `add a little smoker to the recommend acion to keep it cute
* copy fixes
* spacing fixes
---------
Co-authored-by: Jared Pereira <jared@awarm.space>
* just like a bunch of stuff sorry
* cleaned up naming
* refactor the bskypostcontent to use booleans for reply and quote rather
than functions, include its own reply line, some renaming of variables
to be more consistant
* styling the grandparents in the threadviewer
* styling the quotepage
* adjustments to make everything more consistent
* use BskyPostContent in the leaflet as well
* fixing the width of thread and quote pages so they don't get too wide
* make the reply line emcompass it's replies as well
* little tweaks to the embed block
* fixed a bunch of small things
* initial delete button but no wiring yet
* added move block up and down buttons to the block options buttons,
refactored moveBlockUp/Down to be utility functions
* handling delete in the block options
* adjusting full bleed styling for image blocks
* change blockToolbar to imageToolbar, not
* don't show the toolbar on blocks without toolbar actions
* minor fixes to button block, implement a full wdith mode
* Lock is GONE YO
* pretty up the cover image button
* group multiselect delete into one undo group
* fix issue with empty codeBlocks lookin funny
* remove long press to select on mobile docs, kept for canvas
* fixed button block layout weirdness, added an ative state to text
alignment toolbar
* fixing min-h isses in codeblock
* make things blocks easier to manuever in canvas
* added mouse handlers back to canvas
* small block bugs
* fixed pageLinkBlock not showing proper non-text-block options
* fixed some undo redo bugs
* add basic site.standard stuff and normalization function
* normalize data from publication and document tables
* handle differing uris
* fix a few bugs
* fix feed construction and simplify updatePub functions
* don't delete old records
* add themes for standalone docs, etc
* handle migrating all records
* simplify updatePublication
* delete old docs and new ones
* handle setting basicTheme on create/update pubs
* set doc path properly
* fix type errors
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* added capability to backdate post on published docs
* componentize Date Picker, add Time Picker, mock up date and time pickers
in publish show and update flow
* wire up backdating posts from the publish flow. still broken from update
button
* wire up updating pubish date on published post
* just bold some stuff
* open calendars to corrent months and times by default