zoomdong
5371579840
feat: use @umijs/max's tailwindcss v4 plugin ( #11870 )
3 months ago
Claude
66d364d0d4
fix: remove unused remote OpenAPI schema to support intranet development ( #11750 )
Co-authored-by: anthropic-code-agent[bot] <242468646+Claude@users.noreply.github.com>
Co-authored-by: Alex Zhu <afc163@gmail.com>
4 months ago
Codex
72381cd9de
fix: resolve Biome lint warnings in config and Map component ( #11752 )
Co-authored-by: openai-code-agent[bot] <242516109+Codex@users.noreply.github.com>
4 months ago
Alex Zhu
39330880e4
feat: add Google Analytics (GA4) configuration ( #11739 )
* fix: resolve CF Worker Date.now() returning 0 at module level
In Cloudflare Workers, module-level Date.now() evaluates to 0 during
initialization, causing all time-dependent data (visitData dates,
offlineChartData times, activities updatedAt) to render as epoch-zero
values (1970-01-01, 0:00). This broke the analysis dashboard charts
on the preview site.
Convert static module-level data exports to functions that generate
data at request time, ensuring Date.now() returns the current time.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* feat: add Google Analytics (GA4) configuration
Add ga_v2 tracking ID G-59NF1VHHPF via Umi Max analytics plugin.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
5 months ago
Alex Zhu
6550275c83
fix: footer version extra quotes, add Umi/Utoo versions and commit hash fallback ( #11728 )
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
5 months ago
Alex Zhu
8212d72a90
refactor: remove duplicate cheatsheet .ts wrappers, import .md directly ( #11717 )
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: zoomdong <1344492820@qq.com>
5 months ago
afc163
aff6cbd403
fix: request pipeline and React Query optimization ( #11693 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: afc163 <afc163@gmail.com>
5 months ago
afc163
ed3e8ace89
chore: reduce bundle size by replacing heavy dependencies ( #11698 )
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: afc163 <afc163@gmail.com>
5 months ago
afc163
3c1e93e8d1
feat: upgrade to TailwindCSS v4 ( #11668 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
afc163
673e9989d1
fix: fix Tailwind CSS not being applied due to Less import issue ( #11662 )
* fix: fix Tailwind CSS not being applied due to Less import issue
Tailwind CSS v4 was not generating styles because it was imported via
Less's @import in global.less. Less could not process the modern CSS syntax
(@import "tailwindcss"), causing the PostCSS plugin to never process it.
Fixed by importing tailwind.css directly in app.tsx, which allows Vite to
process it through PostCSS correctly.
Closes #11661
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: remove font smoothing CSS properties
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: 重新设计 Welcome 页面,使用 Tailwind CSS 实现现代简洁风格
- 采用左侧介绍 + 右侧卡片布局
- 使用 Tailwind 类名替代内联样式
- 卡片增加 hover 效果和圆角
- 支持亮色/暗色主题
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore: configure Tailwind CSS v3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: 修复 Welcome 页面主题兼容性问题
- 移除 Tailwind dark: 类,改用 Ant Design token 驱动颜色
- 修复 flex 布局使用 flex-none 替代 flex-1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* feat: 重新设计 Welcome 页面 - 渐变标题 + 毛玻璃卡片
- 标题使用渐变色
- 卡片使用毛玻璃效果 (backdrop-blur)
- 添加悬停光效动画
- 三列网格布局
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
afc163
002ddde9b6
feat: migrate from useRequest to react-query ( #11665 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
afc163
85adf9f65f
feat: add version and commit hash to footer ( #11660 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
5 months ago
afc163
af5e921b16
fix: resolve mock route duplicate warnings ( #11657 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
afc163
7888573571
feat: enable routePrefetch for faster page transitions ( #11652 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
afc163
8c07d32976
refactor: remove umi-presets-pro and use plugins directly ( #11651 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
5 months ago
afc163
48190535c4
feat: set global form variant to filled style ( #11650 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
dependabot[bot]
0e22d158c9
chore(deps-dev): bump tailwindcss from 3.4.19 to 4.2.2 ( #11643 )
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
5 months ago
afc163
ff3a87f049
chore: remove esbuildMinifyIIFE config option
10 months ago
afc163
5405ce2696
chore: update gitignore and config for turbopack integration
10 months ago
afc163
60f1b6f3ad
fix: update notification properties and remove cssVar config
10 months ago
ice
aa2b970944
chore: tailwind CSS setup ( #11576 )
* chore: tailwind CSS setup
* test: update login button snapshot to include loading state
11 months ago
afc163
bd5130a635
chore: update dependencies and config ( #11532 )
1 year ago
afc163
f0ad4dbab5
chore: build preview with setting drawer ( #11515 )
1 year ago
afc163
233e1b0e28
chore: add exportStatic option in config ( #11512 )
1 year ago
afc163
a85bd10fd1
chore: add exportStatic option in config
1 year ago
afc163
cf2d02a931
refactor: update UI components and styles, adjust configs ( #11511 )
1 year ago
afc163
6f95fb66a3
chore: merge v6-full-edition to all-blocks
1 year ago
afc163
71bb762489
style: enable antd cssVar and add AlibabaSans as default font family ( #11499 )
1 year ago
afc163
0256b12956
refactor: import biome and check all files ( #11496 )
1 year ago
afc163
65b909eed7
chore: Upgrade antd ( #11471 )
1 year ago
afc163
db2631ebe4
feat: enable mako ⚡ ( #11326 )
2 years ago
jump-and-jump
e48e3143c2
fix: 解决 headScripts 链接与 publicPath 不匹配 ( #11289 )
2 years ago
期贤
a2b2dbeaa0
chore: open esbuildMinifyIIFE
ref https://github.com/umijs/umi/issues/10959
3 years ago
红
49521b88e1
chore: renmae ( #10914 )
* chore: renmae
chore: rename back
* chore: update mock config
3 years ago
Taocap
78c90346b0
fix: 解决首次加载时白屏的问题 ( #10347 )
4 years ago
黄威
bd93eb0a2f
修复刷新时 title 不显示的问题 ( #10455 )
4 years ago
csic21
a5c65f7eba
fix: 修复antd时间选择器语言包中文缺失问题 ( #10440 )
4 years ago
陈帅
5177d3382c
feat: 升级到 antd@5 ( #10377 )
* add test lib
* add more fix
* prettier
* prettier
* prettier
* fix(test):更好的类型优化
* chore: update lock
* update
* remove e2e
* try remove less
* update to antd@5
* chore: support antd@5
* fix: update snapshot
* fix: update snapshot
* remove fabric
* feat: request record
* fix: support jest
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* fix ci
* remove plugin
Co-authored-by: xiefengnian.xfn <xiefengnian.xfn@antgroup.com>
4 years ago
pshu
25d026ac82
避免 mfsu 编译 playwright ( #10311 )
4 years ago
期贤
f28188473d
fix: fix login style error
4 years ago
DaoYuan
cf3bbcffd3
feat: 国际化补充模式生成 ( #10000 )
* feat: 国际化补充模式生成
* chore: default close targrt
close https://github.com/ant-design/ant-design-pro/issues/9989
Co-authored-by: 期贤 <qixian.cs@antgroup.com>
4 years ago
HongJian
8948535854
docs: fix typo ( #9986 )
4 years ago
chenshuai2144
17a05794e2
doc: add more docs
4 years ago
陈帅
df51053a21
feat: support umi@4 ( #9956 )
* chore: prettier all code
* chore: prettier all code
* chore: prettier all code
* chore: prettier all code
* chore: prettier all code
* fix error
* remove Deploy CI
* remove ie
* remove unuse code
* remove Deploy CI
4 years ago
期贤
d160dc04a5
fix: support access new version
4 years ago
陈帅
9d8b711605
chore: update package.json version
5 years ago
陈帅
645d6ed4fd
🌷 UI: alway set theme ( #9458 )
* 🌷 UI: alway set theme
* 🌷 UI: support dynamic theme
* merge master
5 years ago
陈帅
718592d93c
feat: support next version antd ( #9203 )
5 years ago
chenshuai2144
926267e514
update
5 years ago
陈帅
a2d434f023
ant design pro v5 发布 ( #8642 )
* init
* remove Authorized
* remove login
* remove request
* remove path-to-regexp"
* remove create-umi
* clean dependencies
* remove unused less
* better login mock
* add ANT_DESIGN_PRO_ONLY_DO_NOT_USE_IN_YOUR_PRODUCTION=site env
* support settings dynamic
* support umi-plugin-setting-drawer
* 🎨 format: clean code
* remove clean fetch:blocks
* add NoticeIcon
* add NoticeIcon
* use "@ant-design/pro-layout": "6.0.0-1"
* support errorHandler
* remove SelectLang
* update version
* PageHeaderWrapper to PageContainer
* PageHeaderWrapper to PageContainer (#6622 )
* 📌 versions: use alpha version (#6634 )
* use alpha version
5.0.0 no yet
* less test
* fix lint error
* rename setting
Co-authored-by: chenshuai2144 <qixian.cs@outlook.com>
* fix 401 do not to login error
* 405 start:no-mock
* siderWidth: 208
* side
* false
* username
* remove resolutions
* update list demo
* correct the text
* fix tabs style in antd@4.3
* fix login error
* use "@ant-design/pro-layout": "6.0.0-5"
* eslint
* access
* pro-layout 6.0.0-7
* merge master
* up layout version
* 💄 UI: fix login style warning
* upgrade dependency
* delete throw error
* versions: up @umijs/fabric
* change login
* do not open defaultOpenAll
* rebase error
* update demos
* deps upgreade
* 🐛 修复切换不同权限的账户登录后,access的鉴权不生效问题 (#6997 )
* 🐛 修复切换不同权限的账户登录后,access的鉴权不生效问题
* 🎨 prettier code
* 修改hash路由下search参数在hash之前,search最后一个参数错误bug (#6908 )
* 🐛 bug: fix tsc error
* config.js里面 history.type 为 hash时,退出重登录后,拼接返回路径时,#号前路径会重复
* prettier all code
* merge master
* 🐛 bug: fix the problem that modifying URL can bypass permissions
* reset hash
* fix infinite loop of login page (#7095 )
* merge master
* rm unuse code
* rm unuse code
* remove unuse code
* 🐛 bug: fix redirect error in hash mode
* fix redirect
* 💥 feat: support defaultSettings
close #7407
* sort
* sorter
* default close umi ui
* goto reload window.location.href
* add setupTests.js
* add localStorageMock init
* open esbuild
* add exportStatic
* better code
* add initialStateConfig
* remove unuse code
* login 翻译
* add key
* update siderWidth
close #7585
* fix redirect error
close #7632
* add childrenRender type
* better styles
* better styles
* remove unuse code
close #7648
* default use browser history
* close
* support unAccessible
* up @umijs/preset-react version
* merge master
* support dumi function
* ✨ feat: add react-dev-inspector plugins
* 🚑 hotfix: support InspectorWrapper
* 🚑 hotfix: support InspectorWrapper
* add dumi docs href
* 👷 CI: fix Deploy CI
* 👷 CI : fix azure-pipelines
* fix keys error
* fix: version (#7789 )
* fix lint
* fix lint
* fix typo
* fix type
* better code
* add openAPI plugins
* use openapi plugins
* support schemaPath = url
* add umi-plugins
* add dumi doc
* add plugin doc
* add config doc
* fix: outLogin request method (#8059 ) (#8061 )
Co-authored-by: luqili <a@luqili.com>
* 非 dev 环境不展示 openapi
* locale pt_br Pages added (#8088 )
* revert surge preview
* test: update rebase action
* add persian local and fix menu direction for rtl display (#8079 )
* up @umijs/preset-dumi version
* up typescript verison
* add waterMark
* default open webpack5
* default open webpack5
* support webpack5
* support openAPI is array
* upgrade deps
* dir
* 页面代码结构推荐
* Update global.tsx
* Update index.tsx
* refactor(app.tsx): dev links use Link
* loginPath
* fix ci
* fix tsc
* fix tsc
* fix(app.tsx): dev links use umi Link
* fix tes
* fix warn
* refactor(app.tsx): optimization import Link
* resetv5-app-tsx-links
#8226
* use link to hash
* default open fastRefresh
* Update README.md (#8356 )
Ant Design Pro V5 is not released yet.
`trial` is often used for released paid product, and `preview` is the regularly used word for pre-release version.
* Fixing a few issues with internationalization on the login (#7945 )
Co-authored-by: chenshuai2144 <qixian.cs@outlook.com>
* Update api.ts (#8424 )
* chore: support verify commit
* fix locale error
* support all block
* locale: 增加标记,以便删除国际化脚本识别
* fix(locale): 删除request错误捕捉
* chore: remove tag
* chore: use fabric verify-commit
* chore: up to 5.0.0-beta.3
* chore: remove home page png
* use latest
* merge master
* fix conflict type and eslint waring! (#8644 )
* chore: open mfsu and webpack5
* try fix ci
* fix ci
* try fix ci
* add test
* add test
* 增加加载时间
* fix test
* prettier all code
* docs: change oneapi doc
* chore: add umi
* rmeove unuse code
Co-authored-by: lijiehua <41830859@qq.com>
Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: Jerry <510846@qq.com>
Co-authored-by: Vern Brandl <tkvern@users.noreply.github.com>
Co-authored-by: Lee Fan <535536456@qq.com>
Co-authored-by: zhangshuling <Zsl0516>
Co-authored-by: Justin <zcodeworld@gmail.com>
Co-authored-by: Jeff Tian <jeff.tian@outlook.com>
Co-authored-by: luqili <33475522+luqil@users.noreply.github.com>
Co-authored-by: luqili <a@luqili.com>
Co-authored-by: Thiago Tognoli <thiagotognoli@users.noreply.github.com>
Co-authored-by: abolfazl <Abolfazl.rajabpour@gmail.com>
Co-authored-by: HouKunLin <houkunlin@aliyun.com>
Co-authored-by: SHINCHVEN <shinchven@gmail.com>
Co-authored-by: Scott Goci <scottjg@gmail.com>
Co-authored-by: _XiaoTian <istianlei@qq.com>
Co-authored-by: 丁田秀 <295434665@qq.com>
Co-authored-by: Jiankian <i@anline.cn>
5 years ago