Commit Graph

23 Commits

Author SHA1 Message Date
Jonathan ad7aabd9e0 Adding MIA footer, don't recall why it was missing 2025-06-22 22:53:23 -04:00
Jonathan 9e9b25ae6f Removing pointless WebsiteService.cs 2025-06-22 22:46:45 -04:00
Jonathan cf3f6e647b Web page data refactor 2025-06-22 22:38:59 -04:00
Jonathan 2246847145 Clean up code formatting and enhance data immutability
Standardized spacing and removed extraneous white space across multiple files for better readability. Updated several data grids to use `readonly` for `_data` collections, improving immutability and code clarity.
2025-05-02 20:52:15 -04:00
Jonathan 1f71062691 Fixing nav name of data tables 2025-04-27 22:22:08 -04:00
Jonathan 8f203b2ba1 Adding data table page to navigation UI 2025-04-27 22:13:04 -04:00
Jonathan e28f74b354 Refactor DataTables and cleanup redundant code
Refactored `WeaponTable` grid to use a typed parameter and improve readability. Removed outdated or unnecessary sample comments, consolidated duplicate code, and reorganized theme-related components in `PageLayout`. Simplified initialization logic and improved formatting consistency.
2025-04-27 21:45:28 -04:00
Jonathan b653a00238 Add sorting, filtering, and new columns to WeaponTable
Enhanced the `MudDataGrid` in `WeaponTable` by enabling multiple sorting and filtering while adding new "Faction" and "Immortal" columns. Extended `EntityModel` and `DATA` to support faction and immortal data for the table. Added "Neutral" faction and new entity "Pyre Miner" to the data model.
2025-04-27 20:47:09 -04:00
Jonathan e820457176 Updating Mudblazor Version 2025-04-27 19:34:50 -04:00
JonathanMcCaffrey 9aa0134b60 Removing WIP settings button 2022-09-03 14:41:23 -04:00
JonathanMcCaffrey d924fcba0f Adding back in old search 2022-08-28 09:58:37 -04:00
JonathanMcCaffrey bbe438b499 Fixing theme. Removing hidden pages from home 2022-08-28 09:51:35 -04:00
JonathanMcCaffrey 404db2b862 Adding MudBlazor UI with new Nav 2022-08-27 21:46:52 -04:00
JonathanMcCaffrey c16c0172bc test(BrokenLinks) Now checking for broken links on a few pages 2022-05-02 20:06:45 -04:00
JonathanMcCaffrey bd8d6e6373 feat(Footer) Adding a basic footer (#32) 2022-05-02 12:19:30 -04:00
JonathanMcCaffrey 43d7391df2 feat(DataCollection) Added opt-in data collection 2022-04-25 16:08:20 -04:00
JonathanMcCaffrey ba2eeec13f feat(Search) Search hotkey now working. CMD + K 2022-04-17 01:15:30 -04:00
JonathanMcCaffrey cd22c5ea16 Optimizing images 2022-04-16 19:43:27 -04:00
JonathanMcCaffrey b9e3633d1c feat(Navigation) Added a search button for desktop users 2022-04-16 18:56:56 -04:00
JonathanMcCaffrey 16223cd010 feat(Navigation) Improved desktop navigation UI 2022-04-12 11:54:32 -04:00
JonathanMcCaffrey d82e60efdf feat(Documents) Notes/Docs page improvements and warning cleanup 2022-04-10 15:08:52 -04:00
JonathanMcCaffrey 363d6835b8 feat(Immortal) Disabling SQL 2022-03-30 21:28:08 -04:00
JonathanMcCaffrey e43d9a90e7 Initial commit 2022-03-30 12:48:07 -04:00