Commit Graph

12 Commits

Author SHA1 Message Date
147353327b various changes:
All checks were successful
gitea-sync/antos-frontend/pipeline/head This commit looks good
- ESC (alone) key is now considered as function key for binding (global or application)
- Improve app launcher event handling
- Convention: Global announcement events are in upper case, local window events is in lower case
2024-06-24 17:54:10 +02:00
acd36a7a29 cleanup code 2024-03-17 21:18:11 +01:00
add5ef77c8 feat: use a separated setting file for each application instead of a single system setting files 2024-03-17 21:18:11 +01:00
a00acf4bbf fix: support passing arguments when pushing a service 2024-03-17 21:18:11 +01:00
0f2ab549e8 fix: doc generation use latest typedoc version 2024-03-17 21:18:11 +01:00
cd294f58a6 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
2024-03-17 21:18:11 +01:00
8b23ebeeff Loading animation is now based on the current context (global or application context) 2022-05-24 15:39:58 +02:00
0624f421f7 API improvement & bug fix:
- subscribed global event doesnt unsubcribed when process is killed
- process killall API doesnt work as expected
- improve core API
2021-11-25 01:13:16 +01:00
4a941f0467 add more docs 2020-06-18 17:09:00 +02:00
977bf0c62f add more docs, fix minor bug on dialog registration 2020-06-15 18:10:13 +02:00
6e95994892 add more test, convert CodePad to type scipt 2020-06-03 23:43:08 +02:00
1c32f2010c Switch from coffee script to typescrit
- Better tooling support
- Stronger type checking
- Unit test with jest
- JSDocc support
2020-05-29 22:22:00 +02:00