-
-
Notifications
You must be signed in to change notification settings - Fork 0
Dashboard Mutations #53
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
6502495
build: add necessary form dependencies
hobbescodes 32ca909
refactor(dashboard): enable new project cta
hobbescodes 4071cad
feature(dashboard): set up base for new project dialog
hobbescodes d2141e1
feature(dashboard): set up base for new project dialog
hobbescodes 37c43e6
refactor(new-project): add select component for organization selection
hobbescodes 88a09c8
refactor(new-project): move select organization label to app.config
hobbescodes 58acf91
feature(new-project): add necessary form inputs
hobbescodes e108762
feature(new-project): apply form field validation schema
hobbescodes 7027e88
refactor(new-project): update schema validation for project slug
hobbescodes 3ceafbe
Merge branch 'master' into feature/dashboard-mutations
hobbescodes d80e0e0
feature(graphql): add create project mutation
hobbescodes 9c2dbc1
refactor(graphql): update organizations query
hobbescodes d57be4a
feature(dashboard): add proper mutation for creating a new project
hobbescodes 52f45a2
refactor(new-project): add async validation for project slug
hobbescodes 5e2ef46
Merge branch 'master' into feature/dashboard-mutations
hobbescodes d97eb01
fix(build): update queries to fix build errors due to merge conflicts
hobbescodes 353a24e
refactor: update routing to use org and proj slugs
hobbescodes 9fd9a82
fix(new-project): update create porject payload to include org slug
hobbescodes 73c0f44
feature(dashboard): add dialog for creating a new organization
hobbescodes 4f67fc5
feature(dashboard): add functionality for creating an organization
hobbescodes 4e75558
refactor(dashboard): update responsive design pattern for pinned orgs
hobbescodes 78e4e94
refactor(dashboard): adjust state management for CTAs when there are …
hobbescodes e6a97be
chore: format
hobbescodes 806512a
refactor: adjust pattern for form submissions
hobbescodes 34d3865
chore: format
hobbescodes 12c2d95
refactor: adjust pattern for FormFieldError
hobbescodes 9c49296
docs: add JSDoc to custom Link component
hobbescodes 2870075
chore: format
hobbescodes 87c4b72
Merge branch 'master' into feature/dashboard-mutations
hobbescodes 410a046
fix: update field level validator for organization name
hobbescodes c43e78a
build: update to use JSONC formatted lockfile
hobbescodes 5e60c7c
refactor: update auth flow to inject database rowId into the session …
hobbescodes 3697681
chore: format
hobbescodes 8d9c145
chore: add TODO comment regarding augmentation of session object
hobbescodes 8545001
chore: update comment related to onChangeAsync validator
hobbescodes 46a95c0
chore: update comment regarding onChangeAsync validator
hobbescodes 063edcc
refactor(components): use custom link component throughout app
hobbescodes ec53be2
refactor(config): update placeholder text for form inputs
hobbescodes d14f964
fix(link): extend props to include html anchor element attributes
hobbescodes 6209095
refactor(link): remove unnecessary children prop override
hobbescodes ee6a6af
refactor: update slug validations, use custom validation adapter
hobbescodes 6207146
refactor: adjust comments and TODOs, remove web3 dependencies
hobbescodes 7dd59dd
refactor: adjust naming convention for schema validator import, updat…
hobbescodes 845a29a
refactor: adjust casing for schema validator import
hobbescodes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,9 @@ | ||
| WALLETCONNECT_PROJECT_ID="" | ||
|
|
||
| # auth | ||
| # Keycloak client secret, ask engineering team for this. It is required for local authentication | ||
| AUTH_KEYCLOAK_SECRET="" | ||
| # NB: an auth secret can be generated and injected automatically with `npx auth`, see https://cli.authjs.dev | ||
| AUTH_SECRET="" | ||
|
|
||
| # NB: mocked user ID from locally seeded database. | ||
| # TODO: remove once keycloak / hidra are synced with database (https://linear.app/omnidev/issue/OMNI-147/replace-mock-user-id-flow-with-hidra-integration) | ||
| NEXT_PUBLIC_MOCK_USER_ID="" | ||
| # NB: mocked user HIDRA ID from locally seeded database. | ||
| # TODO: remove once keycloak / hidra are synced with database and mock data is no longer needed (https://linear.app/omnidev/issue/OMNI-147/replace-mock-user-id-flow-with-hidra-integration) | ||
| NEXT_PUBLIC_MOCK_USER_HIDRA_ID="" |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.