jiang
74c4037999
401 不需要提示请求错误。
7 years ago
陈帅
569f1cd94d
use umi-request ( #3883 )
* use umi-request
* use data repalce to body
7 years ago
偏右
5af79375f2
Update defaultSettings.js ( #3846 )
7 years ago
陈小聪
b01d88e85e
Improvement umi/locale ( #3829 )
7 years ago
陈帅
ca6453a3ab
bugfix: fix #3576 , add max-width
7 years ago
陈帅
e6fe497964
Revert "close page permission control ( #3842 )" ( #3844 )
This reverts commit e8c8f8b90d .
7 years ago
陈小聪
e8c8f8b90d
close page permission control ( #3842 )
7 years ago
陈小聪
07aa8044f5
Repeated addition search ( #3828 )
Close : #3791
Close : #3835
7 years ago
chen shuai
2230313984
bugfix: fix SettingDrawer style error
7 years ago
chen shuai
81ff030b63
feat: Optimize the display of toolTips
7 years ago
chen shuai
2d409d4297
Upgrade 2.3.0
7 years ago
xiaohuoni
c7e4983a06
fix: hasLogin redirect to login page
7 years ago
xiaohuoni
c51da8bf4c
redirect of different origins will be ignored
7 years ago
xiaohuoni
831f9ea019
change exception
7 years ago
Vitor Gultzgoff
76e19f15b5
Optional prop which is used as label for Tooltip #3761 ( #3778 )
7 years ago
何乐
090e1840fa
[Authorized] fix props cannot be delivered if target is a react element ( #3813 )
7 years ago
陈小聪
899950fbfa
Components Typings ( #3815 )
* Trend
* TopNavHeader
* TagSelect
* SiderMenu
* SettingDrawer
* StandardTable
* StandardFormRow
* SelectLang
* Reault
* PageHeaderWrapper
* PageHeaderWrapper
* PageHeader
* NumberInfo
* NoticeIcon
* Login
* code style
* GlobalHeader Footer
* Exception
* Ellipsis
* EditableLinkGroup
* EditableItem
* DescriptionList
* AvticleList
* Update src/components/AvatarList/AvatarItem.d.ts
Co-Authored-By: xiaohuoni <xiaohuoni@users.noreply.github.com>
* Update src/components/Login/index.d.ts
Co-Authored-By: xiaohuoni <xiaohuoni@users.noreply.github.com>
* remove '* as'
* Update src/components/AvatarList/index.d.ts
Co-Authored-By: xiaohuoni <xiaohuoni@users.noreply.github.com>
* TagSelect
* SiderTheme CollapseType MenuMode
* Login
7 years ago
chen shuai
8983d01be5
bugfix: fix demo md error
7 years ago
chen shuai
72ce098979
fix: fix #3746,there is only one loading now
7 years ago
chen shuai
c8d3135722
fix: fix lint error
7 years ago
chen shuai
868b2c6d2f
fix: fix eslint error
7 years ago
chen shuai
7a92dcd328
fix : fix menu error
7 years ago
chen shuai
0a7b12a8c5
feat: close club
7 years ago
chen shuai
b7b675acf8
fix: fix i18 error
7 years ago
高力
1978073929
feat: Add the `GGEditor` demo ( #3810 )
* feat: Add the `GGEditor` demo
* style: Update the size of the card
* feat: Extract the `MenuItem` and `ToolbarButton` components
* feat: Add the shape type of the line
* feat: Extract the `DetailForm` components
* feat: add PageHeader
* fix: add all local laug
* fix: Fix the height of the editor
7 years ago
Mesut Pişkin
7b84fe60e6
Turkish language ( #3306 )
* turkish readme
* typo fix
7 years ago
summer789
f22234a63e
fix:补全PageHeader组件d.ts定义 ( #3662 )
* fix:补全PageHeader组件d.ts定义
* add itemRender
* prettier add history
7 years ago
陈小聪
2a70fe0d2a
Cancel default permissions ( #3693 )
7 years ago
depfu[bot]
8b8712196a
Update eslint-plugin-compat to version 3.0.1 ( #3770 )
7 years ago
chen shuai
63e632eeda
fix: add login 404, fix #3741
7 years ago
chencheng (云谦)
56a8b71614
fix: react-router-dom's Consumer problem ( #3787 )
7 years ago
yaphet
bffa637984
Fix bug ( #3749 )
将./src/defaultSettings.js中pwa设置false时,‘umi-plugin-react’中pwa配置项的值应该是false;使用空对象{}依旧会开启 PWA 相关功能。
7 years ago
luker
ac993ae1d6
render 方法里面 需要有return
在Tutorial 文档中 的19行有遗漏, 补上
7 years ago
Kevin Lee
c98963e642
fix(typings): completed the type definition of the HeaderDropdown component ( #3694 )
7 years ago
拷钉
32918e44e9
修复:有多个layout时,如果其中一个layout中没有routes,将发收到另一个layout的菜单 ( #3724 )
7 years ago
yaphet
3708b6f92f
fix:小屏幕显示不完全 ( #3726 )
* 修复小屏幕显示不完全问题
屏幕尺寸小于1200时,顶部菜单右侧内容被遮挡
* Update index.js
* 格式化代码
7 years ago
陈帅
5684b5d579
feat: remove import lib ( #3736 )
7 years ago
Zhongjie Wu
cb5a083410
Optimize asset chunking ( #3650 )
* Optimize asset chunking
* fix issues
* don't apply chunking on on non async assets
7 years ago
chen shuai
dd41c1307a
Merge branch 'master' of github.com:ant-design/ant-design-pro
7 years ago
chen shuai
a9f0a18bd6
bug: fix the problem of logging out and backing back
7 years ago
kennylbj
a9efb31bc9
Fix authoriy inherit issue ( #3679 )
7 years ago
Sean Bao
8235142eb9
Fix margin top style error of Description List following Description List ( #3653 )
7 years ago
何乐
6f0e24738c
[NoticeIcon] Replace `LoadMore` with `ViewMore` button ( #3439 )
* enhance LoadMore: Debounce
* enhance LoadMore: debounce
* use Tag instead of div
* rewrite margin-right of Tag
* hide LoadMore in NoticeList without onLoadMore
* another style
* fix a mistake
* remove local config
* fix a bug
* user-select: none
* remover local config
* replace global/fetchMoreNotices with global/fetchNotices
* replace LoadMore with ViewMore
* remove prop `name` in NoticeIcon
* fix: tab title does not show correct text
7 years ago
陈小聪
4025619d73
dead code ( #3639 )
* dead code
Close : #3637
* delete dead props
7 years ago
shijun Wei
aa09904fdb
Update index.md ( #3644 )
7 years ago
depfu[bot]
30bdfb3dd0
Update stylelint-config-prettier to version 5.0.0
7 years ago
Wenhao Liu
de370b5995
🐛 fix TagCloud style override bug ( #3632 )
7 years ago
偏右
6088b87914
Update package.json
7 years ago
depfu[bot]
b6979513b1
Update prettier to version 1.16.4
7 years ago
depfu[bot]
e7f3884612
Update jest-puppeteer to version 4.0.0
7 years ago