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

implement ui config for hiding item type filters in agenda #901

Merged
merged 4 commits into from
May 16, 2024

Conversation

petrjasek
Copy link
Member

STTNHUB-238

Checklist

  • This pull request is not adding new forms that use redux
  • This pull request is adding missing TypeScript types to modified code segments where it's easy to do so with confidence
  • This pull request is replacing lodash.get with optional chaining for modified code segments

@petrjasek petrjasek added this to the v2.8 milestone May 15, 2024
export interface IAgendaUIConfig extends IBaseUIConfig {
_id: 'agenda';
open_coverage_content_in_same_page?: boolean;
subnav?: {
filters?: Array<string>;
filters?: Array<AgendaFilterTypes>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be good if we were to have these different UI configs documented somewhere, that way PMs are able to get familiar with the different configurations available.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added some initial docs, will do the setup on readthedocs later

@petrjasek petrjasek merged commit 58de98f into superdesk:develop May 16, 2024
7 checks passed
@petrjasek petrjasek deleted the events-coverage-filter-config branch May 16, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants