antos-frontend/src/packages/Setting
DanyLE 92e27b653f Rework on AntOS core to provide support to both mobile and desktop devices (experimental):
- Redesign the core UI API and tags to support Mobile devices
- Add new StackMenu tag
- Support touch events handling on touch devices
- Redesign File and Setting to work on mobile
- Improve Anouncement API
- Rework on default themes
2022-12-08 14:56:05 +01:00
..
AppAndServiceHandle.ts Rework on AntOS core to provide support to both mobile and desktop devices (experimental): 2022-12-08 14:56:05 +01:00
AppearanceHandle.ts Rework on AntOS core to provide support to both mobile and desktop devices (experimental): 2022-12-08 14:56:05 +01:00
LocaleHandle.ts add more type, all defaults apps are now in typescript 2020-06-04 17:49:48 +02:00
main.css Rework on AntOS core to provide support to both mobile and desktop devices (experimental): 2022-12-08 14:56:05 +01:00
main.ts Rework on AntOS core to provide support to both mobile and desktop devices (experimental): 2022-12-08 14:56:05 +01:00
Makefile Bug fix + improvement: 2022-07-19 20:57:12 +02:00
package.json fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled 2022-08-24 14:45:11 +02:00
README.md fix: fix icon display problem when application is installed, remove all related settings when an application is uinstalled 2022-08-24 14:45:11 +02:00
scheme.html Rework on AntOS core to provide support to both mobile and desktop devices (experimental): 2022-12-08 14:56:05 +01:00
StartupHandle.ts Rework on AntOS core to provide support to both mobile and desktop devices (experimental): 2022-12-08 14:56:05 +01:00
VFSHandle.ts Rework on AntOS core to provide support to both mobile and desktop devices (experimental): 2022-12-08 14:56:05 +01:00

Setting: AntOS system setting and configuration

GUI based system setting application for AntOS.

In-depth system settings can be found and modified in .settings.json file stored in HOME directory of current user.

CAUTION:without using the Setting application, users can modify .settings.json with their own risk. In case of system anormaly after the modification, the system settings can be reset to default by simply removing the setting file

Change logs

-v0.1.2-b: minor bug fix on UI -v0.1.2-b: add README