-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix: DIA-1927: [FE] Data on organization section are incorrect on new account settings page #7100
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5eab13f
Add missing membership info
nick-skriabin a385d90
Update web/libs/core/src/pages/AccountSettings/sections/MembershipInf…
nick-skriabin 50edb2f
Update web/libs/core/src/pages/AccountSettings/sections/MembershipInf…
nick-skriabin c1482a8
Update web/libs/core/src/pages/AccountSettings/sections/MembershipInf…
nick-skriabin 36e5c29
Update web/libs/core/src/pages/AccountSettings/sections/MembershipInf…
nick-skriabin 83b2189
Reusable format function
nick-skriabin 41e9ce9
Update web/libs/core/src/pages/AccountSettings/sections/MembershipInf…
nick-skriabin 3af59f3
Update web/libs/core/src/pages/AccountSettings/sections/MembershipInf…
nick-skriabin f1998d8
Update web/libs/core/src/pages/AccountSettings/sections/MembershipInf…
nick-skriabin 97b1941
Update membership info
nick-skriabin 3c4507f
Fix membership info
nick-skriabin b52f8db
Lift permissions for Org API
nick-skriabin 9d82192
Reset permission settings
nick-skriabin 0f15fe3
Merge branch 'develop' into 'fb-dia-1927/membership-info'
MihajloHoma addc587
Remove duplicated import
nick-skriabin 278c6a4
Add `active_organization_meta` to whoami and support on user account …
nick-skriabin cf4e14e
Merge branch 'develop' into 'fb-dia-1927/membership-info'
robot-ci-heartex 04b674e
Sync Follow Merge dependencies
robot-ci-heartex 669e390
Safety first
nick-skriabin 02ebe55
Merge branch 'develop' into fb-dia-1927/membership-info
nick-skriabin 43bef49
Sync Follow Merge dependencies
robot-ci-heartex d70ca89
Add missing import
nick-skriabin f33dcc6
Restore version from develop
nick-skriabin 9a7f081
Merge branch 'develop' into 'fb-dia-1927/membership-info'
robot-ci-heartex c575fff
Sync Follow Merge dependencies
robot-ci-heartex 55f5a06
Merge branch 'develop' into 'fb-dia-1927/membership-info'
nick-skriabin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { QueryClient } from "@tanstack/react-query"; | ||
|
||
export const LSQueryClient = new QueryClient({ | ||
defaultOptions: { | ||
queries: { | ||
refetchOnWindowFocus: false, | ||
}, | ||
}, | ||
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
justify-content: center; | ||
} | ||
|
||
|
||
.success svg { | ||
width: 16px; | ||
height: 16px; | ||
|
1 change: 1 addition & 0 deletions
1
web/libs/core/src/pages/AccountSettings/AccountSettings.module.scss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.accountSettings { | ||
flex: 1; | ||
display: flex; | ||
flex-direction: column; | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.