ProjectLighthouse/ProjectLighthouse.Servers.Website/Pages
koko 027173b9c7
Redesign case creation page (#854)
* Redesign case creation page

* Fix user id placeholder text

* Handle empty moderation history

* Mod history dropdown nitpick

* Fix styling issue with dropdown

ui fluid dropdown inherits from ui form

* Potentially fix NRE

* Un-require reason/mod notes

* Display username in moderation history view

* Order mod history by creation time descending

* Nitpick no moderation history string

* Handle AffectedUser null check within controller

* Fix styling issues

* Move moderation history segment above create case button segment

* Link back to affected user

* Move expiration field in with the other entries

* Grammatical consistency nitpick in history dropdown

* Handle empty case reasons in mod history

* This is the last nitpick, I swear!

* I lied. Variable naming consistency :trollface:

* Consolidate setPermanent function into button onclick

* Use HTML details and Fomantic list instead of dropdown

* Fix padding issue with details list

* Format history and user/id nicely

* Styling fixes and nitpicks of list items/links

* Apply suggestions from code review

* Clarification with code review suggestion
2023-08-07 04:45:46 +00:00
..
Admin Fix a kokoism 2023-06-29 00:39:13 -05:00
Debug Implement property dependency injection for the website (#806) 2023-06-20 05:02:24 +00:00
Email Refactor error modal into its own partial (#785) 2023-06-08 04:01:59 +00:00
Errors Refactor Database class (#616) 2023-02-15 23:54:30 -06:00
ExternalAuth Revert website Forbid and Unauthorized method usage to StatusCode 2023-03-30 19:23:11 -05:00
Layouts Optimize GameServer /announce and add website announcements (#810) 2023-06-23 03:49:22 +00:00
Login Fix null case bug in BannedUserPage and properly add no expiration text (#825) 2023-07-05 21:15:34 +00:00
Moderation Redesign case creation page (#854) 2023-08-07 04:45:46 +00:00
Partials Improve website tests (#842) 2023-08-03 20:09:32 -05:00
TwoFactor Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
AnnouncePage.cshtml Website announcements fixes and additions (#818) 2023-06-27 03:02:11 +00:00
AnnouncePage.cshtml.cs Website announcements fixes and additions (#818) 2023-06-27 03:02:11 +00:00
LandingPage.cshtml Add proper ban page when logging in (#773) 2023-05-30 19:25:31 +00:00
LandingPage.cshtml.cs Add proper ban page when logging in (#773) 2023-05-30 19:25:31 +00:00
PhotosPage.cshtml Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
PhotosPage.cshtml.cs Implement property dependency injection for the website (#806) 2023-06-20 05:02:24 +00:00
SlotPage.cshtml Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
SlotPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
SlotSettingsPage.cshtml Major refactor and reorganization of types (#652) 2023-02-13 22:02:58 -06:00
SlotSettingsPage.cshtml.cs Prevent null values from being censored 2023-04-03 01:02:41 -05:00
SlotsPage.cshtml Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
SlotsPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserPage.cshtml Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserPrivacyPage.cshtml Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserPrivacyPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserSettingsPage.cshtml Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserSettingsPage.cshtml.cs Prevent null values from being censored 2023-04-03 01:02:41 -05:00
UsersPage.cshtml Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
UsersPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00