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: add the preferences/account page#999

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
BrunoQuaresma merged 35 commits intomainfrombq/755/account-page
Apr 15, 2022
Merged
Changes from1 commit
Commits
Show all changes
35 commits
Select commitHold shift + click to select a range
19579eb
feat: Add account form
BrunoQuaresmaApr 12, 2022
9ab1f96
chore: Merge branch 'main' of github.com:coder/coder into bq/755/acco…
BrunoQuaresmaApr 12, 2022
a23cc88
Merge branch 'main' of github.com:coder/coder into bq/755/account-page
BrunoQuaresmaApr 12, 2022
f9f1c5a
feat: Add account form
BrunoQuaresmaApr 13, 2022
1bbaf8a
chore: merge branch 'main' of github.com:coder/coder into bq/755/acco…
BrunoQuaresmaApr 13, 2022
fa1d0e6
feat: show notification when preferences are updated
BrunoQuaresmaApr 13, 2022
1278ed6
test: account form submission with success
BrunoQuaresmaApr 13, 2022
7ccf811
chore: remove unecessary timeout
BrunoQuaresmaApr 13, 2022
2ae0987
test: add tests
BrunoQuaresmaApr 13, 2022
4595186
style: fix message copy
BrunoQuaresmaApr 14, 2022
fa91276
style: improve success message
BrunoQuaresmaApr 14, 2022
fc01ff8
refactor: name is not optional
BrunoQuaresmaApr 14, 2022
f3fedd0
chore: move renderWithAuth to test_hepers/index.tsx
BrunoQuaresmaApr 14, 2022
807d4e9
chore: move error types and utils to api/errors.ts
BrunoQuaresmaApr 14, 2022
fa580c7
test: use userEvent
BrunoQuaresmaApr 14, 2022
3d76331
fix: remove async from onSubmit
BrunoQuaresmaApr 14, 2022
37bc235
refactor: improve error types
BrunoQuaresmaApr 14, 2022
17a0b16
chore: merge branch 'main' of github.com:coder/coder into bq/755/acco…
BrunoQuaresmaApr 14, 2022
0e8ac63
chore: merge branch 'bq/755/account-page' of github.com:coder/coder i…
BrunoQuaresmaApr 14, 2022
12058f8
refactor: api errors
BrunoQuaresmaApr 14, 2022
e489210
refactor: move UPDATE_PROFILE to idle state
BrunoQuaresmaApr 14, 2022
8098628
refactor: change FormStack to Stack and add storybook
BrunoQuaresmaApr 14, 2022
1f23e30
fix: error handling and tests
BrunoQuaresmaApr 14, 2022
a0588d1
feat: handle unknown error
BrunoQuaresmaApr 14, 2022
b3159d0
fix: make the eslint-disable inline
BrunoQuaresmaApr 14, 2022
e07d717
chore: rename story
BrunoQuaresmaApr 14, 2022
4d7da77
chore: merge branch 'bq/755/account-page' of github.com:coder/coder i…
BrunoQuaresmaApr 14, 2022
8d63848
Update site/src/xServices/auth/authXService.ts
BrunoQuaresmaApr 14, 2022
a11ff10
Update site/src/pages/preferences/account.tsx
BrunoQuaresmaApr 14, 2022
bde7c15
Fix errors
BrunoQuaresmaApr 15, 2022
684b902
chore: merge branch 'main' of github.com:coder/coder into bq/755/acco…
BrunoQuaresmaApr 15, 2022
bbf2152
Fix type
BrunoQuaresmaApr 15, 2022
7f32600
Fix forms
BrunoQuaresmaApr 15, 2022
eb65490
Normalize machine
BrunoQuaresmaApr 15, 2022
59bac76
Fix: tests
BrunoQuaresmaApr 15, 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
Fix type
  • Loading branch information
@BrunoQuaresma
BrunoQuaresma committedApr 15, 2022
commitbbf2152859f34f62aafe39fca5c5208fdc392941
1 change: 1 addition & 0 deletionssite/src/test_helpers/entities.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -29,6 +29,7 @@ export const MockUser: UserResponse = {

export const MockUser2: UserResponse = {
id: "test-user-2",
name: "Test User 2",
username: "TestUser2",
email: "test2@coder.com",
created_at: "",
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp