mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Updated roadmap goals
This commit is contained in:
parent
35d9e82222
commit
10b910c2ae
2 changed files with 14 additions and 5 deletions
17
README.md
17
README.md
|
@ -150,18 +150,29 @@ This is our current roadmap goals. You can find older ones [here](ROADMAP.md)
|
|||
* <s>Downloading progress</s>
|
||||
* Launcher state functionality
|
||||
* <s>Game launch available</s>
|
||||
* Game update (installation) required
|
||||
* Voice data update (installation) required
|
||||
* <s>Game update (installation) required</s>
|
||||
* <s>Voice data update (installation) required</s>
|
||||
* Patch unavailable
|
||||
* Test patch available
|
||||
* Make Svelte components
|
||||
* <s>Checkbox</s>
|
||||
* <s>Selectbox</s>
|
||||
* SelectionList
|
||||
* <s>SelectionList</s>
|
||||
* SelectableCheckbox
|
||||
* PropertiesEditor
|
||||
* Rewrite sass code, provide more flexible theming ability
|
||||
* <s>Add `svelte-i18n`</s>
|
||||
* Game pre-installation
|
||||
* Telemetry checking
|
||||
* Launcher auto-updates
|
||||
* Statistics window
|
||||
* Debugger
|
||||
* Loading screen
|
||||
* Tooltips for some options
|
||||
* Theming system
|
||||
* Chengelog window
|
||||
* Default runner auto-installation
|
||||
* Ability to change the temp directory where the launcher should download some files
|
||||
|
||||
### Features
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
import { onMount } from 'svelte';
|
||||
import { _, locale, locales } from 'svelte-i18n';
|
||||
|
||||
import Shaders from './ts/core/Shaders';
|
||||
|
||||
import Checkbox from './components/Checkbox.svelte';
|
||||
import SelectionBox from './components/SelectionBox.svelte';
|
||||
import DXVKSelectionList from './components/DXVKSelectionList.svelte';
|
||||
|
|
Loading…
Reference in a new issue