-
Notifications
You must be signed in to change notification settings - Fork 90
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
[frontend] Remove grey sections with 'coming soon' to be more align with what's actually available #2297
Conversation
ceaede8
to
e50a233
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/current #2297 +/- ##
=====================================================
- Coverage 36.28% 36.28% -0.01%
- Complexity 1656 1657 +1
=====================================================
Files 589 589
Lines 18066 18069 +3
Branches 1176 1177 +1
=====================================================
+ Hits 6555 6556 +1
- Misses 11185 11187 +2
Partials 326 326 ☔ View full report in Codecov by Sentry. |
I believe you also need to update the OBAS documentation, as some sections are linked to the page you removed : |
openbas-front/src/components/common/menu/leftmenu/MenuItemGroup.tsx
Outdated
Show resolved
Hide resolved
…ith what's actually available
Thanks for pointing that out ! It's done, the doc need to be redeployed. |
10bfaa3
to
03795d3
Compare
@MarineLeM Ready for a second round |
<> | ||
<ListItemText | ||
primary={t(item.label)} | ||
slotProps={{ |
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.
👍
2059707
to
a30b6a1
Compare
Proposed changes
Related issues