Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fe2): invite + list workspace invites #2629

Merged
merged 14 commits into from
Aug 12, 2024
Merged

feat(fe2): invite + list workspace invites #2629

merged 14 commits into from
Aug 12, 2024

Conversation

fabis94
Copy link
Contributor

@fabis94 fabis94 commented Aug 9, 2024

No description provided.

Copy link

linear bot commented Aug 9, 2024

WEB-1516 Frontend

show-clear
:placeholder="searchPlaceholder"
class="rounded-md border border-outline-3"
v-bind="bind"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improved useDebouncedTextInput return to allow for way simpler/easier configuration of the FormTextInput component

@@ -92,7 +92,7 @@
</div>
<div
v-if="hasButtons"
class="relative z-50 flex px-6 py-3 space-x-3 shrink-0 bg-foundation-page border-t border-outline-2"
class="relative z-50 flex px-6 py-3 space-x-3 shrink-0 bg-foundation-page"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

None of Michal's new dialogs have a border above the button footer

@@ -21,7 +20,17 @@
class="divide-y divide-outline-3 h-full overflow-visible"
:class="{ 'pb-32': overflowCells }"
>
<template v-if="items.length">
<div
v-if="loading || !items"
Copy link
Contributor Author

@fabis94 fabis94 Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Undefined items now means - show loading bar (for easy feeding in of API data). Additionally you can manually enable the loading bar through loading

@@ -0,0 +1,157 @@
<template>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved+Updated Mike's table

cdriesler
cdriesler previously approved these changes Aug 11, 2024
@@ -313,23 +313,23 @@ const revolveFieldNameAndVariables = <
* full objects. Read more: https://www.apollographql.com/docs/react/caching/cache-interaction/#values-vs-references
*/
export function modifyObjectFields<
V extends Optional<Record<string, unknown>> = undefined,
D = unknown
Variables extends Optional<Record<string, unknown>> = undefined,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<3

packages/server/modules/workspaces/events/eventListener.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@Mikehrn Mikehrn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 😁 Just one small thingy

@fabis94 fabis94 merged commit 4dae156 into main Aug 12, 2024
22 of 24 checks passed
@fabis94 fabis94 deleted the fabians/web-1516 branch August 12, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants