Skip to content

Commit

Permalink
feat: Settings Builder rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Sep 27, 2024
1 parent d9165d9 commit 9cb6daa
Show file tree
Hide file tree
Showing 10 changed files with 386 additions and 462 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
**/static/**/*

packages/server/assets/homepage.js
packages/server/assets/homepage.js
packages/server/assets/vue.js
9 changes: 2 additions & 7 deletions packages/server/assets/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
<link rel="stylesheet" href="/assets/homepage.min.css">
<link rel="stylesheet" href="/assets/icons/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<title>tosu dashboard</title>
<style>

</style>
<title>tosu dashboard v1.5 - by ck</title>
</head>

<body>
Expand Down Expand Up @@ -64,10 +61,8 @@
<a href="/?tab=0" class="indent-left tab-item">Installed</a>
<a href="/?tab=1" class="tab-item">Available</a>
<a class="tab-item"></a>
<!-- <a href="/?tab=3" class="tab-item">How to add counter</a> -->
<div class="indent-left">
<input class="search-bar" type="text" placeholder="search">
<!-- <a href="https://github.com/cyperdark/osu-counters/?tab=readme-ov-file#how-to-submit-pp-counter" target="_blank" class="button submit-button">Submit</a> -->
</div>
</div>
<div class="results">
Expand All @@ -78,7 +73,7 @@
<span>created by <a href="https://kotrik.ru/" target="_blank">KotRik</a>, <a href="https://github.com/xxCherry"
target="_blank">Cherry</a> & <a href="https://osuck.net/" target="_blank">cyperdark</a></span>
</footer>
<script src="/assets/homepage.js" defer></script>
<script type="module" src="/assets/homepage.js" defer></script>
</body>


Expand Down
Loading

0 comments on commit 9cb6daa

Please sign in to comment.