|
|
a9dfa6ea11
|
Refine SEO, uploads, and deploy handling
|
2026-05-02 10:48:08 +02:00 |
|
|
|
18cea8b0f0
|
Wire admin studio SSR and search infrastructure
|
2026-05-01 11:46:06 +02:00 |
|
|
|
257b0dbef6
|
Build world campaigns rewards and recaps
|
2026-05-01 11:44:41 +02:00 |
|
|
|
28e7e46e13
|
Add news article comments and reactions
|
2026-05-01 11:43:49 +02:00 |
|
|
|
87d60af5a9
|
Save workspace changes
|
2026-04-18 17:02:56 +02:00 |
|
|
|
cdd42a0186
|
Improve creator studio browsing and versioning
|
2026-04-16 15:01:15 +02:00 |
|
|
|
56eaa3bcbf
|
Improve studio artwork media revisions
|
2026-04-16 14:44:41 +02:00 |
|
|
|
d5cff21ea2
|
feat: ship creator journey v2 and profile updates
|
2026-04-12 21:42:07 +02:00 |
|
|
|
08ad757bcb
|
Commit workspace changes
|
2026-04-05 19:42:33 +02:00 |
|
|
|
0b216b7ecd
|
Implement creator studio and upload updates
|
2026-04-04 10:12:02 +02:00 |
|
|
|
1da7d3bf88
|
Profile: store covers in object storage (WebP); add covers config; remember artworks categories content-type preference
|
2026-03-29 09:22:36 +02:00 |
|
|
|
cab4fbd83e
|
optimizations
|
2026-03-28 19:15:39 +01:00 |
|
|
|
2728644477
|
feat: add tag discovery analytics and reporting
|
2026-03-17 18:23:38 +01:00 |
|
|
|
4f576ceb04
|
more fixes
|
2026-03-12 07:22:38 +01:00 |
|
|
|
dc51d65440
|
feat: forum rich-text editor, emoji picker, mentions, discover nav, feed, uploads, profile
Forum:
- TipTap WYSIWYG editor with full toolbar
- @emoji-mart/react emoji picker (consistent with tweets)
- @mention autocomplete with user search API
- Fix PHP 8.4 parse errors in Blade templates
- Fix thread data display (paginator items)
- Align forum page widths to max-w-5xl
Discover:
- Extract shared _nav.blade.php partial
- Add missing nav links to for-you page
- Add Following link for authenticated users
Feed/Posts:
- Post model, controllers, policies, migrations
- Feed page components (PostComposer, FeedCard, etc)
- Post reactions, comments, saves, reports, sharing
- Scheduled publishing support
- Link preview controller
Profile:
- Profile page components (ProfileHero, ProfileTabs)
- Profile API controller
Uploads:
- Upload wizard enhancements
- Scheduled publish picker
- Studio status bar and readiness checklist
|
2026-03-03 09:48:31 +01:00 |
|
|
|
1266f81d35
|
feat: upload wizard refactor + vision AI tags + artwork versioning
Upload wizard:
- Refactored UploadWizard into modular steps (Step1FileUpload, Step2Details, Step3Publish)
- Extracted reusable hooks: useUploadMachine, useFileValidation, useVisionTags
- Extracted reusable components: CategorySelector, ContentTypeSelector
- Added TagPicker component (studio-style list picker with AI badge + new-tag insertion)
- Fixed TagInput auto-open bug (hasFocusedRef guard)
- Replaced TagInput with TagPicker in UploadSidebar
Vision AI tag suggestions:
- Add UploadVisionSuggestController: sync POST /api/uploads/{id}/vision-suggest
- Calls vision.klevze.net/analyze/all on upload completion (before step 2 opens)
- Two-phase useVisionTags: immediate gateway call + background DB polling
- Trigger fires on uploadReady (not step change) so tags arrive before user sees step 2
- Added vision.gateway config block with VISION_GATEWAY_URL env
Artwork versioning system:
- ArtworkVersion / ArtworkVersionEvent models
- ArtworkVersioningService: createNewVersion, restoreVersion, rate limiting, ranking decay
- Migrations: artwork_versions, artwork_version_events, versioning columns on artworks
- Studio API routes: GET versions, POST restore/{version_id}
- Feature tests: ArtworkVersioningTest (13 cases)
|
2026-03-01 14:56:46 +01:00 |
|
|
|
e3ca845a6d
|
Studio: make grid checkbox rectangular and commit table changes
|
2026-03-01 08:43:48 +01:00 |
|