Commit graph

650 commits

Author SHA1 Message Date
Pat Hartl
df7d3250f7 Add page slug to fix routing issues 2024-08-27 21:35:45 -05:00
Pat Hartl
1af4aa79c9 Redirect to root if page not found 2024-08-27 20:41:07 -05:00
Pat Hartl
a503b7fc21 Fix route editor rendering 2024-08-27 20:39:57 -05:00
Pat Hartl
63c0f6c40b Rework page editing buttons, fix new page, refresh tree after changes 2024-08-27 20:22:24 -05:00
Pat Hartl
b7b6541a81 Add ordering of pages in tree via dragging 2024-08-27 20:05:09 -05:00
Pat Hartl
44f091386d WIP launcher login redesign 2024-08-26 21:29:25 -05:00
Pat Hartl
e3b238e3f0 Refactor game launching
Changes to game launching:
- Games can now be launched using the SDK
- Games can be stopped by the SDK
- Running games are tracked by the SDK
- Game state in play buttons are now tracked by polling SDK game service
- Library service no longer controls any launching/stopping/tracking
- Actions now are keyed in the manifest
- Game launching occurs in a GameExecutionContext
- Game launching variables have been consolidated
2024-08-26 20:18:54 -05:00
Pat Hartl
0ac36f7a00 Allow upload of images from markdown editor 2024-08-23 01:05:31 -05:00
Pat Hartl
4d868ea5f5 Ignore files in build 2024-08-22 00:52:24 -05:00
Pat Hartl
f1bb29695c Add buttons for adding new page and deleting pages 2024-08-21 21:16:08 -05:00
Pat Hartl
c22270ac41 Fix page editor navigation 2024-08-21 20:31:09 -05:00
Pat Hartl
0119a4cf78 Fix binding of file picker input
Fixed #96
2024-08-21 20:27:11 -05:00
Pat Hartl
c0943f559c Add cmdlets for getting/setting custom fields 2024-08-21 20:19:04 -05:00
Pat Hartl
78c6063b34 Add custom fields to users, move avatar uploader to component 2024-08-21 19:40:27 -05:00
Pat Hartl
f30a72d616 Add pages to nav 2024-08-19 21:21:09 -05:00
Pat Hartl
7588065bae Get mapped games using async 2024-08-19 21:18:05 -05:00
Pat Hartl
da698551e8 Add route for rendering pages 2024-08-19 21:17:25 -05:00
Pat Hartl
cd4c38ac74 Adjust size of route editor 2024-08-19 21:17:09 -05:00
Pat Hartl
a6a4436bfd Fix link to pages in route editor 2024-08-19 21:17:02 -05:00
Pat Hartl
d011d165d1 Change route for page editor, hide parent markdown editor 2024-08-19 21:16:35 -05:00
Pat Hartl
cf93fb763c Start to a basic CMS editor 2024-08-19 01:22:48 -05:00
Pat Hartl
21afa717bb Consolidate some CSS 2024-08-18 17:02:11 -05:00
Pat Hartl
1e246720fc Fix JS loading 2024-08-18 16:23:09 -05:00
Pat Hartl
9582e2a207 Load frontend libraries properly 2024-08-18 15:48:14 -05:00
Pat Hartl
920c82002c Consolidate JS for components 2024-08-18 15:25:31 -05:00
Pat Hartl
e4f81cd22f Fix missing inheritance 2024-08-18 15:24:29 -05:00
Pat Hartl
020437531d Consolidate shared components 2024-08-18 15:05:25 -05:00
Pat Hartl
bfaf27c04e Add components library 2024-08-18 14:39:31 -05:00
Pat Hartl
55fea82f35 Ignore package locks 2024-08-18 14:22:25 -05:00
Pat Hartl
b35d0f52d3 Move debug flag to SDK ScriptService 2024-08-16 18:36:17 -05:00
Pat Hartl
bf9ef30b4b Add game importing via CLI 2024-08-12 19:33:26 -05:00
Pat Hartl
46dddf5ded Fix enum references 2024-08-12 18:20:45 -05:00
Pat Hartl
8942c82154 Fix xterm initialization 2024-08-12 00:20:59 -05:00
Pat Hartl
052d8f1c8e Remove wiki functionality 2024-08-12 00:20:43 -05:00
Pat Hartl
131479277b Consolidate enums 2024-08-12 00:15:16 -05:00
Pat Hartl
9139140f24 Fix usings 2024-08-11 23:56:45 -05:00
Pat Hartl
a689b4db5c Update packages 2024-08-11 23:56:23 -05:00
Pat Hartl
f24669d21a Fix markdown usage in updates page 2024-08-11 23:56:14 -05:00
Pat Hartl
ab3bc86ef5 Fix server script running 2024-08-11 14:48:24 -05:00
Pat Hartl
76106691eb Add ability to track issues with games
Adds an admin section to view and resolve submitted issues and a menu option in the game context menu in the launcher to report an issue.
2024-08-11 14:48:00 -05:00
Pat Hartl
a00f25a06b Moved archives position in side menu
This change makes the side menu sort of follow some sort of UX flow. Metadata -> Media -> Upload archives -> Actions etc etc
2024-08-11 12:34:25 -05:00
Pat Hartl
8c36e52d9a Update packages 2024-08-10 12:56:23 -05:00
Pat Hartl
29047a4f12 Merge branch 'main' into v1.0.0
# Conflicts:
#	LANCommander.Launcher.Models/LibraryItem.cs
#	LANCommander.SDK/Client.cs
2024-08-10 12:11:04 -05:00
Pat Hartl
9cffb12db3 Fix import of servers with set game 2024-08-08 23:11:29 -05:00
Pat Hartl
66453c9fac Import port with server 2024-08-08 19:14:33 -05:00
Pat Hartl
f91bdc9f69 Merge branch 'main' into v1.0.0 2024-08-07 17:42:44 -05:00
Pat Hartl
908feb04a1 Fix navigation to login/register pages
Fixes #90
2024-08-05 18:06:40 -05:00
Pat Hartl
fac61d93af Update YamlDotNet 2024-08-04 20:48:43 -05:00
Pat Hartl
5174ea90d1 Update ignore file, move server project file 2024-08-04 18:46:57 -05:00
Pat Hartl
cb061e09c5 Rename server project 2024-08-04 18:44:33 -05:00