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

adjust Base-Reorder link; update action versions; add more apps #14

Merged
merged 6 commits into from
Mar 18, 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
4 changes: 2 additions & 2 deletions .github/workflows/BuildAndDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
node-version: [19.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TestBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Test Build
uses: Lenni009/test-build-vite-action@main
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nmscd.web",
"version": "2.1.6",
"version": "2.1.7",
"scripts": {
"build": "npm-run-all --sequential setup:* live:* sass:* template:*",
"setup": "npm i && npm-run-all --sequential setup:* live:*",
Expand Down
Binary file added public/assets/img/building-charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/exml_lua.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/img/teleport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 48 additions & 3 deletions template/data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,17 @@
]
},
{
"title": "BaseReorder",
"title": "Base-Reorder",
"description": "Reorder the bases shown in the teleporter menu.",
"imageUrl": "/assets/img/relocator.png",
"links": [
{
"title": "View project website",
"url": "http://nmscd.com/BaseReorder/"
"url": "http://nmscd.com/Base-Reorder/"
},
{
"title": "View repository",
"url": "https://github.com/NMSCD/BaseReorder"
"url": "https://github.com/NMSCD/Base-Reorder"
}
]
},
Expand Down Expand Up @@ -298,6 +298,51 @@
"url": "https://github.com/NMSCD/Image-Compressor"
}
]
},
{
"title": "Teleport Editor",
"description": "Add, remove and edit teleport endpoints in your save data.",
"imageUrl": "/assets/img/teleport.png",
"links": [
{
"title": "View project website",
"url": "https://nmscd.com/NMS-Teleport-Editor/"
},
{
"title": "View repository",
"url": "https://github.com/NMSCD/NMS-Teleport-Editor"
}
]
},
{
"title": "Building Charts",
"description": "Visualise data about your base part counts.",
"imageUrl": "/assets/img/building-charts.png",
"links": [
{
"title": "View project website",
"url": "https://nmscd.com/Building-Charts/"
},
{
"title": "View repository",
"url": "https://github.com/NMSCD/Building-Charts"
}
]
},
{
"title": "exml_2_lua",
"description": "Convert EXML files to lua tables and vice versa.",
"imageUrl": "/assets/img/exml_lua.png",
"links": [
{
"title": "View project website",
"url": "https://nmscd.com/Building-Charts/"
},
{
"title": "View repository",
"url": "https://github.com/roie-r/exml_2_lua"
}
]
}
]
}
4 changes: 0 additions & 4 deletions template/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ img {
user-select: none;
}

.hidden {
display: none;
}

.hidden {
display: none !important;
}