mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:26:47 +00:00
9c165db0f7
* feat: init mobile client * feat: add plugin * feat: ready to develop * feat: update pm styels * feat: add mobile center * feat: router ready * feat: support menu block, then menu ready * fix: incorrect path * feat: support TabBar * feat: tabbar, menu support dragging * feat: support page and header * feat: mobile view * fix: optional schema * feat: improve styles * fix: user-scalable * feat: support pc component show in mobile * feat: hidden divider * fix: improve drawer props * feat: support list block * feat: rename to details list * feat: page support tabs * feat: improve designer css * feat: complete enable/disabled header of page * feat: some improve * feat: improve empty data * fix: header info cannot displayed * chore: update deps * fix: incorrect spacing * fix: menu designer * refactor: re implement * feat: support page template * feat: clean code * feat: support i18n * chore: update lock * feat: support GirdCard in mobile * fix: build failed * feat: only render one column in mobile interface * fix: back button should not display in container * fix: switch to padding * fix: fixedBlockDesignRItem shouldn't display in dosen't support block * fix: update font family * fix: remove gridcard title * fix: dragging scope is too wide * fix: add menu cannot direct display * refactor: improve tabbar schema usage * refactor: improve menu schema * feat: should to use simple pagination * feat: the tag should pre-wrap * feat: improve the configuration button * feat: improve name * fix: clear data when modal is closed * fix: the tag is too long * fix: i18n * fix: font incorrect * feat: add map block * fix: some maps error * feat: support global action in page * feat: improve border color * feat: improve performance, the count stop early * style: improve * fix: incorrect font * fix: style conflict * chore: update version * chore: missing dep * feat: support setting block * feat: improve settings block and improve * feat: support onBackPressed * fix: ts error * feat: improve cannot find tab should navigate to mobile * docs: update * chore: update deps * fix: showTitle state is incorrect * feat: improve jsbridge apis * fix: navigate to admin after signout * chore: remove mgrid block * fix: ts error * fix: switch role will reload to root page * fix: update deps * fix: upgrade formily to 2.2.24 --------- Co-authored-by: dream2023 <1098626505@qq.com> Co-authored-by: chenos <chenlinxh@gmail.com>
27 lines
761 B
JSON
27 lines
761 B
JSON
{
|
|
"name": "@nocobase/plugin-mobile-client",
|
|
"version": "0.9.4-alpha.2",
|
|
"main": "lib/server/index.js",
|
|
"displayName": "Mobile-client",
|
|
"displayName.zh-CN": "移动端",
|
|
"description": "Provide mobile client access",
|
|
"description.zh-CN": "提供移动端访问",
|
|
"devDependencies": {
|
|
"@emotion/css": "^11.7.1",
|
|
"@formily/react": "2.2.24",
|
|
"@formily/shared": "2.2.24",
|
|
"@formily/antd": "2.2.24",
|
|
"@nocobase/server": "0.9.4-alpha.2",
|
|
"@nocobase/test": "0.9.4-alpha.2",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"classnames": "^2.3.1",
|
|
"react": "17.x",
|
|
"react-dom": "17.x",
|
|
"react-router-dom": "^5.2.0",
|
|
"antd": "^4.24.8"
|
|
},
|
|
"dependencies": {
|
|
"antd-mobile": "^5.29.1"
|
|
}
|
|
} |