Skip to content

Commit

Permalink
Merge pull request #191 from Lodestone-Team/0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng authored Mar 14, 2023
2 parents 20f83c9 + 45ed40f commit df609a8
Show file tree
Hide file tree
Showing 88 changed files with 8,614 additions and 6,652 deletions.
20 changes: 18 additions & 2 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,29 @@ export const parameters = {
backgrounds: {
default: 'gray-800',
values: [
{
name: 'gray-700',
value: '#36393F',
},
{
name: 'gray-750',
value: '#303338',
},
{
name: 'gray-800',
value: '#2B2D32',
},
{
name: 'gray-850',
value: '#26282C',
},
{
name: 'gray-700',
value: '#36393F',
name: 'gray-875',
value: '#212327',
},
{
name: 'gray-900',
value: '#1D1E21',
},
],
},
Expand Down
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"bradlc.vscode-tailwindcss",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ A free, open source server hosting tool for Minecraft and other multiplayers
- [ ] Automated macros and tasks 🚧
- [ ] Connecting without port forward 🚧

![Lodestone Spring 2023 Roadmap](/public/assets/springRoadmap.png)

## [Download](https://github.com/Lodestone-Team/dashboard/releases/latest)

You can download the Lodestone client from our [release page](https://github.com/Lodestone-Team/dashboard/releases/latest).
Expand Down
8,953 changes: 4,745 additions & 4,208 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lodestone",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
Expand All @@ -20,8 +20,9 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.0",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.16",
"@monaco-editor/react": "^4.4.6",
"@next/font": "^13.1.6",
"@next/font": "^13.2.1",
"@tanstack/react-query": "^4.13.5",
"@tanstack/react-virtual": "^3.0.0-beta.32",
"@tauri-apps/api": "^1.2.0",
Expand All @@ -38,7 +39,7 @@
"monaco-editor": "^0.34.0",
"msw": "^0.47.4",
"msw-storybook-addon": "^1.7.0",
"next": "^13.1.6",
"next": "^13.2.1",
"npm": "^8.19.2",
"patch-package": "^6.4.7",
"rc-tooltip": "^5.2.2",
Expand Down Expand Up @@ -85,7 +86,7 @@
"autoprefixer": "^10.4.8",
"babel-loader": "^8.2.5",
"eslint": "^8.22.0",
"eslint-config-next": "^13.0.0",
"eslint-config-next": "^13.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-storybook": "^0.6.10",
"eslint-plugin-tailwindcss": "^3.8.0",
Expand Down
Binary file added public/assets/old-placeholder-cube.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 modified public/assets/placeholder-cube.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/springRoadmap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit df609a8

Please sign in to comment.