afc163
4823ce4d08
site: update design documentation
8 years ago
afc163
05b20c6a9f
fix stylelint problems of site
8 years ago
afc163
0f6d1db614
fix lint
8 years ago
YuyingWu
e8cf22ad0e
site: fix locale switch
* antD首页从英文切换到中文时,replace导致链接错误
首页从英文转到中文,点击header上的“中文”时,链接会跳到 https://ant.design/index-cn/ant.design/ (Chrome)或者 https://index-cn/ant.design/ (Safari)
bug来自handleLangChange函数下,最后对location.href.replace操作时出错,原因来自replace匹配到location.href的第一个/
('https://ant.design/ ').replace('/', '/index-cn') 的运行结果是 https:/index-cn/ant.design/
为了避免replace匹配到location.href的第一个/,我建议的方案是使用 location.origin + location.pathname.replace
最后,感谢antD团队开发出那么棒的UI~
* 英转中,url替换(带hash、query)
英转中URL问题,上一版使用了location.origin + location.pathname,会丢失query和hash。此版本原理还是用location.href做replace,鉴于首页pathname可能是/会在替换中匹配到https:后的第一个/,所以先把href的protocol部分提取出来,再做replace,最后再拼回去做跳转。
8 years ago
YuyingWu
a5f136f334
antD首页从英文切换到中文时,replace导致链接错误 ( #5050 )
首页从英文转到中文,点击header上的“中文”时,链接会跳到 https://ant.design/index-cn/ant.design/ (Chrome)或者 https://index-cn/ant.design/ (Safari)
bug来自handleLangChange函数下,最后对location.href.replace操作时出错,原因来自replace匹配到location.href的第一个/
('https://ant.design/ ').replace('/', '/index-cn') 的运行结果是 https:/index-cn/ant.design/
为了避免replace匹配到location.href的第一个/,我建议的方案是使用 location.origin + location.pathname.replace
最后,感谢antD团队开发出那么棒的UI~
8 years ago
Benjy Cui
e72d93edfe
site: add copy button to demo, close : #4563
8 years ago
afc163
205ace69ba
Fix bug of switch language in iOS
8 years ago
afc163
c3748a60f4
site: improve responsive design
8 years ago
afc163
d1678711a7
docs: update footer
8 years ago
Benjy Cui
6fdc6ff19a
site: homepage will switch to right lang, close : #4552
8 years ago
Benjy Cui
a14bb37ae5
site: can search with google now, close : #4814
8 years ago
ddcat1115
16ad027988
change version slector position ( #4799 )
8 years ago
afc163
cf22bb926a
site: update footer style
8 years ago
afc163
ac40780265
site: update footer link
8 years ago
afc163
52577054ad
fix site style breaks when there is lib directory
8 years ago
afc163
896bd7e55b
fix site style breaks when there is lib directory
8 years ago
Benjy Cui
eb254572b7
site: upgrade bisheng to 0.20.0
8 years ago
Benjy Cui
11bcb58685
site: reduce bundle size
8 years ago
Sean Sun
456860f61c
imporve the user experience of the official site ( #4457 )
* normalize code based on lint message
* listening url changes instead of writing hard code
* change listen
8 years ago
afc163
8e77e1710d
move ga script into head
8 years ago
Benjy Cui
435eed2e23
site: fix lang change in home page
8 years ago
Benjy Cui
4db6d3b915
site: fix language switch in Firefox, close : #4360
8 years ago
afc163
27b3cdab05
better responsive page layout
8 years ago
Benjy Cui
f0d1b94163
site: should remove locale info when switch to old site, close : #4224
8 years ago
Benjy Cui
3e14ab3a0d
site: improve UX in first load
8 years ago
Benjy Cui
60da9909d3
site: improve loading performance ( #4112 )
* site: should generate html file for both of en and cn, ref: #3934
* site: remove loading animation
* site: fix header menu highlight
* site: improve detail
* deps: update
8 years ago
afc163
fe09c26c50
fix footer link
8 years ago
afc163
927dae6159
fix header select position
8 years ago
Benjy Cui
4ee2b9d930
site: SSR for official website ( #3903 )
* site: ssr for Layout
* site: SSR for site
* fix: ssr for Anchor
* chore: add ssr test
* chore: update deploy script
* site: udpate detail
* site: revert animation for site
* site: fix loading animation
8 years ago
afc163
3c9ccccf61
Fix Header select
8 years ago
afc163
d0f2ff83b6
Fix scroll page will trigger setState in Header
8 years ago
afc163
224281f425
fix responsive menu style
8 years ago
Benjy Cui
13d48aa1e5
site: show locale in url, close : #3456
8 years ago
Benjy Cui
c082e1b1d1
site: extract common code as utility function
8 years ago
afc163
0f81470b49
import site version redirect
8 years ago
afc163
847e40eac0
Adjust site layout
8 years ago
Benjy Cui
5705f72fb8
fix: make sure en|ru locale import after zh-CN ( #3246 )
* fix: make sure en|ru locale import after zh-CN
* refactor: simplify code
8 years ago
Benjy Cui
630bf741d5
docs: add change log for 2.0, close : #3020 ( #3087 )
8 years ago
Benjy Cui
87753482bf
style: update code style to please lint, close : #2811
8 years ago
Benjy Cui
d68c3c655c
site: update menu
8 years ago
Benjy Cui
28d5b49f9e
site: update details
8 years ago
Benjy Cui
3f67fd3f9f
docs: update docs details
8 years ago
afc163
481c42a200
fix footer link
8 years ago
Benjy Cui
44d5fc6fd2
fix: both of undefined and null means no input, close : #2959
8 years ago
afc163
3c2757a5be
update nav english
8 years ago
Benjy Cui
9ac4e6ea44
site: fix language detect function
8 years ago
Benjy Cui
b7e6b1ba51
site: show lang button
8 years ago
Benjy Cui
cb367f3f35
site: update site details
8 years ago
Benjy Cui
570b0bfe3b
site: translation of home and footer ( #2855 )
8 years ago
afc163
77949bb9e3
upgrade eslint-config, close #2811
8 years ago