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

feat: create multi-org template creation page#13879

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

Closed
jaaydenh wants to merge34 commits intomainfrommulti-org-create-template
Closed
Changes from1 commit
Commits
Show all changes
34 commits
Select commitHold shift + click to select a range
d640312
feat: initial changes for multi org template creation
jaaydenhJul 12, 2024
1c973ae
feat: styling and add template creation options
jaaydenhJul 18, 2024
6b5e7ec
chore: remove unused imports
jaaydenhJul 18, 2024
fbd6ca3
fix: use theme on cardTitle
jaaydenhJul 18, 2024
013522b
fix: remove unused import
jaaydenhJul 18, 2024
f547bfc
fix: pass key directly to JSX without using spread
jaaydenhJul 19, 2024
6b6c635
fix: use correct path
jaaydenhJul 19, 2024
b4e3c67
fix: fix test
jaaydenhJul 19, 2024
2636753
chore: handle merge changes
jaaydenhJul 19, 2024
c113979
fix: remove CreateTemplateButton
jaaydenhJul 19, 2024
cb53396
fix: update template examples for multi-org
jaaydenhJul 23, 2024
789699a
feat: pass along organizationId when creating templates
jaaydenhJul 23, 2024
8b03b11
fix: improve organization autocomplete
jaaydenhJul 24, 2024
b3aa04f
Feat: move org dropdown and add orgId search param
jaaydenhJul 24, 2024
03768c4
chore: show org autocomplete if experiment is enabled
jaaydenhJul 24, 2024
7baba1e
fix: remove unnecessary query param
jaaydenhJul 24, 2024
f513633
fix: cleanup
jaaydenhJul 24, 2024
b350b95
fix: fix tests
jaaydenhJul 24, 2024
2810cd3
fix: fix create template form stories
jaaydenhJul 24, 2024
6499543
fix
jaaydenhJul 24, 2024
c52c3dc
fix: merge issues
jaaydenhJul 25, 2024
6205129
chore: use default org for example templates
jaaydenhJul 26, 2024
b721a43
feat: add organizationId to the templates route
jaaydenhJul 26, 2024
41a414e
fix: add missing useMemo dependency
jaaydenhJul 26, 2024
e23475b
fix: add organizationId dependency
jaaydenhJul 26, 2024
53d4a3e
feat: update tests for organization in templates route
jaaydenhJul 26, 2024
7d92893
feat: gate org dropdown to multiple_organizations feature
jaaydenhJul 26, 2024
73ae86b
chore: set default for organization route param
jaaydenhJul 26, 2024
9bb1139
feat: update template routes for organizations
jaaydenhJul 26, 2024
1375b30
feat: add templates route
jaaydenhJul 26, 2024
aa452fe
feat: use templates_route
jaaydenhJul 26, 2024
0830dcc
Merge branch 'main' into multi-org-create-template
aslilacJul 26, 2024
b637620
the whirly durly
aslilacJul 26, 2024
0fc9acc
Merge branch 'main' into multi-org-create-template
aslilacJul 30, 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: remove unnecessary query param
  • Loading branch information
@jaaydenh
jaaydenh committedJul 25, 2024
commit7baba1edabf8e261065fe9cebad1f4d604275567
5 changes: 1 addition & 4 deletionssite/src/pages/TemplateSettingsPage/Sidebar.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,10 +33,7 @@ export const Sidebar: FC<SidebarProps> = ({ template }) => {
>
General
</SidebarNavItem>
<SidebarNavItem
href={`permissions?orgId=${template.organization_id}`}
icon={SecurityIcon}
>
<SidebarNavItem href="permissions" icon={SecurityIcon}>
Permissions
</SidebarNavItem>
<SidebarNavItem
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp