Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest #74

Closed
anncwb opened this issue Nov 2, 2020 · 28 comments
Closed

Suggest #74

anncwb opened this issue Nov 2, 2020 · 28 comments
Labels
enhancement New feature or request

Comments

@anncwb
Copy link
Collaborator

anncwb commented Nov 2, 2020

If you have good suggestions or ideas, please feel free to mention them here.

如果您有好的建议或者想法,欢迎在这里提。

@anncwb anncwb pinned this issue Nov 2, 2020
@everstarmy
Copy link

能否考虑将router扁平化,不将layout和router分开写,增加字段showInMenus showInBreadcrumb。

@anncwb
Copy link
Collaborator Author

anncwb commented Nov 2, 2020

最新版的layout可以忽略不写。 后续这个我可以加下,自由选择。 showInMenus想了想应该只在后台返回菜单的模式下有效,前台权限模式下只要菜单不写就可以。showInBreadcrumb这个目前面包屑还有点问题,需要在调整下。这个优先级会往后排,后面会加

@anncwb anncwb added the enhancement New feature or request label Nov 2, 2020
@ghost
Copy link

ghost commented Nov 3, 2020

Generator of scaffold with mock.

  1. Make 1-3 templates like an a dashboard, tables, etc...
  2. Make simple generator with plugins/api for contribute other or someone can write what he want to generate inside (or may be hooks)
  3. Make commands for generate
  4. Profit)

@anncwb
Copy link
Collaborator Author

anncwb commented Nov 4, 2020

@Aios Are you interested in writing points 2 and 3

@anncwb
Copy link
Collaborator Author

anncwb commented Nov 4, 2020

@Aios I may not have enough time, if you are interested, you can contribute to him

@ghost
Copy link

ghost commented Nov 4, 2020

@anncwb will try)

@LingJunZhu
Copy link

我觉得IView Admin Pro 的顶部和标签页可以借鉴下
https://adminpro.iviewui.com/login
image

@harrytran998
Copy link

Why you don't try the auto-import components with Vite? I think it's really useful when having an option in Vite config to enable/disable this feature! It depends on the team, context...

@mynetfan
Copy link
Collaborator

希望左侧菜单混合模式下可以左侧的菜单支持click、hover两种触发展开的方式,谢谢!

@anncwb
Copy link
Collaborator Author

anncwb commented Dec 27, 2020

Why you don't try the auto-import components with Vite? I think it's really useful when having an option in Vite config to enable/disable this feature! It depends on the team, context...

Vite import is not suitable for project use. So I wrote an implementation myself

@anncwb
Copy link
Collaborator Author

anncwb commented Dec 27, 2020

希望左侧菜单混合模式下可以左侧的菜单支持click、hover两种触发展开的方式,谢谢!

可以 下版

@TrumanWwW
Copy link

大佬,有没有想法出个js版的,ts版的学不动了(非纯前端)

@anncwb
Copy link
Collaborator Author

anncwb commented Dec 30, 2020

大佬,有没有想法出个js版的,ts版的学不动了(非纯前端)

没打算。不想类型校验直接全部写any就一样了。没差

@anncwb
Copy link
Collaborator Author

anncwb commented Jan 1, 2021

希望左侧菜单混合模式下可以左侧的菜单支持click、hover两种触发展开的方式,谢谢!

0419a07

@yuyi919
Copy link

yuyi919 commented Jan 4, 2021

表单能不能支持一下inline布局
(顺便吐槽一下,学过后端怎么会学不动ts

@anncwb
Copy link
Collaborator Author

anncwb commented Jan 5, 2021

表单能不能支持一下inline布局
(顺便吐槽一下,学过后端怎么会学不动ts

不支持。可以只用colSpan代替

@tomasky
Copy link

tomasky commented Jan 19, 2021

建议:
src/components/Verify/src/DragVerify.tsx

+      const widthNum = wrapEl.clientWidth; //parseInt(width as string);

保证整体宽度适应设备100%

@jenifly
Copy link

jenifly commented Jan 23, 2021

侧边菜单拖拽,这个拖拽功能可不可以单独抽离出一个组件,支持上下、左右分块,甚至是分多块拖拽?

@zhengycsh
Copy link

有webpack的版本么,强烈建议安排一个!!!

@anncwb
Copy link
Collaborator Author

anncwb commented Jan 26, 2021

侧边菜单拖拽,这个拖拽功能可不可以单独抽离出一个组件,支持上下、左右分块,甚至是分多块拖拽?

后面我在加个拖拽组件

@anncwb
Copy link
Collaborator Author

anncwb commented Jan 26, 2021

有webpack的版本么,强烈建议安排一个!!!

没打算

@jenifly
Copy link

jenifly commented Jan 26, 2021

侧边菜单拖拽,这个拖拽功能可不可以单独抽离出一个组件,支持上下、左右分块,甚至是分多块拖拽?

后面我在加个拖拽组件

辛苦啦

@leavest
Copy link

leavest commented Feb 3, 2021

打算升级echarts5.0吗

@luckdolphin
Copy link

图表可以看下antv

@anncwb
Copy link
Collaborator Author

anncwb commented Feb 6, 2021

打算升级echarts5.0吗

@anncwb
Copy link
Collaborator Author

anncwb commented Feb 6, 2021

图表可以看下antv

感觉echarts够了。antv可以自己集成

@anncwb
Copy link
Collaborator Author

anncwb commented Feb 7, 2021

The discussion has moved to #251

@anncwb anncwb closed this as completed Feb 7, 2021
@anncwb anncwb unpinned this issue Feb 7, 2021
@qingmang
Copy link

qingmang commented Nov 5, 2021

图片

建议左侧菜单混合模式下 子菜单改为浅色,个人觉得比深色好看

@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests