Skip to content
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

UI modules counters config #1155

Merged
merged 7 commits into from
Jul 2, 2024
Merged

Conversation

didoda
Copy link
Member

@didoda didoda commented Jul 2, 2024

This introduces a configuration to set modules counters.

UI.modules.counters can be all, none (default) or [<modules list>].

  • all: show module counters on all module boxes
  • none (default): do not show counters in module boxes
  • <module list>: show module counter in specified modules
'UI' => [
    'modules' => [
        'counters' => ['objects', 'media', 'images', 'videos', 'audio', 'files', 'trash', 'users'],
    ],
],

@didoda didoda added this to the 4.x milestone Jul 2, 2024
@didoda didoda marked this pull request as ready for review July 2, 2024 08:10
Copy link

codecov bot commented Jul 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.69%. Comparing base (a204013) to head (6be804f).
Report is 49 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1155   +/-   ##
=========================================
  Coverage     99.69%   99.69%           
- Complexity     1270     1283   +13     
=========================================
  Files            95       95           
  Lines          4891     4920   +29     
=========================================
+ Hits           4876     4905   +29     
  Misses           15       15           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@didoda didoda merged commit ae5abd4 into bedita:master Jul 2, 2024
14 checks passed
@didoda didoda deleted the feat/modules-count-config branch July 2, 2024 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant