Skip to content

Commit 89f47c6

Browse files
committed
mocked server page and better navigation and overall layout
1 parent d2c770d commit 89f47c6

File tree

23 files changed

+12715
-44
lines changed

23 files changed

+12715
-44
lines changed

app/Http/Controllers/Server/ConsoleController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ public function index(Request $request): View
5151
],
5252
]);
5353

54-
return view('server.index');
54+
//return view('server.index');
55+
return view('templates/base.core');
5556
}
5657

5758
/**

gulpfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function styles() {
3636
.pipe(postcss([
3737
require('postcss-import'),
3838
require('tailwindcss')('./tailwind.js'),
39+
require('precss'),
3940
require('postcss-preset-env')({stage: 0}),
4041
require('autoprefixer'),
4142
]))

0 commit comments

Comments
 (0)