Skip to content

Commit df609a8

Browse files
authored
Merge pull request #191 from Lodestone-Team/0.4.3
2 parents 20f83c9 + 45ed40f commit df609a8

File tree

88 files changed

+8614
-6652
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+8614
-6652
lines changed

.storybook/preview.js

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,29 @@ export const parameters = {
2323
backgrounds: {
2424
default: 'gray-800',
2525
values: [
26+
{
27+
name: 'gray-700',
28+
value: '#36393F',
29+
},
30+
{
31+
name: 'gray-750',
32+
value: '#303338',
33+
},
2634
{
2735
name: 'gray-800',
36+
value: '#2B2D32',
37+
},
38+
{
39+
name: 'gray-850',
2840
value: '#26282C',
2941
},
3042
{
31-
name: 'gray-700',
32-
value: '#36393F',
43+
name: 'gray-875',
44+
value: '#212327',
45+
},
46+
{
47+
name: 'gray-900',
48+
value: '#1D1E21',
3349
},
3450
],
3551
},

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"bradlc.vscode-tailwindcss",
4+
"esbenp.prettier-vscode",
5+
"dbaeumer.vscode-eslint"
6+
]
7+
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ A free, open source server hosting tool for Minecraft and other multiplayers
2121
- [ ] Automated macros and tasks 🚧
2222
- [ ] Connecting without port forward 🚧
2323

24+
![Lodestone Spring 2023 Roadmap](/public/assets/springRoadmap.png)
25+
2426
## [Download](https://github.com/Lodestone-Team/dashboard/releases/latest)
2527

2628
You can download the Lodestone client from our [release page](https://github.com/Lodestone-Team/dashboard/releases/latest).

package-lock.json

Lines changed: 4745 additions & 4208 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lodestone",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev -p 3001",
@@ -20,8 +20,9 @@
2020
"@fortawesome/react-fontawesome": "^0.2.0",
2121
"@headlessui/react": "^1.7.0",
2222
"@headlessui/tailwindcss": "^0.1.2",
23+
"@heroicons/react": "^2.0.16",
2324
"@monaco-editor/react": "^4.4.6",
24-
"@next/font": "^13.1.6",
25+
"@next/font": "^13.2.1",
2526
"@tanstack/react-query": "^4.13.5",
2627
"@tanstack/react-virtual": "^3.0.0-beta.32",
2728
"@tauri-apps/api": "^1.2.0",
@@ -38,7 +39,7 @@
3839
"monaco-editor": "^0.34.0",
3940
"msw": "^0.47.4",
4041
"msw-storybook-addon": "^1.7.0",
41-
"next": "^13.1.6",
42+
"next": "^13.2.1",
4243
"npm": "^8.19.2",
4344
"patch-package": "^6.4.7",
4445
"rc-tooltip": "^5.2.2",
@@ -85,7 +86,7 @@
8586
"autoprefixer": "^10.4.8",
8687
"babel-loader": "^8.2.5",
8788
"eslint": "^8.22.0",
88-
"eslint-config-next": "^13.0.0",
89+
"eslint-config-next": "^13.2.1",
8990
"eslint-config-prettier": "^8.5.0",
9091
"eslint-plugin-storybook": "^0.6.10",
9192
"eslint-plugin-tailwindcss": "^3.8.0",
318 Bytes
Loading

public/assets/placeholder-cube.png

2.18 KB
Loading

public/assets/springRoadmap.png

143 KB
Loading

0 commit comments

Comments
 (0)