Commit Graph

31 Commits

Author SHA1 Message Date
andrewwallacespeckle 74a5a3802a better naming 2025-06-02 17:52:26 +02:00
andrewwallacespeckle a24a8fab7c Update card background for pending statuses 2025-06-02 17:48:25 +02:00
andrewwallacespeckle 9f0fcafc42 Simplified autojoin frontend 2025-06-02 17:43:41 +02:00
andrewwallacespeckle 2edfd37e01 fix(fe): Discoverable workspace card not dismissing 2025-06-02 09:31:44 +02:00
andrewwallacespeckle 6f3cb6f802 Use WorkspaceJoinRequestStatus enum 2025-05-30 11:08:10 +02:00
andrewwallacespeckle d2e6b5fa8d De-duplication and admin plural fix 2025-05-28 16:06:57 +02:00
Benjamin Ottensten 440aa15905 Change joined state 2025-05-28 13:38:11 +02:00
andrewwallacespeckle c908d6fc0b Dont filter approved requests 2025-05-28 12:32:38 +02:00
Benjamin Ottensten df0150754c Add auto join banner to workspace cards 2025-05-28 10:53:38 +02:00
andrewwallacespeckle 3d7de381e7 Update card when autojoin 2025-05-27 16:26:37 +02:00
Mike 13686d9332 Fix: Remove flex from admin list to avoid gaps (#4809) 2025-05-26 10:06:22 +02:00
andrewwallacespeckle 11b2b57486 Layout fixes 2025-05-22 13:01:48 +02:00
andrewwallacespeckle 10ae782a7b Update pagination limit 2025-05-22 12:53:11 +02:00
andrewwallacespeckle 36f7f809bd Updates to cards 2025-05-22 12:48:17 +02:00
andrewwallacespeckle e8f85e8d7c UI updates 2025-05-22 10:43:23 +02:00
andrewwallacespeckle 9f074b664d Condensed workspace card 2025-05-21 15:47:53 +02:00
andrewwallacespeckle 3e9b96aca9 feat(fe): show admins in discoverable workspace card 2025-05-21 15:18:22 +02:00
Mike 2700fbb894 Fix: Hide add-ons if not self serve plan (#4706) 2025-05-12 14:46:10 +02:00
Chuck Driesler 76b84e2068 fix(workspaces): wrapper type on limited workspace team (#4635) 2025-04-30 16:42:57 +01:00
Chuck Driesler c060d6097d fix(workspaces): include name and id on discoverableworkspacecollaborator (#4629)
* fix(workspaces): show more info for discoverable workspace members

* chore(workspaces): something silly with gqlgen

* Update FE

* Fix FE

---------

Co-authored-by: Mike Tasset <mike.tasset@gmail.com>
2025-04-30 13:52:12 +01:00
andrewwallacespeckle 63e035f920 Better naming 2025-04-19 13:18:16 +01:00
andrewwallacespeckle d07daf1538 Workspace Join Request Sent 2025-04-19 12:51:54 +01:00
andrewwallacespeckle 05c3753e0e Update workspace switcher counts 2025-04-16 15:04:35 +01:00
andrewwallacespeckle c14d3e74fb Merge branch 'main' into andrew/web-3044-cant-dismiss-discoverable-workspaces 2025-04-16 14:34:07 +01:00
andrewwallacespeckle bee73b6f21 Add line lamp to workspace card description 2025-04-15 14:58:45 +01:00
andrewwallacespeckle 917e8c299a Remove dismiss button 2025-04-15 14:38:06 +01:00
andrewwallacespeckle 46af1fc55a Fix discoverable 2025-04-10 21:41:15 +01:00
andrewwallacespeckle 531f33a813 Use WorkspaceCard 2025-04-10 15:33:47 +01:00
Chuck Driesler a8546e4e5f fix(workspaces): make discoverable workspace dismiss sticky (#4189)
* fix(workspaces): make discoverable workspace dismiss sticky

* Modify cache instead of refetch

* Add to new cards

---------

Co-authored-by: Mike Tasset <mike.tasset@gmail.com>
2025-03-17 11:01:06 +00:00
Mike ec435df79d Feat: New navigation (#4179) 2025-03-13 15:23:41 +01:00
andrewwallacespeckle 876a0ee217 feat(fe2): Create/Join Workspace as part of signup flow (#3997)
* New middleware. New page structure

* Changes from designs

* New workspace creation flow

* FF Hide SSO

* No middleware with no FF

* When to show join

* Update Join description text based on count

* Use new FF

* Major changes

* Update join text

* New FF in middleware

* Discoverable Banners

* Fix cache warning

* Undo merge conflict

* Revert merge conflicts

* Remove unneeded change

* Rename

* Revert merge issues

* Fix error

* Remove FF

* Check workspaces is enabled

* Use FF to show old onboarding flow

* Remove unused FF

* Fixes from PR

* Remove Region & SSO

* Revert workspace wizard changes

* WorkspaceDiscoverableWorkspacesCard

* Remove old code that was hidden with FF

* Fix

* Changes from call with Mike

* Fix typo

* Fix typo

* Update JoinPage.vue

---------

Co-authored-by: Mike Tasset <mike.tasset@gmail.com>
2025-03-03 13:05:07 +00:00