1
0
mirror of synced 2024-11-24 06:50:15 +01:00
Commit Graph

77 Commits

Author SHA1 Message Date
98db30f14d Admins can now click on players on the song page
This displays their play history.
Made DaniDojo songs clickable as well.
2024-11-08 22:15:15 +01:00
e2becc6231 More styling changes 2024-10-31 15:39:45 +01:00
499312a02e Editing table styling, added search on highscores 2024-10-31 12:40:30 +01:00
505b867e1a Updated highscore page styling, fixed empty entries
Songs entries can be broken when updating the datatables (if songs are removed). The frontend now filters those empty songs out.
2024-10-29 14:33:03 +01:00
9cdfb0406b Style updates 2024-10-28 15:15:50 +01:00
eb23d4fe13 Disabled floating animation in firefox
The animation was lagging the firefox renderer for some reason.
It works fine on all the other browsers i've tested so to be safe i'll just disable it in firefox as it's not worth lagging the whole page.

Cleaned up the css for the profile images as well.
2024-10-25 11:46:02 +02:00
87299c98d5 All images are now webp, Puchi has a floating animation
@CottonGuard reexported the remaining images to webp, lowering their size by 50%.
@lty2008one made a css animation for the puchi characters.
2024-10-25 10:06:14 +02:00
shiibe
ef526caeee Make User Cards the same height per row 2024-10-24 19:23:41 -04:00
shiibe
81acfcf38a Fix wrong height unit 2024-10-24 19:19:42 -04:00
shiibe
c8ba3f099f Fix error styles 2024-10-24 19:16:50 -04:00
shiibe
a7f7fef75a Style updates 2024-10-24 19:14:07 -04:00
shiibe
c8e21fa1f5 Fix breadcrumb colors 2024-10-24 17:13:59 -04:00
ccee0e00be Animated puchi (With the help of @CottonGuard)
Puchi are now animated on the profile preview.
2024-10-24 22:26:56 +02:00
ce3795bb50 Fixed some text display stuff
Don't break Access codes into groups of 4 if they aren't a multiple of 4 or if they aren't hexadecimal only (This is useful if a user only uses a nickname as an access code and not a card id)

Changed color of is-current-user on the leaderboard so text is legible in dark mode.

Made Leaderboard useable on mobile as well by removing responsive breakpoints.
2024-08-09 15:48:52 +02:00
shiibe
ed8640c23f Leaderboard API and client-side adjustments 2024-06-09 15:12:12 -04:00
shiibe
2e51cb6daa Add more supports to markdown 2024-06-05 23:53:33 -04:00
shiibe
8ca2751fb4 Fix markdown code styles in dark mode 2024-06-05 23:28:37 -04:00
shiibe
29c1e01a0e Wording 2024-06-05 23:23:50 -04:00
shiibe
22592f8afb Add markdown support for Dashboard page 2024-06-05 23:19:14 -04:00
shiibe
a5c45b0065 Allow title to be changed via config 2024-06-05 22:29:26 -04:00
S-Sebb
4e13b4bfe1 Merged from new-songs-ui branch 2024-06-05 14:57:10 +01:00
741962d8bd Fixed nameplate alignment and clean up
Title text still doesn't scale properly when switching from simple nameplates to nameplates with small characters on the right (Text does get resized properly once edited or on page resize event or page reload)
2024-06-05 14:19:02 +02:00
0b65b47e00 Added french locale 2024-06-05 14:14:17 +02:00
shiibe
c6333ec3ad Lighten row bg color 2024-06-04 19:56:56 -04:00
shiibe
a57f37c407 Style fix 2024-06-04 19:55:34 -04:00
shiibe
96db68b94b Highlight current user in leaderboard 2024-06-04 19:53:41 -04:00
shiibe
20525fb014 Set LoginRequired back to false in configs 2024-06-03 20:08:04 -04:00
shiibe
ce276c790a Combine language menus into one 2024-06-02 17:33:33 -04:00
shiibe
145c75c5ec Add 39.06 Nameplates (Thanks CottonGuard!) 2024-06-02 13:08:28 -04:00
S-Sebb
650552e403 Implemented better authentication system, completed more localization, implemented cached JWT login, implemented locking costumes and title plates for FreeProfileEditing 2024-05-01 16:13:47 +01:00
shiibe
5b1c4fc358 Clean up 2024-03-27 14:02:40 -04:00
shiibe
c118d8797a Song List 2024-03-14 00:38:26 -04:00
shiibe
6eb5d6e52b Revert LoginRequired 2024-03-09 11:59:56 -05:00
shiibe
e6270013ff Adjust breadcrumbs, login redirects 2024-03-09 11:59:21 -05:00
asesidaa
ccd3b22b41 Add support for zh-hant
Refactor to make language specifiable in appsettings
2024-01-24 11:12:15 +08:00
asesidaa
81b065c358 Add translation framework and example data 2024-01-22 01:13:13 +08:00
S-Sebb??
d8e1d17f15
Merge pull request #24 from AkaiiKitsune/profile-visualizer
Added scoreboard visualizer
2023-12-19 16:48:32 +00:00
S-Sebb
471c6d5ef1 Removed admin username and password from config, added IsAdmin flag to userDatum, implemented changing password 2023-12-18 19:49:10 +00:00
95564db343 Fixed some more texture names
Missed a few :))
2023-12-15 15:14:02 +01:00
4495ee81c9 Merge remote-tracking branch 'upstream/CHN' into profile-visualizer 2023-12-12 12:48:48 +01:00
271048ab6a Fixed scoreboard text update issue
The scoreboard now properly updates when a new difficulty is selected.

Setting it to "Difficulty.None" defaults to the highest difficulty the player currently has Ranks / Crowns for.

Also removed a bunch of css from the profile.razor file and moved it to a style in app.css.
2023-12-12 12:45:14 +01:00
5169d30c11 Fixed filename capitalization of assets
This would cause images to not display properly on linux.
2023-12-11 16:14:10 +01:00
6f3052c69b Achievement Board now has numbers on it
Placement of each score has been done, It still doesn't update properly but the values are properly set. Just need to figure out a way to rerender the scoreboard
2023-12-11 16:14:09 +01:00
S-Sebb
a41b144910 Fixed some mobile view layout issues 2023-11-13 13:15:45 +00:00
S-Sebb
509ac85718 Add registering with last play date time, add disabling free profile editing 2023-11-12 23:12:54 +00:00
S-Sebb
293f162b3f Add webUI apis to manager user's access codes, take 2 2023-11-12 17:56:57 +00:00
S-Sebb
de1671aac9 Revert "Add webUI apis to manager user's access codes"
This reverts commit c1cac55683.
2023-11-12 17:41:36 +00:00
S-Sebb
c1cac55683 Add webUI apis to manager user's access codes 2023-11-12 17:34:33 +00:00
9bfae2a56c Added Achievement Board
Still has no logic for default (Highest difficulty played) option, doesn't display any numbers yet but divs are placed at the right place already.
2023-11-02 17:25:43 +01:00
0010a3eb34 Added Profile visualizer
Dan graphic still isn't displayed but disabling dan display on the nameplate updates the name disposition properly

Still haven't figured where the texture for AI 2, 3 and 4 are; useable in it's current state
2023-11-02 12:43:27 +01:00