-
Notifications
You must be signed in to change notification settings - Fork 37
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
Protected sn routes & custom content pages #707
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #707 +/- ##
===========================================
- Coverage 92.31% 92.29% -0.02%
===========================================
Files 214 214
Lines 5800 5803 +3
Branches 1465 1467 +2
===========================================
+ Hits 5354 5356 +2
- Misses 446 447 +1
Continue to review full report at Codecov.
|
|
case 'Setup': | ||
return <Build /> | ||
case 'CustomContent': | ||
return <Folder /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
return <Folder /> | |
return item.settings && item.settings.icon ? ( | |
<Icon item={{ ContentTypeName: item.settings.icon }} /> | |
) : ( | |
<Folder/> | |
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On the command palette default options two links are not working:
Content and Events.
There was a setting on drawer items where the users could set which columns should be displayed on the grid It would be awesome to add/keep this functionality in the new solution if it is not a huge work 🙂 |
No description provided.