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(site): add basic organization management ui#13288

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
aslilac merged 24 commits intomainfromorg-management-ui
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
24 commits
Select commitHold shift + click to select a range
f36f106
rebased old version
aslilacJun 3, 2024
325148c
move out of deployment settings
aslilacJun 3, 2024
c304463
padding and cleanup
aslilacJun 4, 2024
2cb6c5d
🧹
aslilacJun 6, 2024
25a8ee7
Merge branch 'main' into org-management-ui
aslilacJun 6, 2024
b297d3d
w h o o p s
aslilacJun 6, 2024
5f84937
Merge branch 'main' into org-management-ui
aslilacJun 7, 2024
0f9de62
a mostly nice org settings page
aslilacJun 7, 2024
17a890d
🧹
aslilacJun 7, 2024
050d553
wibbles
aslilacJun 10, 2024
bed1bd4
Merge branch 'main' into org-management-ui
aslilacJun 10, 2024
3bab8cb
🔮
aslilacJun 10, 2024
353ef76
Merge branch 'main' into org-management-ui
aslilacJun 11, 2024
b071231
formik strikes again
aslilacJun 11, 2024
f8ccd96
🧹
aslilacJun 11, 2024
98b66a2
Merge branch 'main' into org-management-ui
aslilacJun 12, 2024
0a2bfea
add support for icon
aslilacJun 13, 2024
ed57254
🧹
aslilacJun 13, 2024
d07a319
🧹
aslilacJun 13, 2024
c2263f1
fix footer stories
aslilacJun 13, 2024
1c397bc
🧹
aslilacJun 13, 2024
551191d
🧹
aslilacJun 14, 2024
ab91af8
show update errors and fix padding
aslilacJun 17, 2024
e5bddc6
🧹
aslilacJun 17, 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
🧹
  • Loading branch information
@aslilac
aslilac committedJun 13, 2024
commitd07a319546c9c5a4416d6bf5997093ea2b5655a0
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,17 +18,17 @@ import {
HorizontalForm,
FormFooter,
} from "components/Form/Form";
import { IconField } from "components/IconField/IconField";
import { Margins } from "components/Margins/Margins";
import { PageHeader, PageHeaderTitle } from "components/PageHeader/PageHeader";
import { Stack } from "components/Stack/Stack";
import {
getFormHelpers,
nameValidator,
displayNameValidator,
onChangeTrimmed,
} from "utils/formUtils";
import { useOrganizationSettings } from "./OrganizationSettingsLayout";
import { IconField } from "components/IconField/IconField";
import { Stack } from "components/Stack/Stack";

const MAX_DESCRIPTION_CHAR_LIMIT = 128;
const MAX_DESCRIPTION_MESSAGE =
Expand Down
2 changes: 1 addition & 1 deletionsite/src/pages/OrganizationSettingsPage/Sidebar.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,9 +4,9 @@ import { Link, NavLink } from "react-router-dom";
import type { Organization } from "api/typesGenerated";
import { Sidebar as BaseSidebar } from "components/Sidebar/Sidebar";
import { Stack } from "components/Stack/Stack";
import { UserAvatar } from "components/UserAvatar/UserAvatar";
import { type ClassName, useClassName } from "hooks/useClassName";
import { useOrganizationSettings } from "./OrganizationSettingsLayout";
import { UserAvatar } from "components/UserAvatar/UserAvatar";

export const Sidebar: FC = () => {
const { currentOrganizationId, organizations } = useOrganizationSettings();
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp