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

feat: complete rework on grouping and token metadata #62

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '14'
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '14'

- name: Install dependencies
run: yarn install
- name: Install dependencies
run: yarn install

- name: Build
run: yarn build
- name: Build
run: yarn build
3 changes: 3 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
./src/icons/clear_circle.svg Adapted from
https://www.svgrepo.com/svg/502579/clear-circle

./src/icons/chevron-right.svg Adapted from
https://www.svgrepo.com/svg/533661/chevron-right

./src/icons/delete.svg Adapted from https://www.svgrepo.com/svg/488148/delete

./src/icons/discord.svg Adapted from https://www.svgrepo.com/svg/506463/discord
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@

An unoffical MCDM Draw Steel TTRPG initiave tracker for Owlbear Rodeo.

This project is a Draw Steel TTRPG initiave tracker. Born out of a yearn for a digital
initiative tracker for the Draw Steel TTRPG, the repo strives to provide a
initiative tracker better suited for the rotating turns between friend and foe.
This project is a Draw Steel TTRPG initiave tracker. Born out of a yearn for a
digital initiative tracker for the Draw Steel TTRPG, the repo strives to provide
a initiative tracker better suited for the rotating turns between friend and
foe.

## Installing

Expand Down
Loading