Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better tile transparency edn #20

Merged
merged 67 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
d3b0588
factoring
OR13 Sep 20, 2024
168b447
cleaning
OR13 Sep 20, 2024
9858b54
factoring
OR13 Sep 20, 2024
a034ea6
factoring
OR13 Sep 20, 2024
60ff4e3
factoring
OR13 Sep 21, 2024
b9e2612
factoring wip
OR13 Sep 21, 2024
8395513
factoring
OR13 Sep 21, 2024
f916aa8
factoring
OR13 Sep 21, 2024
ef1bc94
factoring
OR13 Sep 21, 2024
9f61383
factoring
OR13 Sep 21, 2024
edc9502
factoring
OR13 Sep 21, 2024
4a6bb9a
factoring
OR13 Sep 21, 2024
74f0810
factoring
OR13 Sep 21, 2024
ec1de35
save
OR13 Sep 21, 2024
67a281b
factoring
OR13 Sep 21, 2024
f340f03
factoring
OR13 Sep 21, 2024
a671731
cleaning
OR13 Sep 21, 2024
bc27203
cleaning
OR13 Sep 21, 2024
0087fb9
better examples
OR13 Sep 21, 2024
58f6acf
partial
OR13 Sep 22, 2024
c4e1252
usage
OR13 Sep 22, 2024
ccddd3f
cleaning
OR13 Sep 22, 2024
a9a3718
cleaning
OR13 Sep 22, 2024
963b4bb
cleaning
OR13 Sep 22, 2024
f9cc3d6
cleaning
OR13 Sep 22, 2024
b97769b
renaming
OR13 Sep 22, 2024
109f403
cleaning
OR13 Sep 22, 2024
539617c
cleaning
OR13 Sep 22, 2024
bb8eb4d
cleaning
OR13 Sep 22, 2024
a4c6a55
cleaning
OR13 Sep 22, 2024
ff2f7b0
naming
OR13 Sep 22, 2024
2b71e5d
factoring
OR13 Sep 22, 2024
8f7b9e7
less code
OR13 Sep 22, 2024
a678687
move
OR13 Sep 22, 2024
5beddd9
add diag
OR13 Sep 22, 2024
708d7b5
factoring
OR13 Sep 22, 2024
a52619c
order
OR13 Sep 22, 2024
36439ee
cleaning
OR13 Sep 22, 2024
bb94a3c
less
OR13 Sep 22, 2024
87e499f
cleaning
OR13 Sep 22, 2024
dcc5ec9
cleaning
OR13 Sep 22, 2024
35d5ae7
inclusion diag
OR13 Sep 22, 2024
02f675e
cleaning
OR13 Sep 22, 2024
31f0b2e
add tile log
OR13 Oct 1, 2024
80465e7
remove all receipts
OR13 Oct 1, 2024
1accefa
remove older receipt tests
OR13 Oct 1, 2024
2ea4c70
wip
OR13 Oct 1, 2024
0e2ead0
wip
OR13 Oct 2, 2024
a3d843c
fixes for storing metadata
OR13 Oct 2, 2024
9833abf
cleaning
OR13 Oct 2, 2024
3c1e23f
add example
OR13 Oct 2, 2024
78d580f
comment out example generation
OR13 Oct 2, 2024
329c0a8
cleaning
OR13 Oct 2, 2024
31cc826
comment out
OR13 Oct 2, 2024
745eef3
add example
OR13 Oct 2, 2024
82337bd
update readme
OR13 Oct 3, 2024
013d296
update readme
OR13 Oct 3, 2024
c78fdaf
update ts ignore
OR13 Oct 3, 2024
48e3795
remove ArrayBuffer from interfaces
OR13 Oct 3, 2024
f375b81
cleaning types
OR13 Oct 3, 2024
9ac00e2
cleaning
OR13 Oct 3, 2024
0bdf3ec
less array buffer
OR13 Oct 3, 2024
e05f008
cleaning
OR13 Oct 3, 2024
2fcaaed
cleaning
OR13 Oct 3, 2024
a4199ba
updates
OR13 Oct 3, 2024
6d8ea97
CryptoKey interfaces
OR13 Oct 3, 2024
c79a716
interfaces
OR13 Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ jobs:
bump:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
- name: Badges
uses: jpb06/jest-badges-action@latest
with:
branches: main
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: npm ci
- name: Coverage
run: npm run coverage
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
dist
.DS_Store
.env
*.db
Loading