-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gets rid of the skin menu bar, puts the buttons in the statbrowser instead also updates the statbrowser styling to be more tguiey (thanks tgstation/tgstation#85257) screenshots <details> BEFORE: ![Ce8Jhu1QgWEI51PC@2x](https://github.com/user-attachments/assets/9973a997-b82e-45cd-8924-a948fbef6f84) AFTER: ![I0pR63E5XoJA5P39@2x](https://github.com/user-attachments/assets/1f536de6-a5fd-427b-aab7-c66d14532d21) options tab: ![tAQjCHNv4LWNYyCO@2x](https://github.com/user-attachments/assets/2e5492cb-b78b-4318-886e-a881757093aa) not to worry ux boomers, you can still get to the old reconnect buttons and stuff by clicking on the app icon i nthe top left: ![n7DNsr2QZXzvt2kB@2x](https://github.com/user-attachments/assets/f020793e-9715-4f58-bb81-849dc11b77c6) </details> :cl: add: added client settings to the statbrowser - under the "Options" buttn /:cl: --------- Co-authored-by: forest2001 <[email protected]> Co-authored-by: Git-Nivrak <[email protected]>
- Loading branch information
1 parent
f019fc6
commit a902713
Showing
32 changed files
with
777 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/datum/asset/simple/namespaced/sevastopol | ||
assets = list( | ||
"sevastopol_interface.woff2" = file("tgui/packages/sevastopol/sevastopol_interface.woff2"), | ||
"sevastopol_interface.ttf" = file("tgui/packages/sevastopol/sevastopol_interface.ttf") | ||
) | ||
parents = list( | ||
"sevastopol.css" = file("tgui/packages/sevastopol/sevastopol.css") | ||
) | ||
|
||
/datum/asset/simple/namespaced/chakrapetch | ||
assets = list( | ||
"chakrapetch-bold.woff2" = file("tgui/packages/chakrapetch/chakrapetch-bold.woff2"), | ||
"chakrapetch-bold.ttf" = file("tgui/packages/chakrapetch/chakrapetch-bold.ttf"), | ||
"chakrapetch-regular.woff2" = file("tgui/packages/chakrapetch/chakrapetch-regular.woff2"), | ||
"chakrapetch-regular.ttf" = file("tgui/packages/chakrapetch/chakrapetch-regular.ttf"), | ||
) | ||
parents = list( | ||
"chakrapetch.css" = file("tgui/packages/chakrapetch/chakrapetch.css") | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.