Commit Graph

38 Commits

Author SHA1 Message Date
chenos 10ddc12fba chore: update version 2024-12-11 13:09:52 +08:00
chenos 6e5de98a12 chore: update version 2024-12-11 12:57:00 +08:00
nocobase[bot] 7633e93b79 chore(versions): 😊 publish v1.6.0-alpha.4 2024-12-09 09:46:48 +00:00
nocobase[bot] 504b665d72 chore(versions): 😊 publish v1.6.0-alpha.3 2024-12-09 02:19:22 +00:00
nocobase[bot] 9e46b7291e chore(versions): 😊 publish v1.6.0-alpha.2 2024-12-03 15:48:39 +00:00
nocobase[bot] 7524726d0d chore(versions): 😊 publish v1.6.0-alpha.1 2024-12-03 15:10:42 +00:00
nocobase[bot] 88b184e665 chore(versions): 😊 publish v1.5.0-alpha.5 2024-11-23 15:34:53 +00:00
nocobase[bot] 84ce4dbaa2 chore(versions): 😊 publish v1.5.0-alpha.4 2024-11-21 16:52:42 +00:00
nocobase[bot] 0c404a3b35 chore(versions): 😊 publish v1.5.0-alpha.3 2024-11-21 00:57:17 +00:00
nocobase[bot] a04620c1b0 chore(versions): 😊 publish v1.5.0-alpha.2 2024-11-20 06:10:18 +00:00
nocobase[bot] 673b7915d4 chore(versions): 😊 publish v1.5.0-alpha.1 2024-11-19 15:42:05 +00:00
nocobase[bot] 2a95c2ddef chore(versions): 😊 publish v1.4.0-beta.1 2024-11-19 14:45:55 +00:00
nocobase[bot] b2bc5ff581 chore(versions): 😊 publish v1.4.0-alpha.17 2024-11-19 06:15:40 +00:00
nocobase[bot] 184dde59fa chore(versions): 😊 publish v1.4.0-alpha.16 2024-11-18 08:01:27 +00:00
nocobase[bot] 29209a1ede chore(versions): 😊 publish v1.4.0-alpha.15 2024-11-17 13:08:36 +00:00
nocobase[bot] d0a2aabe9d chore(versions): 😊 publish v1.4.0-alpha.14 2024-11-17 05:54:53 +00:00
nocobase[bot] af599493d1 chore(versions): 😊 publish v1.4.0-alpha.13 2024-11-16 14:03:56 +00:00
nocobase[bot] 30690c158c chore(versions): 😊 publish v1.4.0-alpha.12 2024-11-15 16:16:58 +00:00
nocobase[bot] f27df77573 chore(versions): 😊 publish v1.4.0-alpha.11 2024-11-14 16:24:31 +00:00
nocobase[bot] 1cc88e2edf chore(versions): 😊 publish v1.4.0-alpha.10 2024-11-14 13:47:53 +00:00
nocobase[bot] d12c0afbbb chore(versions): 😊 publish v1.4.0-alpha.9 2024-11-14 01:08:11 +00:00
nocobase[bot] 07b95c388a chore(versions): 😊 publish v1.4.0-alpha.8 2024-11-11 04:15:27 +00:00
nocobase[bot] 8618a33d68 chore(versions): 😊 publish v1.4.0-alpha.7 2024-11-11 02:25:11 +00:00
nocobase[bot] 3733676d6e chore(versions): 😊 publish v1.4.0-alpha.6 2024-11-08 01:15:45 +00:00
nocobase[bot] b3ea409d6c chore(versions): 😊 publish v1.4.0-alpha.5 2024-11-08 00:48:42 +00:00
nocobase[bot] 6c8a2ae3b5 chore(versions): 😊 publish v1.4.0-alpha.4 2024-11-08 00:26:17 +00:00
nocobase[bot] 3801a2e145 chore(versions): 😊 publish v1.4.0-alpha.3 2024-11-07 14:57:03 +00:00
nocobase[bot] a2d9b52ec5 chore(versions): 😊 publish v1.4.0-alpha.2 2024-11-06 09:44:44 +00:00
nocobase[bot] e2dd54f338 chore(versions): 😊 publish v1.4.0-alpha.1 2024-11-06 06:59:06 +00:00
nocobase[bot] 1ca1a570c9 chore(versions): 😊 publish v1.4.0-alpha.0 2024-11-06 06:15:07 +00:00
Sheldon Guo ee512d7c9d feat(notification-in-app-message): support in-app messages for mobile client (#5560)
feat(notification-in-app-message): support in-app messages for mobile client
2024-11-06 09:29:05 +08:00
Zeke Zhang ffc2982380 feat(acl): add support for configuring mobile menu permissions (#5174)
* refactor(plugin-acl): extensible support for role permissions configuration UI

* feat: complete the configuration UI

* feat: complete the backend section

* chore: update unit tests

* chore: add translation

* chore: change 'Menu' to 'Desktop menu'

* refactor: use 'extendCollection' instead of 'this.db.extendCollection'

* chore: update acl e2e test

* test: add e2e tests

* fix: should refresh data when changing tab

* fix(menu): should hide children when children only have one

* feat: show tip when no pages find

* feat(tabBar): supports left and right swiping

* refactor: improve code

* chore: make e2e test pass

* chore: add migration

* fix: should use tk instead of values

* chore: nothing

* fix: improve

* refactor: rename mobileMenuUiSchemas to mobileRoutes

* refactor: add onDelete

* fix: change snippet to 'pm.mobile' from 'pm.mobile.roles'

* refactor: extract nested loop to outside

* refactor: use db.on('mobileRoutes:afterCreate')

* refactor: simplify code logic

* chore: fix build

* fix: improve code

* chore: fix build

* feat: hide menu configuration UI when no permission

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2024-09-21 23:04:26 +08:00
chenos 29433aa441 feat: 1.4.0-alpha 2024-08-26 00:16:25 +08:00
GitHub Actions Bot dea6a58878 chore(versions): 😊 publish v1.3.0-beta 2024-08-25 16:12:14 +00:00
chenos 5417f4444a fix: v1.3.0-alpha 2024-08-06 17:56:42 +08:00
jack zhang a2da825b31 feat: mobile modal bug (#4976)
* fix(T-4958): after closing the model, to reset the Form data

* fix: bug
2024-08-04 15:52:56 +08:00
jack zhang 31997b05f5 fix: mobile style bug (#4934) 2024-07-23 16:01:41 +08:00
jack zhang 61e9dd5cc1 feat: plugin mobile v2 (#4777)
* feat: init

* fix: mobile layout

* feat: more code

* feat: improve navigate bar

* fix: mobile title

* feat: improve code

* fix: add settings and initailzer

* fix: settings

* fix: tabbar items settings

* feat: tabbar initializer

* fix: api

* fix: styles

* feat: navbar

* feat: navigate bar tabs initializer

* feat: navigate bar tab settings

* feat: navigation bar actions

* fix: bug

* fix: bug

* fix: bug

* fix: tabbar active

* fix: bug

* fix: mobile login and layout

* fix: update version

* fix: build error

* feat: plugin settings support link

* fix: add mobile meta

* fix: desktop mode

* fix: remove old code and change collection name and mobile path

* fix: tabbar and tabs initialer layout

* fix: initializer style

* fix: adjust schema position

* fix: mobile style

* fix: delete relation resource and home page bug

* fix: support multi app

* fix: not found page

* fix: js bridge

* fix: bug

* fix: navigation bar schema flat

* fix: navigation bar action style

* fix: change version

* fix: mobile meta and real mobile test

* refactor: folder and name

* fix: navigation bar sticky and zIndex

* fix: full mobile schema

* fix: mobile readme and package.json

* fix: e2e bug

* fix: bug

* fix: tabbar style on productino

* fix: bug

* fix: rename MobileTabBar.Page

* fix: support tabbar sort

* fix: support  page tabs sort

* fix: i18n

* fix: settings utils import bug

* docs: api doc

* fix: qrcode refresh

* test: unit tests

* fix: bug

* fix: unit test

* fix: build bug

* fix: e2e test

* fix: overflow scroll

* fix: bug

* fix: scroll and overflow

* fix: bug

* fix: e2e expect await

* fix: e2e bug

* fix: bug

* fix: change name

* fix: add more e2e

* fix: page header

* fix: tab support icon

* fix: bug

* fix: bug

* fix: docs

* fix(T-4811): scroll bar too long

* fix(T-4810): desktop mode

* fix: e2e

* fix(T-4812): title empty

* fix: unit test

* feat: hide Open mode option in mobile mode

* feat: change default value of Open mode on mobile

* feat: add OpenModeProvider

* feat: support page mode

* fix: fix build

* test: update unit tests

* chore: remove pro-plugins

* fix: bug

* fix(T-4812): title is required

* fix: bug

* fix: bug

* fix: bug

* fix: bug

* refactor: remove z-index

* refactor: make better for subpages

* fix: drag bug

* fix: bug

* fix: theme bug

* fix(T-4859): create tab bar title empty

* fix(T-4857): action too long

* fix: e2e bug

* fix: remove comment

* fix: bug

* fix: theme bug

* fix: should provider modal component

* fix: bug

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
Co-authored-by: Zeke Zhang <958414905@qq.com>
2024-07-22 14:06:36 +08:00