Skip to content

Commit

Permalink
- Added settings modal
Browse files Browse the repository at this point in the history
- Fixed bullets limit again...
- Now scrolling on inputs changes the value by 1
  • Loading branch information
Patitotective committed Aug 16, 2024
1 parent 9a35ddd commit 6516dc1
Show file tree
Hide file tree
Showing 6 changed files with 927 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: ubuntu
name: dist
path: |
dist
if-no-files-found: error
Expand Down
2 changes: 1 addition & 1 deletion grado.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ task frontendjs, "Compiles the frontend to JavaScript":

task frontend, "Compiles the frontend to JavaScript and builds the CSS":
exec "nimble css"
exec "nim frontendjs"
exec "nimble frontendjs"

import std/strtabs
import src/config as _
Expand Down
Loading

0 comments on commit 6516dc1

Please sign in to comment.