Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: ensure user admins can always see users table#15226

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Parkreiner merged 33 commits intomainfrommes/deploy-bug
Oct 29, 2024
Merged
Changes from1 commit
Commits
Show all changes
33 commits
Select commitHold shift + click to select a range
1ad09fa
refactor: update layout so that sidebar always shows
ParkreinerOct 24, 2024
620bd3a
refactor: consolidate logic more
ParkreinerOct 24, 2024
7ee3cf0
fix: add redirect for base users
ParkreinerOct 24, 2024
e889621
fix: update routing logic to not block on disabled queries
ParkreinerOct 24, 2024
36e0376
fix: update type misalignment
ParkreinerOct 24, 2024
032a75c
chore: format and tidy up
ParkreinerOct 24, 2024
eea8bbd
fix: make sure you can't navigate directly to bare /deployment page
ParkreinerOct 24, 2024
e6d4201
fix: add more granularity to redirect logic
ParkreinerOct 24, 2024
14fc68e
fix: prevent infinite redirect
ParkreinerOct 24, 2024
a8fd9e6
fix: update redirects for /organizations routes
ParkreinerOct 24, 2024
0a36cd1
fix: format files
ParkreinerOct 24, 2024
e6d772b
fix: tighten up types for permissions
ParkreinerOct 25, 2024
3752af5
Merge branch 'main' into mes/deploy-bug
ParkreinerOct 25, 2024
2068a4c
fix: update route checks to account for subroutes
ParkreinerOct 25, 2024
2fe3d53
fix: add e2e check to ensure that redirect hasn't happened
ParkreinerOct 25, 2024
3c41de0
fix: update stories to account for new dashboard logic
ParkreinerOct 25, 2024
162642e
fix: update out-of-date comment
ParkreinerOct 25, 2024
64c6f29
fix: update default value logic for storybook setup
ParkreinerOct 25, 2024
e12a4aa
fix: update individual stories
ParkreinerOct 25, 2024
b9b33c0
fix: finish storybook injection changes
ParkreinerOct 25, 2024
f7df5ff
fix: add back separate empty state to satisfy tests
ParkreinerOct 25, 2024
6925294
fix: add tests and update code to account for missing cases
ParkreinerOct 25, 2024
9fc0afa
fix: apply formatting
ParkreinerOct 25, 2024
498e7ba
break out `DeploymentSettingsProvider`
aslilacOct 28, 2024
234c606
fix: apply changes from previous PR
ParkreinerOct 28, 2024
4496a75
fix: apply formatting
ParkreinerOct 28, 2024
9fcf3e7
Merge branch 'main' into mes/deploy-bug
ParkreinerOct 28, 2024
19fb6e5
Merge branch 'lilac/deployment-settings-provider' into mes/deploy-bug
ParkreinerOct 28, 2024
804255e
fix: delete invalid tests
ParkreinerOct 28, 2024
d341175
fix: revert changes not caught in merge
ParkreinerOct 28, 2024
f3e6659
fix: update spellcheck
ParkreinerOct 28, 2024
ce67a66
fix: revert nits
ParkreinerOct 28, 2024
7e946a7
fix: apply feedback
ParkreinerOct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix: update stories to account for new dashboard logic
  • Loading branch information
@Parkreiner
Parkreiner committedOct 25, 2024
commit3c41de0c85427b78c021b0060d23666f5be25198
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,10 +33,15 @@ const meta: Meta<typeof OrganizationSettingsPage> = {
export default meta;
type Story = StoryObj<typeof OrganizationSettingsPage>;

export const NoRedirectableOrganizations: Story = {};
export const NoRedirectableOrganizations: Story = {
parameters: {
activeOrganization: undefined,
},
};

export const OrganizationDoesNotExist: Story = {
parameters: {
activeOrganization: undefined,
reactRouter: reactRouterParameters({
location: { pathParams: { organization: "does-not-exist" } },
routing: { path: "/organizations/:organization" },
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp