EN · DE · RU · FR · ES

#2746: currentCategory.js

projectforge-webapp/src/reducers/list/currentCategory.js Redux reducer, projectforge-webapp/src/reducers/list/currentCategory.js 14 lines · 11 code · 0 comments · 3 blank
Redux reducer managing the currently selected category in list views. Handles the `LIST_SWITCH_CATEGORY` action by updating the current category state from the action payload. Initial state is `null` (no category selected). Used for filtering list results by category context.

Git History

956e875d3 filter list page locally