Show assets on web (#168)

* Implemented lazy loading thumbnail
* Display assets as date-time grouping
* Update Readme
* Modify GitHub action to run from the latest update
This commit is contained in:
Alex 2022-05-21 16:50:56 -05:00 committed by GitHub
parent 171e7ffa77
commit 6023c3c624
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 350 additions and 752 deletions

View file

@ -14,7 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: "main" # branch
# ref: "main" # branch
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0
- name: Set up Docker Buildx
@ -41,7 +43,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: "main" # branch
# ref: "main" # branch
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0
- name: Set up Docker Buildx
@ -68,7 +72,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: "main" # branch
# ref: "main" # branch
fetch-depth: 0
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0
- name: Set up Docker Buildx