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 user page#1197

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
presleyp merged 49 commits intomainfromcreate-user/presleyp/734
Apr 28, 2022
Merged
Changes from1 commit
Commits
Show all changes
49 commits
Select commitHold shift + click to select a range
db013f8
Add button and route
presleypApr 22, 2022
b73fb80
Hook up api
presleypApr 22, 2022
fc5ec16
Lint
presleypApr 22, 2022
635eab9
Add basic form
presleypApr 22, 2022
c2de4d4
Get users on page mount
presleypApr 25, 2022
028840a
Make cancel work
presleypApr 25, 2022
8c31769
Creating -> idle bc users page refetches
presleypApr 25, 2022
1021029
Merge branch 'main' into create-user/presleyp/734
presleypApr 25, 2022
073d694
Import as TypesGen
presleypApr 25, 2022
ad76fcb
Merge branch 'main' into create-user/presleyp/734
presleypApr 25, 2022
4aa97e6
Handle api errors
presleypApr 25, 2022
211ca6f
Lint
presleypApr 25, 2022
f9c29c8
Add handler
presleypApr 25, 2022
c501b6a
Add FormFooter
presleypApr 25, 2022
5d6d0c1
Add FullPageForm
presleypApr 25, 2022
861969e
Lint
presleypApr 25, 2022
ee64b70
Merge branch 'main' into create-user/presleyp/734
presleypApr 25, 2022
a939194
Merge branch 'fullpageform/presleyp' into create-user/presleyp/734
presleypApr 25, 2022
8b72976
Better form, error, stories
presleypApr 25, 2022
369af6b
Make detail optional
presleypApr 25, 2022
90283ed
Use Language
presleypApr 25, 2022
8f6d135
Merge branch 'fullpageform/presleyp' into create-user/presleyp/734
presleypApr 25, 2022
35f462a
Remove detail prop
presleypApr 25, 2022
23ba888
Add back autoFocus
presleypApr 26, 2022
c2f6cce
Remove displayError, use displaySuccess
presleypApr 26, 2022
f46799e
Lint, export Language
presleypApr 26, 2022
7d6a03f
Tests - wip
presleypApr 26, 2022
f5fe8e8
Fix cancel tests
presleypApr 27, 2022
470481c
Switch back to mock
presleypApr 27, 2022
6a490c2
Add navigate to xservice
presleypApr 27, 2022
7d98c13
Move error type predicate to xservice
presleypApr 27, 2022
30b8799
Lint
presleypApr 27, 2022
cf8442f
Switch to using creation mode in XState
presleypApr 27, 2022
8f23d91
Merge branch 'main' into create-user/presleyp/734
presleypApr 27, 2022
642ca22
Lint
presleypApr 27, 2022
a0717f8
Lint
presleypApr 27, 2022
9941c1c
Lint
presleypApr 27, 2022
8ca5922
Revert "Switch to using creation mode in XState"
presleypApr 27, 2022
01522cc
Give XService a navigate action
presleypApr 27, 2022
fa75015
Add missing validation messages
presleypApr 28, 2022
c3bb6ff
Fix XState warning
presleypApr 28, 2022
62dad5e
Fix tests
presleypApr 28, 2022
797bb34
Pretend user has org id and make it work
presleypApr 28, 2022
6f6165b
Format
presleypApr 28, 2022
4c56afd
Lint
presleypApr 28, 2022
6acba0e
Merge branch 'main' into create-user/presleyp/734
presleypApr 28, 2022
9154a33
Switch to org ids array
presleypApr 28, 2022
983d7ff
Skip lines between tests
presleypApr 28, 2022
10c765c
Punctuate notification messages
presleypApr 28, 2022
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
Add back autoFocus
  • Loading branch information
@presleyp
presleyp committedApr 26, 2022
commit23ba8889147b886d02dfcf3add14441071f05cfc
1 change: 1 addition & 0 deletionssite/src/components/CreateUserForm/CreateUserForm.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -54,6 +54,7 @@ export const CreateUserForm: React.FC<CreateUserFormProps> = ({ onSubmit, onCanc
{...getFieldHelpers("username")}
onChange={onChangeTrimmed(form)}
autoComplete="username"
autoFocus
fullWidth
label={Language.usernameLabel}
variant="outlined"
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp