Commit Graph

20 Commits

Author SHA1 Message Date
liushuyu
c61c068ed0
feat(ui): lint js code 2022-03-31 03:41:39 -06:00
liushuyu
1fd97b6e42
ui: update dependencies (LTS versions) 2022-03-28 17:09:40 -06:00
liushuyu
109322836b
feat(ui): add a mock to mock authentication ...
... also updates UI/JS dependencies
2021-10-15 00:28:45 -06:00
liushuyu
a816cbe767 Merge remote-tracking branch 'fix-usability' into yuzu 2021-07-28 18:18:38 -06:00
liushuyu
f13b2fe93d
deps: update dependencies...
... and use tinyfiledialog instead of the web-view provided one
2021-06-08 17:42:43 -06:00
liushuyu
bdda585f12
deps: update dependencies 2021-03-21 21:38:10 -06:00
liushuyu
48fa172169 meta: refine i18n and mark more strings 2020-07-19 19:01:12 -06:00
liushuyu
cd7fb8de28 ui: update NPM dependencies 2020-07-18 14:09:19 +10:00
liushuyu
1dbf078728 i18n: automated locale detection and...
... manual selection box
2020-05-29 15:57:05 +10:00
liushuyu
9fcfe0c77b ui: update frontend dependencies 2020-05-29 15:57:05 +10:00
liushuyu
74cefc277e i18n: basic implementation and string interpolation 2020-05-29 15:57:05 +10:00
liushuyu
630f2231ab ui: use axios as possible 2019-12-07 22:35:37 +00:00
liushuyu
91fb88aa98 use ajax to fetch basic_attrs 2019-12-07 22:35:37 +00:00
liushuyu
ca6ac320c2 deps: update dependencies 2019-12-07 22:35:37 +00:00
dependabot[bot]
a02e8a1624 Bump js-yaml from 3.13.0 to 3.13.1 in /ui
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 10:08:56 +00:00
dependabot[bot]
4b158036da Bump webpack-bundle-analyzer from 3.1.0 to 3.3.2 in /ui
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.1.0 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.1.0...v3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 10:08:46 +00:00
dependabot[bot]
eb6475bac6 Bump lodash from 4.17.11 to 4.17.15 in /ui
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 08:05:21 +00:00
dependabot[bot]
c7cef0b49d Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 in /ui
Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.6.0...4.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 07:32:50 +00:00
James
68109894f1 Update config files for v7 (#12)
* platform: fix build on Linux and update web-view

* deps: replace xz-decom with xz2 and update deps

* platform: fix regression...

... that prevents the build on Windows

* linux: implement platform-dependent functions

* travis: add macos and windows CI

* travis: use official Rust Docker image

* Update Cargo.lock for new version

* Break apart REST into separate services

This cleans up locking, ensures consistent futures for all endpoints
and enhances code re-use.

* Clean up codebase, fixing minor errors

* Update packages, use async client for downloading config

While this has a hell of a lot more boilerplate, this is quite
a bit cleaner.

* Add explicit 'dyn's as per Rust nightly requirements

* Migrate self updating functions to own module

* Migrate assets to server module

* Use patched web-view to fix dialogs, remove nfd

* Implement basic dark mode

* Revert window.close usage

* ui: split files and use Webpack

* frontend: ui: include prebuilt assets...

... and update rust side stuff

* build: integrate webpack building into build.rs

* Polish Vue UI split

* Add instructions for node + yarn

* native: fix uninstall self-destruction behavior...... by not showing the command prompt window and fork-spawning the cmd

* native: deal with Unicode issues in native APIs

* native: further improve Unicode support on Windows

* travis: add cache and fix issues

* ui: use Buefy components to...

... beautify the UI

* ui: makes error message selectable

* Make launcher mode behaviour more robust

* Fix error display on launcher pages

* Correctly handle exit on error

* Bump installer version
2019-07-04 21:23:16 -04:00
liushuyu
ff574c9d73 ui: split files and use Webpack 2019-06-25 11:06:28 +08:00