aboutsummaryrefslogtreecommitdiff
path: root/src-ui
AgeCommit message (Collapse)Author
2022-09-10Return error result type if NS update check failsGeckoEidechse
2022-09-10Return error result type if NS install failsGeckoEidechse
2022-09-10Use locked HTML input field for showing gamepathGeckoEidechse
instead of its own custom HTML element
2022-09-10Implement manually selecting TF|2 install locationGeckoEidechse
2022-09-09Use consts to define button contentGeckoEidechse
2022-09-09Update install button textGeckoEidechse
2022-09-09Move duplicate into dedicated functionGeckoEidechse
2022-09-09Use consts to define button contentGeckoEidechse
i.e. replace setting button to a string with setting it to a variable to ensure that value is consistent over multiple places.
2022-09-09Add initial Northstar install supportGeckoEidechse
still Steam version only
2022-09-09Add switch-case for performing actionGeckoEidechse
on button click based on UI state
2022-09-09Comment out testing codeGeckoEidechse
2022-09-07Show host OS next to FlightCore versionGeckoEidechse
2022-09-06Fix gamepath not passed correctly to backendGeckoEidechse
For some reason it wants camelCase variable name even though backend uses snake_case...
2022-09-01Remove elements from template applicationGeckoEidechse
2022-09-01Handle gamepath check if manually selectedGeckoEidechse
as well as Northstar existence and up-to-date check
2022-09-01Add dir picker if Titanfall2 is not installedGeckoEidechse
Allows user to select install location if the Titanfall2 install path was not found under the assumption that Titanfall2 was installed but couldn't be found by FlightCore
2022-09-01Add structure to implement Nortshtar update checkGeckoEidechse
Actual logic is not implemented yet
2022-08-30Show Northstar version number in play buttonGeckoEidechse
2022-08-29Check installed Northstar versionGeckoEidechse
2022-08-29Use wrapper function to get Titanfall2 install locationGeckoEidechse
Tauri doesn't allow passing `Result<>` types from backend to frontend. The wrapper returns a string based on the `Result<>` content
2022-08-29Add variable to track global stateGeckoEidechse
2022-08-29Add omni-buttonGeckoEidechse
Changes behaviour and content based on application state, e.g. if game install location was found or Northstar was detect as installed.
2022-08-29Get game install location on application loadGeckoEidechse
2022-08-29Load version number on application startGeckoEidechse
2022-08-27Show version number in UIGeckoEidechse
2022-08-27Find Titanfall2 steam install locationGeckoEidechse
and propagate it to front-end
2022-08-26Add a force crash buttonGeckoEidechse
2022-08-25Update formattingGeckoEidechse
2022-06-20. full codeJeremy Chone
2022-06-20. initialJeremy Chone