Skip to content

Commit

Permalink
feat: Rewrited Settings builder
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Sep 29, 2024
1 parent d9165d9 commit 0ad2042
Show file tree
Hide file tree
Showing 11 changed files with 627 additions and 513 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
11 changes: 3 additions & 8 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 by ck v1.5</title>
</head>

<body>
Expand Down Expand Up @@ -45,7 +42,7 @@
<main>
<div class="links flexer">
<a href="https://github.com/KotRikD/tosu/wiki" target="_blank" class="flexer button open-button">
wikl
wiki
<i class="icon-link"></i>
</a>
<a target="_blank" class="flexer button open-folder-button" n="tosu.exe">
Expand All @@ -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 0ad2042

Please sign in to comment.