Skip to content

Commit

Permalink
Merge pull request #49 from YARC-Official/profile-rewrite
Browse files Browse the repository at this point in the history
Profile rewrite
  • Loading branch information
EliteAsian123 authored Aug 25, 2024
2 parents a5d3bfc + b2622b8 commit 886044c
Show file tree
Hide file tree
Showing 179 changed files with 6,870 additions and 4,005 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text=auto eol=lf
* text=auto eol=lf
public/profileAssets/**/*.png filter=lfs diff=lfs merge=lfs -text
22 changes: 12 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yet Another Launcher</title>
<link rel="stylesheet" href="/fonts/Inter/inter.css">
</head>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Yet Another Launcher</title>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<link rel="stylesheet" href="/fonts/Inter/inter.css">
<link rel="stylesheet" href="/fonts/ArchivoBlack/archivoBlack.css">
<link rel="stylesheet" href="/fonts/BigShouldersText/bigShouldersText.css">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
1,967 changes: 1,621 additions & 346 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "1.0.7",
"@tanstack/query-sync-storage-persister": "^5.14.0",
Expand All @@ -53,6 +54,7 @@
"date-fns": "^2.30.0",
"dompurify": "^3.0.6",
"gray-matter": "^4.0.3",
"is-online": "^11.0.0",
"js-video-url-parser": "^0.5.1",
"lodash": "^4.17.21",
"marked": "^11.1.0",
Expand All @@ -64,6 +66,8 @@
"serialize-error": "^11.0.3",
"sort-array": "^4.1.5",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
"tauri-settings": "^0.3.5",
"use-overflow": "^1.2.0",
"uuid": "^9.0.1",
"vite-plugin-top-level-await": "^1.4.1",
"zustand": "^4.4.7"
Expand Down
Binary file not shown.
7 changes: 7 additions & 0 deletions public/fonts/ArchivoBlack/archivoBlack.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@font-face {
font-family: "Archivo Black";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("ArchivoBlack-Regular.ttf") format("truetype");
}
Binary file not shown.
8 changes: 8 additions & 0 deletions public/fonts/BigShouldersText/bigShouldersText.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@font-face {
font-family: "Big Shoulders Text";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("BigShouldersText-Regular.ttf") format("truetype");
}

Loading

0 comments on commit 886044c

Please sign in to comment.