asynqmon/ui/src
2021-01-22 21:55:01 -08:00
..
actions Add redux actions and reducer for pending task delete/archive 2021-01-21 06:59:46 -08:00
components Change LinkItemLink selected color in dark mode 2021-01-22 21:55:01 -08:00
hooks Create usePolling custom hook 2020-11-29 16:41:20 -08:00
reducers Add delete and archive action buttons to PendingTasksTable 2021-01-21 16:26:34 -08:00
types Use icons for table row actions 2020-12-24 07:09:44 -08:00
views Create wrapper component for sytanx-highlighter component 2021-01-15 12:50:54 -08:00
api.ts Add redux actions and reducer for pending task delete/archive 2021-01-21 06:59:46 -08:00
App.test.tsx Initial commit 2020-11-24 21:38:55 -08:00
App.tsx Fix dark mode styles 2021-01-15 12:39:26 -08:00
index.tsx Persist slice of redux state in local storage 2021-01-14 20:46:41 -08:00
localStorage.ts Persist slice of redux state in local storage 2021-01-14 20:46:41 -08:00
paths.ts Add redis info view 2021-01-03 07:32:14 -08:00
react-app-env.d.ts Initial commit 2020-11-24 21:38:55 -08:00
serviceWorker.ts Initial commit 2020-11-24 21:38:55 -08:00
setupTests.ts Initial commit 2020-11-24 21:38:55 -08:00
store.ts Persist slice of redux state in local storage 2021-01-14 20:46:41 -08:00
theme.tsx Persist slice of redux state in local storage 2021-01-14 20:46:41 -08:00
utils.ts Update timeAgo helper to show duration in days if it's more than 24h 2021-01-16 16:17:17 -08:00