Commit Graph

1635 Commits

Author SHA1 Message Date
二货机器人
e1299bfcc9
Merge pull request #23758 from ant-design/feature
chore: Merge feature into master
2020-04-29 20:42:52 +08:00
James Yeung
5c79e642ba
fix: blazor links (#23649)
* fix: blazor links

* switch to github.io

* Update index.tsx

* Update Footer.tsx

* Update More.tsx

* Update introduce.en-US.md

* Update introduce.zh-CN.md

* Update introduce.zh-CN.md

* Update introduce.en-US.md

* Update introduce.zh-CN.md

Co-authored-by: 偏右 <afc163@gmail.com>
2020-04-29 15:49:00 +08:00
偏右
4fdad9a2f5
docs: fix toc covered by footer (#23753)
close #23702
2020-04-29 15:48:39 +08:00
zombiej
2c531a827d merge master 2020-04-29 11:29:26 +08:00
zefeng
14417f1614
feat(theme): adjust font-size in compact mode (#23135)
* feat(theme): adjust font-size in compact mode

With compact theme mode, we adjust default font-size from 14px to 12px.

Closes #23015

* patch: update docs min font-size

* patch

* patch

* patch

* patch

* patch

* patch
2020-04-28 11:16:01 +08:00
xrkffgg
a823400b79
docs: optimize site of components 1 (#23670)
* docs: optimize site of components 1

* fix: lint

* fix: use space

* fix: snap

* revert: button demo

* fix snap
2020-04-27 21:40:52 +08:00
Tom Xu
2325a4438d
fix: npm run site (#23658) 2020-04-27 15:02:07 +08:00
xrkffgg
0d927a18f1
docs: optimize site of sources (#23648) 2020-04-27 13:17:53 +08:00
xrkffgg
22b5f65830
docs: optimize site of docs (#23642)
* docs: optimize site of docs

* fix: gitee link

* fix lint
2020-04-27 11:36:04 +08:00
xrkffgg
2cb635e921
docs: optimize site of spec (#23628)
* docs: optimize site of spec

* fix: lint
2020-04-26 22:13:15 +08:00
xrkffgg
7e53cc7f2a
docs: optimize site (#23617) 2020-04-26 17:53:08 +08:00
诸岳
44da4125fa fix(site): frameworky => framework 2020-04-26 00:09:23 +08:00
afc163
99bcad6dd6 fix unused import 2020-04-25 18:47:36 +08:00
Benjamin Vertonghen
175e0aaa14
feat: Link Ant Design Blazor (#23579)
* Link Ant Design Blazor

* Indent and align

Co-authored-by: Benjamin Vertonghen <benjamin.vertonghen@apped.be>
2020-04-25 18:12:29 +08:00
afc163
d50cc55d87 📖 fix site description and rtl className 2020-04-24 18:48:48 +08:00
Amumu
fb46b8a864
chore: Add navigation for China mirror site (#23562)
* Add navigation for domestic mirror sites

* use A tag
2020-04-24 17:17:03 +08:00
xrkffgg
3d76859bbc
style: add dropdown group title rtl style (#23404)
* style: add dropdown group title rtl style

* fix margin

* fix lint
2020-04-21 10:49:59 +08:00
xrkffgg
43bc7196ea
docs: fix site subtitle in rtl (#23403) 2020-04-20 17:25:11 +08:00
linye
62d51034c4
Update MorePage.tsx (#23389) 2020-04-20 11:52:50 +08:00
linye
849ab34189
docs: Update RecommendPage.tsx (#23387)
* Update RecommendPage.tsx

* Update site/theme/template/Home/RecommendPage.tsx

Co-authored-by: 偏右 <afc163@gmail.com>
2020-04-20 11:11:02 +08:00
xrkffgg
1855fef437
fix: fix select rtl (#23235)
* fix: fix select rtl

* fix lint

Co-Authored-By: Amumu <yoyo837@hotmail.com>

Co-authored-by: Amumu <yoyo837@hotmail.com>
2020-04-14 16:42:39 +08:00
afc163
b6829a0a92 style: fix color picker z-index
close #23033
2020-04-09 12:26:03 +08:00
xrkffgg
1380850a34
docs: optimize icon doc in rtl (#22982) 2020-04-07 13:44:25 +08:00
偏右
b369717181
chore: 🦄 Add eslint-plugin-unicorn (#22883)
* 🦄 Add eslint-plugin-unicorn

* fix eslint errors

* fix eslint errors

* fix lint demo

* fix lint demo
2020-04-03 15:02:11 +08:00
Rustin
bf89677383
Revert "fix: set codesandbox referrer to no-referrer (#22688)" (#22795)
This reverts commit c806a836
2020-04-01 11:11:59 +08:00
xrkffgg
24ae9ebd1e
docs: adjust version order (#22727) 2020-03-30 13:30:14 +08:00
zefeng
dda45e4796
feat: support compact theme (#22126)
* feat: support narrow theme mode

* chore: rename narrow to compact

* chore: height part

* chore: preview compact mode

* chore: to make site corrected

* chore: preview site

* docs: 📖 document compact theme usage

* docs: tweak theme doc

* docs: 📖 Add description about double css bundle size

* chore: preview

* chore: for preview

* chore: adjust pagination

* chore: compact mode done!

* chore: remove useless todo

* chore: fix review bug

* chore: fix review bug

* chore: fix card margin

* chore: fix review bug

* chore: fix review bug

* chore: improve i18n and transition

* Update site/theme/static/common.less

Co-Authored-By: 偏右 <afc163@gmail.com>

* chore: fix button size and description padding

* chore: update snapshots

* chore: add compact css bundlesize limit

* chore: compact dist support

Co-authored-by: afc163 <afc163@gmail.com>
2020-03-29 10:39:46 +08:00
Rustin
c806a836e5
fix: set codesandbox referrer to no-referrer (#22688)
* fix: set referrer to no-referrer

* fix: use <a> replace form

* refactoring: remove useless code

* fix: refine css issue
2020-03-28 15:16:39 +08:00
Rustin
7b94e0bfb2
refactoring: replace deprecated React.SFC with React.FunctionComponent (#22691)
* refactor: replace deprecated React.SFC with React.FunctionComponent

* refactoring: use typedef FC
2020-03-28 11:56:57 +08:00
偏右
c4e11320aa
docs: 📖 fix 404 page (#22546)
close #22545
2020-03-24 12:33:01 +08:00
二货机器人
a1affd4ad3 chore: Add home page recommend statistic 2020-03-23 10:26:00 +00:00
afc163
c681bd2eba 💄 remove whitespace 2020-03-23 15:17:10 +08:00
afc163
d1847cecb3 restore #22416 2020-03-23 15:16:02 +08:00
afc163
66e53fb91d docs: fix BackTop examples hidden
close #22392
2020-03-21 22:47:20 +08:00
afc163
c2ab9bed3c ♻️ remove SentryBoundary 2020-03-21 14:03:01 +08:00
骗你是小猫咪
c9927b9b8d
chore: improve use hook fail when yarn link or npm link (#22416)
* chore: improve use hook fail when yarn link or npm link

* add eslint disable rule

* use object spread
2020-03-20 14:11:59 +08:00
Peach
28fea02011
docs: improve transiton between light & dark mode (#22316)
* docs: improve transiton between light & dark mode

* docs: to prevent reset styles conflict with demo

* style: fix lint error
2020-03-17 23:01:17 +08:00
偏右
8fa2252903
chore: 🔧 fix codesandbox React.Fragment support (#22315)
* site: fix codesandbox React.Fragment support

* 💄 prettier site code
2020-03-17 21:17:49 +08:00
paleface001
eea959b2e9
chore: update recommend page (#22299)
* chore: update recommend page

* chore: update recommendation link
2020-03-17 16:24:18 +08:00
Fawen
284697dda9
docs: fix ColorPicker cover by page-nav (#22115) 2020-03-11 18:26:11 +08:00
二货机器人
faa3eb3535
docs: Auto redirect v3 link (#21875)
* redirect link

* add ignore
2020-03-04 22:35:18 +08:00
Saeed Rahimi
17f89484e0
Fix rtl docs: aside and bottom nav (#20652)
* docs: fix bottom navigation in rtl

* docs: fix aside item-group-title

* docs: bottom nav in rtl and dark mode
2020-03-04 18:59:33 +08:00
afc163
00b2d74ea1 📝 update recommend en links 2020-03-04 18:28:33 +08:00
zombiej
6e74617001 docs: Fix docs link
close #21771
2020-03-04 18:15:03 +08:00
偏右
17e7a3d57f
📝 fix codeopen demo (#21801) 2020-03-03 12:09:02 +08:00
zombiej
8527340a2a docs: Update footer link 2020-03-03 10:32:44 +08:00
linye
3509384386
Update RecommendPage.tsx (#21769) 2020-03-02 16:23:19 +08:00
linye
920124fa68
Update MorePage.tsx (#21764) 2020-03-02 16:07:29 +08:00
linye
27e48d3257
Update RecommendPage.tsx (#21759) 2020-03-02 15:19:19 +08:00
zefeng
e59d606dae
chore: site docs page add api anchor (#21736) 2020-03-01 20:31:41 +08:00