Commit Graph

55 Commits

Author SHA1 Message Date
Halgari
7e643b1c2b Update the final deps 2022-09-29 16:34:47 -06:00
Halgari
817392e4c2 Update all the deps! 2022-09-29 06:42:20 -06:00
Timothy Baldridge
73f4cf61ff Lots of small compiler fixes 2022-08-23 16:38:47 -06:00
Timothy Baldridge
8c2ad34d35 upgrade deps 2022-08-17 16:51:27 -06:00
dependabot[bot]
9884a9f788
Bump Microsoft.AspNetCore.Components.Web from 6.0.7 to 6.0.8
Bumps [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) from 6.0.7 to 6.0.8.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-10 03:16:12 +00:00
Timothy Baldridge
68f801a6c0 Upgrade deps 2022-08-09 05:56:05 -06:00
Timothy Baldridge
bbe75e5061 Fix launcher failures 2022-06-23 17:28:57 -06:00
Timothy Baldridge
d7a9b90315 upgrade deps 2022-05-23 09:50:36 -06:00
Timothy Baldridge
5e1e0ec527 Can login to Bethesda.Net and get CC data 2022-02-10 16:57:44 -07:00
Timothy Baldridge
9fd2542e77
Merge pull request #1867 from wabbajack-tools/all-logins
Add LoversLab and VectorPlexus logins
2022-02-08 22:58:54 -07:00
Timothy Baldridge
6ab6fb3995 Add LoversLab and VectorPlexus logins 2022-02-08 22:40:46 -07:00
Timothy Baldridge
80c0490aeb Update all deps 2022-02-08 21:09:44 -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
erri120
c4c80b7fe0
Cleanup 2022-01-28 12:58:28 +01:00
erri120
2fab1b462f
Update Logging Target 2022-01-28 11:29:38 +01: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
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
Timothy Baldridge
872cb5e34c Add UIUtils, link links on the sidebar 2022-01-21 15:20:47 -07: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
Unnoen
052b173876
Enable bottom bar for Gallery download progress. 2022-01-20 21:19:10 +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
Unnoen
e6d49b2414
Remove unnecessary styling from Configure stylesheet. 2022-01-18 03:50:47 +11:00
Unnoen
d7172c540f
Generated files and whitespace formatting. 2022-01-18 03:46:54 +11:00
Unnoen
dc9c327652
Checkbox and Logger components. Layout changes to Configure page.
Also added TODOs and a basic .editorconfig to suppress annoying warnings.
2022-01-18 03:45:52 +11:00
Unnoen
f2e29a9ab1
Generated CSS files 2022-01-17 06:02:25 +11:00
Unnoen
84c49f2916
Hide config settings when installing. 2022-01-17 04:48:17 +11:00
Unnoen
94e2449c1f
Modularising more and moving installer stuff into one page. 2022-01-17 04:38:54 +11:00
Unnoen
2ada4621b8
More Installer stuff and modularisation. 2022-01-17 00:46:16 +11:00
Unnoen
c338db4e73
More install stuff. 2022-01-15 17:29:44 +11:00
Unnoen
b19a86f298
Lazy load images and fix build. 2022-01-12 19:45:30 +11:00
Unnoen
3f62690f4c
Reduced need for generated file handling. 2022-01-12 17:04:05 +11:00
Unnoen
d3ded255bf
Controllers are dumb. 2022-01-12 03:26:47 +11:00