714 Commits

Author SHA1 Message Date
DanyLE
d72025741c doc: update README.md
All checks were successful
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-03-10 10:54:54 +01:00
DanyLE
cf61b434fa refactor: remove unused files 2024-03-10 10:34:07 +01:00
DanyLE
7a00c8293d fix: init npm before installing packages 2024-03-10 10:28:10 +01:00
DanyLE
6fa5f18159 feat: add install_dev to Makefile to install dependencies before build 2024-03-10 10:28:10 +01:00
DanyLE
bcf3370079 fix: simulate contextmenu on mobile device 2024-03-10 10:28:10 +01:00
DanyLE
21bf106b8b fix: list view item shall propagate click event to parent 2024-03-10 10:28:10 +01:00
DanyLE
ee4e451306 fix: dblclick event does not fire on mobile device (IOS) 2024-03-10 10:28:10 +01:00
DanyLE
647e6a1ade fix: page scale problem on mobile 2024-03-10 10:28:10 +01:00
DanyLE
a2cd2d6457 fix: invalid background settings 2024-03-10 10:28:10 +01:00
DanyLE
cc23bb7c2d style: update file UI style 2024-03-10 10:28:10 +01:00
DanyLE
0708683406 fix: minor UI bugs on File and Setting apps 2024-03-10 10:28:10 +01:00
DanyLE
14d32ac775 fix: remove debug message 2024-03-10 10:28:10 +01:00
DanyLE
b0b420e993 fix: use row/column as common directives for all UI horizontal/vertical direction 2024-03-10 10:28:10 +01:00
DanyLE
3ab5a6b5a8 update: antos API declaration 2024-03-10 10:28:10 +01:00
DanyLE
12c8439ef1 update: use latest UI API on system applications 2024-03-10 10:28:10 +01:00
DanyLE
ced141bcee feat: add APIs that support responsive UI on antos tags 2024-03-10 10:28:10 +01:00
DanyLE
89385950a0 fix: use CSS variable to define color palette for UI theme 2024-03-10 10:28:10 +01:00
DanyLE
50c6ad4504 fix: encode URI component when get file from VFS API 2024-03-10 10:28:10 +01:00
DanyLE
ac23a19909 fix: upload API only submit a task when files are selected 2024-03-10 10:28:10 +01:00
DanyLE
911104421c cleanup code 2024-03-10 10:28:10 +01:00
DanyLE
6ac1245002 feat: use a separated setting file for each application instead of a single system setting files 2024-03-10 10:28:10 +01:00
DanyLE
c1d0230070 feat: Introduce API.Task API that allow to track promise object via AntOS announcement system 2024-03-10 10:28:10 +01:00
Dany LE
224e9960d8 Update Jenkinsfile 2024-03-10 10:28:10 +01:00
Dany LE
b4c4cde08f Update Jenkinsfile 2024-03-10 10:28:10 +01:00
Dany LE
af58ca00f9 fix: clean up repo before build 2024-03-10 10:28:10 +01:00
Dany LE
8512d3c6ad fix(Jenkinsfile): use typescript 5.0 as typedoc 0.24 depends on it 2024-03-10 10:28:10 +01:00
DanyLE
aae645d665 fix: support passing arguments when pushing a service 2024-03-10 10:28:10 +01:00
DanyLE
fd229c5477 remove support for VDB, applications that used SQLite database can now use API provided by the libsqlite package (on MarketPlace) 2024-03-10 10:28:10 +01:00
DanyLE
d6063aafb3 fix: doc generation use latest typedoc version 2024-03-10 10:28:10 +01:00
DanyLE
100d5895c1 fix: operator not permit on newer version of typescript 2024-03-10 10:28:10 +01:00
DanyLE
a1390b4773 fix: jquery delaration file compatibility with current typescript sdk 2024-03-10 10:28:10 +01:00
DanyLE
cf3431c0a8 fix: extractZip bug introduced by last commit 2024-03-10 10:28:10 +01:00
DanyLE
b600515566 fix: creating missing directories from file paths when they are not specified in zip meta-data 2024-03-10 10:28:10 +01:00
DanyLE
a0c9ed6063 fix: calendar tag displays wrong date at the final week of month in some case 2024-03-10 10:28:10 +01:00
DanyLE
4fc8d1a1d8 gridview: allow to update row data 2024-03-10 10:28:10 +01:00
DanyLE
14116f4fdd safer way to attach element to data via getter 2024-03-10 10:28:10 +01:00
DanyLE
5cb13bbc47 Remove old menu element, use stackmenu instead 2024-03-10 10:28:10 +01:00
DanyLE
b133169ba2 ListView: add API to scroll the list to top/bottom 2024-03-10 10:28:10 +01:00
DanyLE
864d984b5a fix: label shall only allow to show text instead of html content 2024-03-10 10:28:10 +01:00
DanyLE
a654624c71 support icoclass_end in Label and Button HTML attribute 2024-03-10 10:28:10 +01:00
DanyLE
4a3184103c Update style for GridView, FileView and ListView 2024-03-10 10:28:10 +01:00
DanyLE
830dd2c23a Only break-word in notification tag 2024-03-10 10:28:10 +01:00
DanyLE
907e0b8d37 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-10 10:28:10 +01:00
DanyLE
d58269f038 fix: Dialog scheme not found when it is defined outside of the dialogs namespace 2024-03-10 10:28:10 +01:00
DanyLE
7393acf1d5 allow to specify user data in some low level VFS interface API 2024-03-10 10:28:10 +01:00
DanyLE
8878bf6b9d add support for drop custom event when drag is enable on an HTMLElement 2024-03-10 10:28:10 +01:00
DanyLE
ceb412e592 Add custom dragging event support for all HTMLElement 2024-03-10 10:28:10 +01:00
DanyLE
fcf7267c27 sportlight only focus on searchbar when on desktop 2024-03-10 10:28:10 +01:00
DanyLE
84097f5e97 Clean up code 2024-03-10 10:28:10 +01:00
DanyLE
fd45b6ef53 Hide application when use click on active application dock item 2024-03-10 10:28:10 +01:00