陈帅
49e1da77fb
feat: back home add onClick
7 years ago
陈帅
243cc7e39a
feat : fix #4565 , add 404 page ( #4588 )
* fix #4565,add 404 page
* fix codacy warning
* add 404 in fetch:blocks
* rm NoticeIconView import
7 years ago
senique
4a10734dcf
fix: paths of same prefix problem. ( #4560 )
Paths of same prefix will return the last match. It will occurs:
Routes:
{
path: '/',
authority: ['admin', 'user']
routes: [
{
path: '/prefix2',
authority: ['user']
},
{
path: '/prefix',
authority: ['admin']
},
]
}
Problem:
When user visit the '/prefix2', it will match the '/prefix', then Exception403 occurs.
7 years ago
偏右
b67855410d
remove extra space ( #4579 )
* remove extra space
* Update fetch-blocks.js
7 years ago
陈帅
21d4f7519c
fix: fix CopyBlock style warning
7 years ago
陈帅
d75bbb29e7
codestyle: fix #4511 change Layout name
7 years ago
陈帅
277ea60169
fix ts file error for eslint ( #4336 )
* fix ts file error for eslint
* add format-imports script
* sort all code
* remove lint:ts
* remove tslint
* remove lint:ts
* up layout
* remove a empty test
* rm tslint config
* use umi config
* prettier all code
* use @umijs/fabric
* [CodeFactor] Apply fixes to commit 69d4f9a
[ci skip] [skip ci]
7 years ago
liangyongrui
dd66137133
fix params matched type passed
修复类型参数传递的问题
7 years ago
陈帅
85aa74202a
add block a analytics to ga
7 years ago
陈帅
d52f171832
feat: rm unused code
7 years ago
陈帅
e5fd26e985
doc: change default doc
7 years ago
陈帅
4e380b334f
change lib to es
7 years ago
陈帅
3d3b5ad4a5
script: use default prettier
7 years ago
陈帅
fc136b6a2c
bugfix: fix #4349,UserLayout getPageTitle doesn't show title
7 years ago
拷钉
d8b6227baa
Update setting.ts
7 years ago
陈帅
07adcdc558
fix cr warning
7 years ago
陈帅
dc5053053f
add return type
7 years ago
陈帅
56fff6aa80
edit style
7 years ago
陈帅
8d9dee9762
add style
7 years ago
陈帅
6eb7139a52
add netlify logo in footer
7 years ago
hz
c744d2ae2b
lint
7 years ago
huangzheng
600332e683
lint
7 years ago
陈帅
bbaba877d9
doc: fix copy error
7 years ago
陈帅
67b0dcd90b
blocks: change block base url
7 years ago
陈帅
d995461664
remove unuse code
7 years ago
陈帅
4bb2073839
fix code style
7 years ago
陈帅
63aebe9165
fix lint error
7 years ago
陈帅
41719aa59f
V4 fetch block ( #4238 )
* first step
* fix local error
* commit
* test serve
* fix test
* sort package.json
* fix typo
* fix pageHeader error
* new style
* change script name
* fix copy block url style
* new copy code style
* add loginout
* auto insert pro code
* use new layout
* add locale to copy button
7 years ago
hz
867301ac9f
解决样式覆盖问题;解决@keyframe内颜色替换无效问题
7 years ago
hz
c83a1d899a
解决样式覆盖问题; npm run prettier
7 years ago
hz
25c42c3852
使用@ant-design/colors生成主题色系;兼容IE
7 years ago
hz
5e99cb1f95
高性能方案实现ant-design在运行时动态改变主题色(利用webpack-theme-color-replacer)
7 years ago
陈帅
e6728b295c
remove decorators
7 years ago
陈帅
dcce84463b
rm config file
7 years ago
Anderson
225ecf665b
remove unused code api.js ( #4251 )
7 years ago
zombieJ
7287c10fed
update comment ( #4236 )
7 years ago
陈帅
de0cf3da16
use new local
7 years ago
陈帅
3764485290
remove default block
7 years ago
偏右
fbeb545a0f
Fix warnings and details ( #4209 )
* remove useless state loading
* 🆙 upgrade bizcharts version to fix forceFit of null
close #4107
ref alibaba/BizCharts#819
close #4195
* Fix setState after unmount
* use Link over router.push
* 🐛 Fix duplicated keys in basic profile, close #4195
* use bizcharts@3.5.2-beta.2
* use bizcharts@3.5.3-beta.0
* 💹 Remove unused resize fns in Pie
* remove resize function
7 years ago
Rayron Victor
34f1c4f86b
PageHeaderWrapper: fixed width, logo and home ( #4187 )
* PageHeaderWrapper with fixed width when contentWidth === 'Fixed' and an
new prop fluid that indicate PageHeaderWrapper to be fluid independent of
contentWidth
* PageHeaderWrapper: logo side by side with title
* PageHeaderWrapper: home={null} working again
* fix title-view-extra position
7 years ago
陈帅
7e187a90f6
remove all code
7 years ago
合木
b9d9724ad2
fix(List): width of search input overflow in mobile mode ( #4164 )
#4162
7 years ago
Magton
6663cb8529
Spell mistake in Authorized util. ( #4170 )
This is causing a redirect issue after login attempts.
'RenderAuthorized' should be 'RenderAuthorize'
7 years ago
陈帅
32a519361b
change message to Modal
7 years ago
何乐
0858fb9edf
[v4] fix e2e test ( #3915 )
* fix type definition
* fix e2e test
* fix e2e compile failed
* remove untracked file
* retrack file
* fix azure windows test timeout
* roll back timeout
* clean
* add mock/route.ts
7 years ago
陈帅
b20e9c9d11
sort package.json
7 years ago
陈帅
c76d911e81
sort package.json
7 years ago
陈帅
4ad0e5a1f1
add a block
7 years ago
陈帅
313a01fd19
rm dev script
7 years ago
陈帅
0d35ae24f4
fix #4119 ,use row flex
7 years ago