You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(editor): add new PostEditor component and E2E test infrastructure
- Add PostEditor with WriteTab and LinkTab for article/link creation
- Add URL metadata fetching for link posts
- Add article toolbar with formatting options
- Add E2E editor tests and test utilities
- Update E2E setup with link post test data
- Update slash command and image upload extensions
* style: standardize formatting and clean up whitespace across multiple files
* feat(editor): enhance CreateContent component with improved data handling and state management
* feat: update UnifiedContentCard to display author username conditionally and prevent layout shift with scrollbar-gutter in globals.css
* feat: update layout and styling for ArticlesPage, FeedPage, Home, and Filters components
* style: refine layout and styling for FeedFilters component
* test: enhance article sorting and visibility checks in e2e tests
* fix: resolve ESLint errors and E2E test
issues
- Remove unused imports from layout.tsx (headers, ThemeProvider, etc.)
- Remove unused sortAPIToUI mapping from articles/_client.tsx
- Fix type parameter naming in Filters.tsx (prefix with underscore)
- Fix networkidle usage in saved.spec.ts (use domcontentloaded)
- Use platform-aware keyboard modifier in editor.spec.ts (Meta on Mac,
Control on Linux)
* Add journal entry for lowly gunslinger migration (version 7)
* style: format JSON structure in 0017_snapshot.json and _journal.json for consistency
* fix: make migration 0017 idempotent for CI compatibility
0 commit comments