Dany LE
a554a678d8
feat(ci): upload artifact on success
AntOS front-end / Build-AntOS-Frontend (push) Successful in 41s
2024-07-22 18:28:19 +02:00
29702459b4
refactor(ci): use gitea action instead of Jenkins
2024-07-17 11:41:47 +02:00
73f925ac8c
feat: allow to resize on any edge of the window
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-06-25 16:27:10 +02:00
147353327b
various changes:
...
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
DanyLE
9fa3ab92bf
fix: PushNotification service show/hide animation bug
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-04-30 16:30:33 +02:00
DanyLE
45b019725d
fix: add missing Setting handle to git
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-03-21 13:15:56 +01:00
DanyLE
b99668f4f2
feat: Setting displays versions info
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-03-18 17:06:53 +01:00
DanyLE
04da2a9d39
fix: Allow passing Global version number and build ID to frontend build
gitea-sync/antos-frontend/pipeline/head This commit looks good
2024-03-17 21:18:11 +01:00
DanyLE
8c20cfec5e
doc: update README.md
2024-03-17 21:18:11 +01:00
DanyLE
24788a421c
refactor: remove unused files
2024-03-17 21:18:11 +01:00
DanyLE
e479fe43c9
fix: init npm before installing packages
2024-03-17 21:18:11 +01:00
DanyLE
4a46104710
feat: add install_dev to Makefile to install dependencies before build
2024-03-17 21:18:11 +01:00
DanyLE
5605d6c35a
fix: simulate contextmenu on mobile device
2024-03-17 21:18:11 +01:00
DanyLE
6ac2429dba
fix: list view item shall propagate click event to parent
2024-03-17 21:18:11 +01:00
DanyLE
297d471c1d
fix: dblclick event does not fire on mobile device (IOS)
2024-03-17 21:18:11 +01:00
DanyLE
d95f9382f3
fix: page scale problem on mobile
2024-03-17 21:18:11 +01:00
DanyLE
d00fd3bd82
fix: invalid background settings
2024-03-17 21:18:11 +01:00
DanyLE
cbeab0d0f2
style: update file UI style
2024-03-17 21:18:11 +01:00
DanyLE
a86da11532
fix: minor UI bugs on File and Setting apps
2024-03-17 21:18:11 +01:00
DanyLE
984cdae438
fix: remove debug message
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
3d09a20512
update: antos API declaration
2024-03-17 21:18:11 +01:00
DanyLE
87dad4eded
update: use latest UI API on system applications
2024-03-17 21:18:11 +01:00
DanyLE
e6bf4d5352
feat: add APIs that support responsive UI on antos tags
2024-03-17 21:18:11 +01:00
DanyLE
a5257bf108
fix: use CSS variable to define color palette for UI theme
2024-03-17 21:18:11 +01:00
DanyLE
eac84a3ab8
fix: encode URI component when get file from VFS API
2024-03-17 21:18:11 +01:00
DanyLE
6523fafe91
fix: upload API only submit a task when files are selected
2024-03-17 21:18:11 +01:00
DanyLE
acd36a7a29
cleanup code
2024-03-17 21:18:11 +01:00
DanyLE
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
DanyLE
4d59b104b9
feat: Introduce API.Task API that allow to track promise object via AntOS announcement system
2024-03-17 21:18:11 +01:00
Dany LE
0ac886f644
Update Jenkinsfile
2024-03-17 21:18:11 +01:00
Dany LE
f52e9a38d2
Update Jenkinsfile
2024-03-17 21:18:11 +01:00
Dany LE
a74cf39152
fix: clean up repo before build
2024-03-17 21:18:11 +01:00
Dany LE
082a85644b
fix(Jenkinsfile): use typescript 5.0 as typedoc 0.24 depends on it
2024-03-17 21:18:11 +01:00
DanyLE
a00acf4bbf
fix: support passing arguments when pushing a service
2024-03-17 21:18:11 +01:00
DanyLE
bff2c94fa9
remove support for VDB, applications that used SQLite database can now use API provided by the libsqlite package (on MarketPlace)
2024-03-17 21:18:11 +01:00
DanyLE
0f2ab549e8
fix: doc generation use latest typedoc version
2024-03-17 21:18:11 +01:00
DanyLE
cd6a6c373a
fix: operator not permit on newer version of typescript
2024-03-17 21:18:11 +01:00
DanyLE
56ca945b0c
fix: jquery delaration file compatibility with current typescript sdk
2024-03-17 21:18:11 +01:00
DanyLE
82f35f791e
fix: extractZip bug introduced by last commit
2024-03-17 21:18:11 +01:00
DanyLE
b30a2bb44c
fix: creating missing directories from file paths when they are not specified in zip meta-data
2024-03-17 21:18:11 +01:00
DanyLE
2c64dfe00d
fix: calendar tag displays wrong date at the final week of month in some case
2024-03-17 21:18:11 +01:00
DanyLE
1d1218acbd
gridview: allow to update row data
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
5f92e41021
ListView: add API to scroll the list to top/bottom
2024-03-17 21:18:11 +01:00
DanyLE
d3540d7575
fix: label shall only allow to show text instead of html content
2024-03-17 21:18:11 +01:00
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