You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/CONST/index.ts - Add TOP_CATEGORIES: 'topCategories' to CONST.SEARCH.SEARCH_KEYS
2. src/languages/en.ts (and all language files) - Add topCategories: 'Top categories' translation
3. src/libs/SearchUIUtils.ts - Add TOP_CATEGORIES definition in getSuggestedSearches() with query: type:expense group-by:category date:last-month sort-by:group-total sort-order:desc limit:10
4. src/libs/SearchUIUtils.ts - Add visibility logic in getSuggestedSearchesVisibility() to show for all accounts with at least one workspace (policy)
5. src/libs/SearchUIUtils.ts - Add to Insights menu section in createTypeMenuSections()
6. Ensure that the TransactionGroupListExpanded component is used to render the table
src/CONST/index.ts- AddTOP_CATEGORIES: 'topCategories'toCONST.SEARCH.SEARCH_KEYS2.
src/languages/en.ts(and all language files) - AddtopCategories: 'Top categories'translation3.
src/libs/SearchUIUtils.ts- AddTOP_CATEGORIESdefinition ingetSuggestedSearches()with query:type:expense group-by:category date:last-month sort-by:group-total sort-order:desc limit:104.
src/libs/SearchUIUtils.ts- Add visibility logic ingetSuggestedSearchesVisibility()to show for all accounts with at least one workspace (policy)5.
src/libs/SearchUIUtils.ts- Add to Insights menu section increateTypeMenuSections()6. Ensure that the
TransactionGroupListExpandedcomponent is used to render the table