Commit Graph

3857 Commits

Author SHA1 Message Date
Timothy Baldridge
59525f119b
Merge pull request #1859 from wabbajack-tools/streaming-modlists
Add support for chunked access to modlist data
2022-02-05 09:13:01 -07:00
Timothy Baldridge
a49cad012f Add support for chunked access to modlist data 2022-02-05 08:47:15 -07:00
Timothy Baldridge
a551fce80b
Merge pull request #1849 from wabbajack-tools/blazor-with-browser
Blazor with browser, log into the nexus
2022-01-30 08:22:27 -07:00
Timothy Baldridge
fea3a81cf3 Can log into the Nexus via the UI 2022-01-29 22:47:49 -07:00
Timothy Baldridge
c26d8e4d98 Can create, display, and delete tabs 2022-01-29 15:32:46 -07:00
Timothy Baldridge
ebc3172f74 Add Tabbed controlled window 2022-01-28 23:15:17 -07:00
Timothy Baldridge
dc1fd60bfd
Merge pull request #1848 from erri120/blazor-3
Blazor 3
2022-01-28 06:20:46 -07:00
erri120
74badacf08
Using const strings instead of magic strings 2022-01-28 13:01:49 +01:00
erri120
c4c80b7fe0
Cleanup 2022-01-28 12:58:28 +01:00
erri120
2fab1b462f
Update Logging Target 2022-01-28 11:29:38 +01:00
Timothy Baldridge
a725688495
Merge pull request #1847 from Unnoen/more-blazor
Blazor updates and minor changes to other internal projects.
2022-01-27 22:32:46 -07:00
Unnoen
95f9263984
More changes from feedback. 2022-01-28 16:27:31 +11:00
Unnoen
2c99f1f4f8
Review feedback. 2022-01-28 16:05:30 +11:00
Unnoen
47ffa30222
Restructure installing stage into three pages. Changed some design.
Added getBlobUrlFromStream JavaScript function so we can reuse the URL.
2022-01-27 18:55:07 +11:00
Unnoen
d1e64e910c
ProgressBar IObservable. Basic Modal. No longer download list if exists.
.Sample() is what .Throttle() sounds like it does.
ProgressBar will be changed again, this implementation feels dirty.
2022-01-27 18:48:32 +11:00
Unnoen
699252f05e
Placeholder InfoModal and StepLogger components.
These are nowhere near final.
2022-01-27 18:40:56 +11:00
Unnoen
d790463a27
Add InstallPath, DownloadPath and ModlistImage to StateContainer. 2022-01-27 18:30:04 +11:00
Unnoen
100b08a1c5
Add Blazored.Modal and Blazored.Toast packages. 2022-01-27 18:25:55 +11:00
Unnoen
8b08c7eda7
Adjusted logging layout, logs now archive on startup. 2022-01-27 18:22:24 +11:00
Unnoen
807eb96990
Added StatusCategory to step logging.
Gives us a little more information to work with for the design.
2022-01-27 18:20:48 +11:00
Unnoen
d8e80bece0
Run SystemParametersConstructor in App constructor to log assembly info.
Wabbajack wasn't logging the initial assembly information until it was injected elsewhere.
2022-01-27 18:12:33 +11:00
Unnoen
59f6052a2f
Modify IniParser's CommentRegex to better detect comment lines.
Fixes SSE Display Tweak's INI throwing an exception.
2022-01-27 18:05:51 +11:00
erri120
7e7fc5106a
Merge pull request #1837 from erri120/blazor-2
Blazor 2
2022-01-22 20:28:42 +01:00
erri120
85392d1a06
Using Subject<T> for CustomObservable<T> 2022-01-22 19:44:19 +01:00
Timothy Baldridge
b5a2354122 Remove WPF project 2022-01-22 07:36:10 -07:00
Timothy Baldridge
872cb5e34c Add UIUtils, link links on the sidebar 2022-01-21 15:20:47 -07:00
erri120
a5b94af48e
Merge pull request #1835 from erri120/blazor-1
Blazor Update
2022-01-21 16:31:12 +01:00
erri120
f1b17df03a
Fixes 2022-01-21 16:11:44 +01:00
erri120
9187fa2307
Fixes 2022-01-21 15:44:05 +01:00
erri120
3a137db1d8
Discard Blazor internal logs 2022-01-21 15:13:45 +01:00
erri120
e7b7350e76
Update logging 2022-01-21 14:54:22 +01:00
erri120
92a2195ccf
Update 2022-01-21 14:41:37 +01:00
Timothy Baldridge
8782aeca94 Add task bar status 2022-01-20 21:57:59 -07:00
Timothy Baldridge
87e0a59371 Move system startup info into the constructor class 2022-01-20 21:21:48 -07:00
Timothy Baldridge
9beafe8da4 Set the application icon to the WJ logo 2022-01-20 21:11:38 -07:00
Timothy Baldridge
71cbc118d7 Set services in blazor directly instead of routing them through the static resource 2022-01-20 21:07:41 -07:00
Timothy Baldridge
33965286fc Upgrade Deps 2022-01-20 14:30:13 -07:00
Timothy Baldridge
d31f54dd95
Merge pull request #1789 from cacophony-wj/patch-1
Update GameRegistry.cs
2022-01-20 14:19:37 -07:00
Timothy Baldridge
7693957919
Merge pull request #1825 from Unnoen/blazor
Blazor
2022-01-20 14:19:00 -07:00
Timothy Baldridge
5fc8515e12 We don't need endorsements and they're encoded strangely 2022-01-20 08:01:23 -07:00
Timothy Baldridge
ce29a02cf3 We didn't return on a cache miss, resulting in a JSON read error 2022-01-20 08:00:36 -07:00
Timothy Baldridge
1efa5c3a04 Forgot to default to null 2022-01-20 07:57:25 -07:00
Timothy Baldridge
e24200b873 Make CategoryName nullable 2022-01-20 07:50:53 -07:00
Unnoen
052b173876
Enable bottom bar for Gallery download progress. 2022-01-20 21:19:10 +11:00
Unnoen
3352657911
Merge remote-tracking branch 'origin/main' into blazor 2022-01-20 19:35:27 +11:00
Unnoen
81102dbf64
Too many changes to list. 2022-01-20 19:34:38 +11:00
Unnoen
fd9f9b86d9
Update .gitignore 2022-01-20 18:43:11 +11:00
Timothy Baldridge
035b8e7aa7 Re-add discord code 2022-01-18 15:58:54 -07:00
Timothy Baldridge
b7119c8bf8 Fix broken Discord webhook integration 2022-01-18 14:47:36 -07:00
Unnoen
d1c74132c8
Merge remote-tracking branch 'origin/main' into blazor 2022-01-18 17:32:41 +11:00