-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed the "create user" modal. Fixed the pagination bar when
pages
…
…= 0. Added small css tweaks for light / dark theme transitions. Replaced `ngrok` with official `@ngrok/ngrok`. Updated Node LTS version for docker / package.
- Loading branch information
Showing
83 changed files
with
649 additions
and
15,685 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ config/local.js | |
test | ||
|
||
**/README* | ||
CHANGELOG.md | ||
*.md | ||
LICENSE |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,3 +149,7 @@ app.zip | |
|
||
# Downloaded binary files | ||
.bin | ||
|
||
# Code coverage | ||
test/coverage/* | ||
!test/coverage/.gitkeep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:18-slim | ||
FROM node:20-slim | ||
MAINTAINER NeoNexus DeMortis | ||
|
||
RUN mkdir /var/www && mkdir /var/www/myapp | ||
|
Oops, something went wrong.