Skip to content

Commit dab4f7e

Browse files
committed
Add data caching based on IndexedDB
Ref. #22
1 parent f270b79 commit dab4f7e

29 files changed

+5859
-545
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ jobs:
135135
uses: taiki-e/install-action@v2
136136
with:
137137
tool: cargo-llvm-cov@${{ env.CARGO_LLVM_COV_VERSION }},nextest@${{ env.NEXTEST_VERSION }}
138-
- name: Check
138+
- name: Install wasm-pack
139+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
140+
- name: Test
139141
run: |
140142
make test_frontend
141143

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Exercise catalog
1313
- Log view
14+
- Limited offline mode: Access to cached data when offline
1415

1516
### Changed
1617

0 commit comments

Comments
 (0)