|
|
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 |
|
|
|
35011001ba
|
Replace native selects with NovaSelect
|
2026-05-01 07:45:37 +02:00 |
|
|
|
87d60af5a9
|
Save workspace changes
|
2026-04-18 17:02:56 +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 |
|
|
|
a2457f4e49
|
minor fixes
|
2026-04-09 08:50:36 +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 |
|
|
|
5a33ca55a1
|
fixes
|
2026-03-03 21:00:18 +01:00 |
|
|
|
b9c2d8597d
|
feat: Inertia profile settings page, Studio edit redesign, EGS, Nova UI components\n\n- Redesign /dashboard/profile as Inertia React page (Settings/ProfileEdit)\n with SettingsLayout sidebar, Nova UI components (TextInput, Textarea,\n Toggle, Select, RadioGroup, Modal, Button), avatar drag-and-drop,\n password change, and account deletion sections\n- Redesign Studio artwork edit page with two-column layout, Nova components,\n integrated TagPicker, and version history modal\n- Add shared MarkdownEditor component\n- Add Early-Stage Growth System (EGS): SpotlightEngine, FeedBlender,\n GridFiller, AdaptiveTimeWindow, ActivityLayer, admin panel\n- Fix upload category/tag persistence (V1+V2 paths)\n- Fix tag source enum, category tree display, binding resolution\n- Add settings.jsx Vite entry, settings.blade.php wrapper\n- Update ProfileController with JSON response support for API calls\n- Various route fixes (profile.edit, toolbar settings link)"
|
2026-03-03 20:57:43 +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 |
|