npmrun
5ae04d4fac
refactor(site): use NUXT_PUBLIC_SITE_URL instead of DB publicSiteUrl
Made-with: Cursor
3 weeks ago
npmrun
b5430ad1da
feat(config): publicSiteUrl for same-origin media refs; copy uses it
Made-with: Cursor
3 weeks ago
npmrun
2cc931b929
fix(media): load library on client after auth refresh (avoid SSR 401)
Made-with: Cursor
3 weeks ago
npmrun
761278a593
fix(ui): avoid duplicate toast on media library load error
Made-with: Cursor
3 weeks ago
npmrun
e4adc32c56
feat(nav): add media console link and merge dashboard card
Made-with: Cursor
3 weeks ago
npmrun
ee6efc372b
fix(ui): avoid duplicate chrome on media orphans under shell
Made-with: Cursor
3 weeks ago
npmrun
a2b99afcfb
feat(ui): add media library page at /me/media
Made-with: Cursor
3 weeks ago
npmrun
fb56fc6bcd
feat(ui): add /me/media parent shell with sub nav
Made-with: Cursor
3 weeks ago
npmrun
f822086861
feat(media): enhance media storage audit with detailed reference tracking
- Introduced new types for audit rows and reference details to improve data structure.
- Updated the media storage audit logic to include references for each asset, allowing for better tracking of media usage.
- Enhanced UI to display reference sources for media assets, clarifying the relationship between assets and their references.
- Improved cleanup descriptions and toast messages for better user understanding of actions taken.
Made-with: Cursor
3 weeks ago
npmrun
8d29da0780
feat(image-crop): integrate vue-advanced-cropper for avatar and header icon uploads
- Added ImageCropModal component for cropping images before upload.
- Updated profile page to handle image cropping for avatar and header icon.
- Included vue-advanced-cropper as a dependency in package.json and bun.lock.
Made-with: Cursor
3 weeks ago
npmrun
24b358115d
feat(discover): default discoverVisible to on for new users
- Schema + migration 0007 rebuild users table with discover_visible DEFAULT true
- Profile form initial state matches (checkbox pre-checked before load)
- Journal when for 0007 set after 0006 so drizzle-kit migrate applies it
- Spec: document default opt-in
Made-with: Cursor
3 weeks ago
npmrun
0b7f29d86f
feat(profile): discover visibility and location controls
Made-with: Cursor
3 weeks ago
npmrun
177cbe837d
feat(rss): enhance RSS feed management with sync metadata and improved next sync display
3 weeks ago
npmrun
0540db2c8d
refactor(auth): replace 'pending' with 'initialized' in auth session and update loading states across components
3 weeks ago
npmrun
1776f229fc
feat(profile): add optional icon support for social links and update related components
3 weeks ago
npmrun
ad5cc6ade5
refactor(me/profile): toast-only feedback, overlay loading without layout swap
Made-with: Cursor
3 weeks ago
npmrun
7fd86f9063
feat(me/profile): bio markdown editor in modal with truncated preview
Made-with: Cursor
3 weeks ago
npmrun
f6beaf05ef
feat(ui): success toasts for save and update actions
Made-with: Cursor
3 weeks ago
npmrun
f73d766565
fix: migrate console API calls to useClientApi fetchData
- Replace request+unwrap with fetchData across /me admin, posts, timeline, rss, profile
- Inline form errors: profile uploads/save use notify:false + getApiErrorMessage
- Remove duplicate extractError/toast in media-storage, orphans, markdown editor
- PostComments and logout use fetchData for consistent error toasts
Made-with: Cursor
3 weeks ago
npmrun
f988d3b91a
refactor(ui): reorganize media cleanup section and update labels
3 weeks ago
npmrun
4e4d3b1c92
feat(admin): storage vs media_assets audit and safe DB cleanup
Made-with: Cursor
3 weeks ago
npmrun
707252eb2f
feat(media): grace expiry column; widen orphans page; align toolbar
Made-with: Cursor
3 weeks ago
npmrun
2bf8ae60ef
fix(ui): tighten orphans table layout, truncate keys, clearer actions
Made-with: Cursor
3 weeks ago
npmrun
8b7b44317d
feat(ui): media orphans review page and dashboard link
Made-with: Cursor
3 weeks ago
npmrun
fd47913043
feat(config): admin toggles for media orphan auto-sweep
Made-with: Cursor
3 weeks ago
npmrun
436d0e7693
feat(posts): remove newer/older nav; edit link on public post for owner; expose post id in public API
Made-with: Cursor
3 weeks ago
npmrun
c5953cffd2
fix(posts): detail links instead of id jump; friendly published time on public post
Made-with: Cursor
3 weeks ago
npmrun
03bfacd898
feat(posts): quick nav on list/edit pages and safe markdown on public posts
Made-with: Cursor
3 weeks ago
npmrun
2b6ce7bf62
feat(posts): align new post page with markdown editor layout
Made-with: Cursor
3 weeks ago
npmrun
63ac857c73
feat(posts): writing-first layout and markdown editor on edit page
Made-with: Cursor
3 weeks ago
npmrun
0a00a11475
feat(admin-ui): show per-user stats and public profile actions
Made-with: Cursor
3 weeks ago
npmrun
88137dd807
feat: enhance public profile layout and configuration management
- Added site name configuration to global settings.
- Improved public home layout with dynamic header and navigation.
- Introduced detailed view for posts and timeline with visibility controls.
- Implemented admin interface for site configuration management.
- Enhanced user experience with responsive design adjustments and improved loading states.
3 weeks ago
npmrun
7e020389c1
feat: multitenant profile, posts, timeline, RSS, admin APIs, and Nuxt UI
Made-with: Cursor
3 weeks ago