Skip to content

Commit

Permalink
finish adding tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
etherxr committed Jan 8, 2025
1 parent 4f42765 commit 1c4af0e
Show file tree
Hide file tree
Showing 8 changed files with 1,238 additions and 716 deletions.
4 changes: 2 additions & 2 deletions app/dist/.vite/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"index.html": {
"file": "assets/js/index-C1cVM5uK.js",
"file": "assets/js/index-Cuah7aaC.js",
"name": "index",
"src": "index.html",
"isEntry": true,
"css": [
"assets/css/index-DoC2znbt.css"
"assets/css/index-DSfgb3Su.css"
]
}
}
1 change: 1 addition & 0 deletions app/dist/assets/css/index-DSfgb3Su.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion app/dist/assets/css/index-DoC2znbt.css

This file was deleted.

711 changes: 0 additions & 711 deletions app/dist/assets/js/index-C1cVM5uK.js

This file was deleted.

711 changes: 711 additions & 0 deletions app/dist/assets/js/index-Cuah7aaC.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Prism</title>
<script type="module" crossorigin src="/app/assets/js/index-C1cVM5uK.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/css/index-DoC2znbt.css">
<script type="module" crossorigin src="/app/assets/js/index-Cuah7aaC.js"></script>
<link rel="stylesheet" crossorigin href="/app/assets/css/index-DSfgb3Su.css">
</head>
<body>
<div id="MonoApp"></div>
Expand Down
2 changes: 2 additions & 0 deletions app/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import Tickets from './pages/SupportTickets';
import AccountPage from './pages/Account';

import AdminOverview from './pages/admin/Overview';
import AdminTickets from './pages/admin/Tickets';
import Users from './pages/admin/Users';
import Nodes from './pages/admin/Nodes';
import Radar from './pages/admin/Radar';
Expand Down Expand Up @@ -226,6 +227,7 @@ export default function App() {
<Route path="/admin/users" element={<Users />} />
<Route path="/admin/nodes" element={<Nodes />} />
<Route path="/admin/radar" element={<Radar />} />
<Route path="/admin/tickets" element={<AdminTickets />} />
</Route>

{/* Auth route */}
Expand Down
Loading

0 comments on commit 1c4af0e

Please sign in to comment.