feat: check IndexedDB support (#1630)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Tue, 23 Jan 2024 13:06:55 +0000 (00:06 +1100)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2024 13:06:55 +0000 (18:36 +0530)
commit983d533452b337b4dc4c9e496a08791193b2818f
tree591f1ab578f7fade8833e58700a5226a344415f2
parentef2733df4803aeedd6ff34832c62144cc6de0ca0
feat: check IndexedDB support (#1630)

* check indexed db support and display message

* fix typo
src/app/pages/App.tsx
src/app/pages/FeatureCheck.tsx [new file with mode: 0644]
src/app/utils/featureCheck.ts [new file with mode: 0644]