trypost/app/Http/Controllers
Paulo Castellano c0886737c4 feat: add labels and hashtags to posts
- Add many-to-many relationship between posts and workspace labels
- Add label selector in post edit page with autosave
- Display labels in posts list
- Add hashtags modal with search for appending hashtags to post content
- Fix sidebar active state for posts edit page
- Fix AvatarImage null src warning in SocialAccountsGrid
- Fix new post state by using Inertia::location for full page reload
- Hide close button on CommandDialog by default
2026-01-26 15:18:35 -03:00
..
Auth feat: add include_granted_scopes to Google OAuth 2026-01-26 13:41:15 -03:00
Settings feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
BillingController.php feat: translate billing page and fix flash messages 2026-01-26 12:01:53 -03:00
Controller.php chore: first commit 2026-01-14 22:13:44 -03:00
MediaController.php feat: improvements on ui 2026-01-21 17:57:15 -03:00
OnboardingController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
PostController.php feat: add labels and hashtags to posts 2026-01-26 15:18:35 -03:00
WorkspaceController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
WorkspaceHashtagController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
WorkspaceInviteController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00
WorkspaceLabelController.php feat: refactory post controlller. 2026-01-21 22:08:18 -03:00