DanyLE
60137fb4fb
support icoclass_end in Label and Button HTML attribute
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
b490ae9d42
fix: Dialog scheme not found when it is defined outside of the dialogs namespace
2024-03-17 21:18:11 +01:00
DanyLE
ae91401965
allow to specify user data in some low level VFS interface API
2024-03-17 21:18:11 +01:00
DanyLE
d482d2cad4
add support for drop custom event when drag is enable on an HTMLElement
2024-03-17 21:18:11 +01:00
DanyLE
b2ec7cc8db
Add custom dragging event support for all HTMLElement
2024-03-17 21:18:11 +01:00
DanyLE
db006345a9
sportlight only focus on searchbar when on desktop
2024-03-17 21:18:11 +01:00
DanyLE
bf793ec204
Clean up code
2024-03-17 21:18:11 +01:00
DanyLE
cb9ccb576f
Hide application when use click on active application dock item
2024-03-17 21:18:11 +01:00
DanyLE
ea160c2ccb
fix: prevent scroll on desktop
...
When focusing on a window which overflows the desktop,
the desktop scrolls automatically to bottom,
even when `overflow: hiddle` is set on CSS.
This tricky hack prevents this to happen
2024-03-17 21:18:11 +01:00
DanyLE
edb427d6c3
fix: notification style
2024-03-17 21:18:11 +01:00
DanyLE
be72a62156
cleanup system services package
2024-03-17 21:18:11 +01:00
DanyLE
77b89c44f7
Fix: style + typo
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
30c63748b0
Hide spotlight when an application is selected on appdock
2024-03-17 21:18:11 +01:00
DanyLE
84cfc87ce0
Re introduce the vboxchange, hboxchange events as many applications use it
2024-03-17 21:18:11 +01:00
DanyLE
f21a958ea0
Change color theme of the startup menu
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
Dany LE
7b3072576c
Update Makefile
2024-03-17 21:18:11 +01:00
Dany LE
be73a3c7ae
Update Jenkinsfile
2024-03-17 21:18:11 +01:00
Dany LE
038823a7cb
Update README.md
2024-03-17 21:18:11 +01:00
DanyLE
70301d8817
Update Jenkinsfile
2024-03-17 21:18:11 +01:00
DanyLE
9d1c66fe50
Fix make file
2024-03-17 21:18:11 +01:00
DanyLE
6948b0e339
Fix make file
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
Dany LE
722e672947
Update README.md
2024-03-17 21:18:11 +01:00
Dany LE
93b58c7aa2
Add files via upload
2024-03-17 21:18:11 +01:00
Dany LE
9e7c7e6d78
Update README.md
2024-03-17 21:18:11 +01:00
Dany LE
25e9efff46
Add files via upload
2024-03-17 21:18:11 +01:00
Dany LE
9baee31c01
Add files via upload
2024-03-17 21:18:11 +01:00
DanyLE
de7f027940
update README
2024-03-17 21:18:11 +01:00
DanyLE
870b1ec105
update Syslog application + README
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
303fc9ba20
fix minor bug on appdock contextmenu handling
2024-03-17 21:18:11 +01:00
DanyLE
243dfa7a89
Update dark theme
2024-03-17 21:18:11 +01:00
DanyLE
bc77329294
Improve UI
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
b5863702cb
Improve application dock:
...
- Stack all instances of the same application to one single dock button
- Make the dock scrollable by mouse wheel or touch
2024-03-17 21:18:11 +01:00
DanyLE
2ae390ad4b
generate 2.0.0 release archive
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