-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Regression: Hide price and category filters when inside of private apps page #28188
Conversation
…pps page The price and category filters dont make sense for private apps so when inside of the page the filters will now be hidden.
Codecov Report
@@ Coverage Diff @@
## develop #28188 +/- ##
===========================================
- Coverage 44.87% 44.84% -0.03%
===========================================
Files 767 764 -3
Lines 14954 14897 -57
Branches 2088 2069 -19
===========================================
- Hits 6710 6681 -29
+ Misses 7947 7923 -24
+ Partials 297 293 -4
Flags with carried forward coverage won't be shown. Click here to find out more. |
avoid big changes in regressions, it takes the focus away from what was really happening |
…search-nonlatin-rooms * 'develop' of github.com:RocketChat/Rocket.Chat: (41 commits) Regression: Apps provider not handling apps lists correctly (#28264) Regression: Fix intermitent apps engine startup (#28254) Regression: Client is not loading new settings from server (#28248) Regression: Adjusted departments upsell modal to check for licence and modules (#28246) Regression: message-parse version update (#28245) [FIX] Notify apps engine event through ms api (#28169) Chore: Add extra stats for omnichannel video calling (#28211) Regression: Adjusted components using PaginatedMultiSelected to be compatible with new Fuselage version (#28233) Regression: Change text of buttons tooltips on custom content homepage block (#28094) Regression: run clientMessageRecieved hooks on thread main message (#27962) Regression: Jump to message not working (#28163) Regression: Hide price and category filters when inside of private apps page (#28188) [BREAK] Remove support to deprecated typing event (#28234) Regression: Fix app status filter not working in private apps page (#28198) Regression: UiKit message surface styles (#28213) [FIX] Search list missing key parameter (#28230) Regression: broken message exhibition when edited (#28180) Regression: EnableUnlimitedApps button action (#28221) Regression: Update Composer Formatters Translation Keys (#28228) Regression: EmojiPicker missing shadow on dark mode (#28236) ...
Proposed changes (including videos or screenshots)
Jira task: MKP-265
The price and category filters dont make sense for private apps so when inside of the private apps page these filters will now be hidden.
Demo image:
Issue(s)
Steps to test or reproduce
Further comments
MKP-265