antoncoding/monarch

View on GitHub
src/utils/storageKeys.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const MarketSortColumnKey = 'monarch_marketsSortColumn';
export const MarketSortDirectionKey = 'monarch_marketsSortDirection';
export const MarketsHideDustKey = 'monarch_marketsHideDust';
export const MarketsHideUnknownKey = 'monarch_marketsHideUnknown';
export const MarketFavoritesKey = 'monarch_marketsFavorites';
export const MarketEntriesPerPageKey = 'monarch_marketsEntriesPerPage';

export const ThemeKey = 'theme';
export const ShowBGImage = 'monarch_show_bg_image';