Skip to content

feat(explorer): add 'Created by' filter in topbar#511

Open
arpithpm wants to merge 2 commits intosuitenumerique:mainfrom
arpithpm:feature/add-created-by-filter
Open

feat(explorer): add 'Created by' filter in topbar#511
arpithpm wants to merge 2 commits intosuitenumerique:mainfrom
arpithpm:feature/add-created-by-filter

Conversation

@arpithpm
Copy link
Copy Markdown

@arpithpm arpithpm commented Feb 2, 2026

Implements GitHub issue #488 - Add filter by 'created by' in the topbar.

Changes:

  • Add is_creator_me field to ItemFilters type in Driver.ts
  • Create ExplorerFilterCreatedBy component with 'Me', 'Others', and 'Reset' options
  • Add the filter to ExplorerFilters component next to the Type filter
  • Add translations for English, French, and Dutch
  • Add spacing between filter buttons in SCSS

The filter uses the existing backend is_creator_me filter that was already implemented in core/api/filters.py.

Screenshot 2026-02-02 at 11 09 58 am

arpithpm and others added 2 commits February 2, 2026 11:18
Implements GitHub issue suitenumerique#488 - Add filter by 'created by' in the topbar.

Changes:
- Add is_creator_me field to ItemFilters type in Driver.ts
- Create ExplorerFilterCreatedBy component with 'Me', 'Others', and 'Reset' options
- Add the filter to ExplorerFilters component next to the Type filter
- Add translations for English, French, and Dutch
- Add spacing between filter buttons in SCSS

The filter uses the existing backend is_creator_me filter that was already
implemented in core/api/filters.py.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 2, 2026

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.

1 participant