56 Commits

Author SHA1 Message Date
DanyLE
4bbc6c770a feat(ListView): allows list navigation using keyboard 2024-07-28 12:53:49 +02:00
DanyLE
bfeef223a8 improve: allow changing year in calendar widget
All checks were successful
AntOS front-end / Build-AntOS-Frontend (push) Successful in 34s
2024-07-27 11:50:04 +02:00
73f925ac8c feat: allow to resize on any edge of the window
All checks were successful
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-06-25 16:27:10 +02:00
DanyLE
5605d6c35a fix: simulate contextmenu on mobile device 2024-03-17 21:18:11 +01:00
DanyLE
d00fd3bd82 fix: invalid background settings 2024-03-17 21:18:11 +01:00
DanyLE
3e201bfbba fix: use row/column as common directives for all UI horizontal/vertical direction 2024-03-17 21:18:11 +01:00
DanyLE
0d8daa36e8 safer way to attach element to data via getter 2024-03-17 21:18:11 +01:00
DanyLE
d72a4c954b Remove old menu element, use stackmenu instead 2024-03-17 21:18:11 +01:00
DanyLE
7196f9ff57 Update style for GridView, FileView and ListView 2024-03-17 21:18:11 +01:00
DanyLE
1063ae9c4f Only break-word in notification tag 2024-03-17 21:18:11 +01:00
DanyLE
649c7d942a Update Label, Button and ListView
- Label and Button now can set icon on both left and right side of the text
- Fix ListView dropdown bug, and allow the dropdown list to positioned correctly based on its nearest anchored element
2024-03-17 21:18:11 +01:00
DanyLE
edb427d6c3 fix: notification style 2024-03-17 21:18:11 +01:00
DanyLE
242df06a28 Rework on Notification API + some sytem packages
- Rename Syslog to SystemReport
- All services previously on SystemReport now moved to the dedicated SystemServices Packages
- Rework on a more versatile notification GUI and API
- Applications now can display a local toast message instead of pushing a global notification message
2024-03-17 21:18:11 +01:00
DanyLE
c52e4b649e fix: window menu display bug 2024-03-17 21:18:11 +01:00
DanyLE
81d13c1601 Update favicon to new color 2024-03-17 21:18:11 +01:00
DanyLE
9f07a86901 Update favicon 2024-03-17 21:18:11 +01:00
DanyLE
b35812bb43 Update icons + add documentation build in Jenkinsfile 2024-03-17 21:18:11 +01:00
DanyLE
11fb8c97af Add favicon to the page 2024-03-17 21:18:11 +01:00
DanyLE
d9314fc829 Add official AntOS icon 2024-03-17 21:18:11 +01:00
DanyLE
03cee726ed UI improvement + use lastest boostrap icon
- Update bootstrap icons to latest
- Redesign system tray for services monitoring
- Improve UI + bug fix on default packages
2024-03-17 21:18:11 +01:00
DanyLE
e1c1895070 Improve Firefox support + fix list view drag and drop bug 2024-03-17 21:18:11 +01:00
DanyLE
0b80a29d00 improve file icon view 2024-03-17 21:18:11 +01:00
DanyLE
b026b96bf2 Redesign the login form, preload all web font fonts on front page 2024-03-17 21:18:11 +01:00
DanyLE
3c25d8b52e Support pinned app in dock + remove old pinned apps UI 2024-03-17 21:18:11 +01:00
DanyLE
2e887851c5 Add input tag and update all base dialogs to support mobile devices 2024-03-17 21:18:11 +01:00
DanyLE
1a6ece4e7c Add stack panel component + redesign MarketPlace UI
- Continue improve UI elements
- Add stack panel UI tag
- Redesign MarketPlace UI to support mobile device
2024-03-17 21:18:11 +01:00
DanyLE
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
DanyLE
da5bbdab60 Allow to set version number and build ID to the current Antos build 2022-07-22 20:13:08 +02:00
DanyLE
699c697344 update login form style 2022-07-22 18:04:56 +02:00
DanyLE
8b029c2e0a fix minor visual bug on grid view, list view and tree view 2022-07-05 20:02:01 +02:00
DanyLE
86bcaf9dea visual bug fix on label: inline block by default 2022-07-05 15:25:19 +02:00
DanyLE
084c377bcf visual bug fix on label 2022-07-05 15:10:17 +02:00
DanyLE
61de95788c Visual improvements 2022-07-05 15:04:18 +02:00
DanyLE
52af4b6940 fix visualize bug after style changes 2022-07-05 14:41:34 +02:00
DanyLE
e63cae1550 style improvement on Label, FileView, GridView, system menu and app Panel 2022-07-05 13:22:51 +02:00
DanyLE
d109d6af39 fix: file name display inconsitent between views 2022-05-30 12:13:29 +02:00
DanyLE
8b23ebeeff Loading animation is now based on the current context (global or application context) 2022-05-24 15:39:58 +02:00
DanyLE
2cdd8f9a43 support dnd and grid sort 2022-03-29 18:25:07 +02:00
Dany LE
a6d725ea71 User a custom tag to manage the desktop instead of GUI 2021-11-26 00:03:01 +01:00
Dany LE
e345a61269 update bootstrap icons to v.1.7.1 2021-11-21 19:45:02 +01:00
lxsang
d670bd3b3a fix resize problem when iframe is inside of window 2021-06-13 12:08:08 +02:00
lxsang
ac76a5f967 Allow window horizotal and vertical resize 2021-06-13 12:08:07 +02:00
lxsang
51bf3e3df5 Add features:
- add bootstrap icon font support
- classing applications by categories in start menu
2021-06-13 12:08:02 +02:00
lxsang
20840d09b0 Improvements on GUI + API:
- Add generic key-value dialog
- Allow multiple file upload
- Add ESC and enter key handle to dialog
- Improve File application
2021-06-13 12:08:00 +02:00
lxsang
d384a65b73 Add features: 2021-06-13 12:07:57 +02:00
lxsang
7cd2f97b75 Add features:
- allow pinning apps in Setting
- pinned apps in system pannel
- Services manager in Setting
- Fix and impprove some CSS bug
2021-06-13 12:07:52 +02:00
lxsang
de5878c349 Add features:
- Improvement application list in market place
- Allow triplet keyboard shortcut in GUI
- CodePad allows setting shortcut in CommandPalette commands
- CodePad should have recent menu entry that remember top n file opened
- Improve File application grid view
- Label text should be selectable
2021-06-13 12:07:51 +02:00
lxsang
566592dc8e Improvement + fix bug:
- improve Tag API
- Improve CodePad UI + Extension API
- Add package dependencies to Market Place
2020-12-18 19:51:19 +01:00
Xuan Sang LE
473d9c6575 fix safari compatibility 2020-06-05 23:42:15 +02:00
Xuan Sang LE
5c08a189cc minor fix bug 2020-05-21 21:54:43 +02:00