-
-
Notifications
You must be signed in to change notification settings - Fork 407
[DashboardLayout] Allow full customization for dashboard header #4820
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 10 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
225ac70
fix: package.json pretty print Closes #4643
rkristelijn 2628997
Merge branch 'master' into master
bharatkashyap 9d0d2e3
Merge branch 'master' into master
bharatkashyap d9e28ea
Merge branch 'mui:master' into master
rkristelijn 4769295
Merge branch 'mui:master' into master
rkristelijn 5a2a52d
Merge branch 'mui:master' into master
rkristelijn 982a79b
chore(dashboard-layout): add custom toolbar
rkristelijn e26102d
feat(dashboard-layout): add cart and custom toolbar
rkristelijn 32ae5b6
chore: add example
rkristelijn 434c893
fix: searchbar layout:
rkristelijn 5f45f01
chore(dashboard-layout): applied comments
rkristelijn 7723447
chore(playground): reverts changes
rkristelijn 6ad6279
refactor(dashboard-layout): add properties
rkristelijn 3062c81
refactor(dashboard-layout): removes extensive docs
rkristelijn be5fc8e
docs(dashboard-layout): Add custom toolbar
rkristelijn f0e8805
refactor(dashboard-layout): improve layout
rkristelijn be2f8e5
Merge branch 'mui:master' into master
rkristelijn cf9f2b4
chore: merge master
rkristelijn d37db35
chore: revert playground
rkristelijn 92bbc8d
Merge branch 'mui:master' into master
rkristelijn 0aa845e
Merge branch 'mui:master' into master
rkristelijn fd67d8b
refactor(dashboard-layout): reduced documentation, cleanup comments
rkristelijn 1cd788e
docs: cleanup
rkristelijn 53a3507
Merge branch 'mui:master' into master
rkristelijn 50ae1a0
Merge branch 'mui:master' into master
rkristelijn 602cda9
Merge remote-tracking branch 'origin/master' into feat/custom-toolbar
rkristelijn 48213a4
fix(dashboard-layout): apply suggested comments
rkristelijn 12b6770
chore: revert playground
rkristelijn b765060
fix(dashboard-layout): wrap the full appbar
rkristelijn 283e31b
Merge branch 'mui:master' into master
rkristelijn 695b23f
chore: revert accidantally toolbarActions property rename
rkristelijn 675c984
Merge branch 'master' into feat/custom-toolbar
rkristelijn 201a17b
Apply suggestions from code review
rkristelijn 2753405
feat(dashboard-layout): add default example
rkristelijn bb6a3ad
feat(playground): ooops, that playground again
rkristelijn 28bf06c
Review, add fixes and improvements, refactor DashboardHeader as separ…
apedroferreira 9af5372
Add fixes
apedroferreira c639580
More updates
apedroferreira a930295
Update docs
apedroferreira fd56d94
Fix tests
apedroferreira 0bd0cfa
Merge remote-tracking branch 'upstream/master' into feat/custom-toolbar
apedroferreira 5235275
Test solution was wrong
apedroferreira 742853e
Update docs demo
apedroferreira ceb06cd
Fix header slot props override
apedroferreira bb73107
Adjust one more docs demo
apedroferreira 89fcb59
Add todo comment
apedroferreira 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
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 |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Force development mode | ||
|
rkristelijn marked this conversation as resolved.
Outdated
|
||
| NODE_ENV=development | ||
| # Set up OAuth client: https://github.com/settings/developers | ||
| GITHUB_CLIENT_ID="" | ||
| # Read the docs: https://authjs.dev/guides/configuring-github | ||
| GITHUB_CLIENT_SECRET="" | ||
| # echo "AUTH_SECRET=$(openssl rand -base64 32)" >> .env.local | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Force development mode | ||
| NODE_ENV=development | ||
| # Set up OAuth client: https://github.com/settings/developers | ||
| GITHUB_CLIENT_ID="" | ||
| # Read the docs: https://authjs.dev/guides/configuring-github | ||
| GITHUB_CLIENT_SECRET="" | ||
| # echo "AUTH_SECRET=$(openssl rand -base64 32)" >> .env.local |
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
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.