Giter Club home page Giter Club logo

maxim-ui's People

Contributors

hanyub avatar owen-hong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

maxim-ui's Issues

新增 “克隆到新项目” 功能

Maxim 新建一个项目涉及比较多的配置项,成本比较高。如果新建的项目跟已有项目配置项比较相似,可以基于已有项目的配置项进行新建,以增强操作体验。

实现交互参考:

项目名支持右键菜单功能。鼠标右键点击某一项目名弹出 克隆到新项目 菜单项,点击该菜单项打开 新建项目 弹窗,然后以该项目的配置进行初始化。

窗口不能缩小

点击窗口放大以后(窗口此时全屏),然后再点击缩小,窗口(会闪一下)不能缩小。此问题偶现,暂时没有找到触发规律

源文件统一编码格式和换行方式

image

比如我在 Sublime Text 中打开 README.md 文件后显示乱码。这里建议字符集统一使用 UTF-8,换行符统一使用 \n

可以使用 EditorConfig 保持一致的代码风格。

.editorconfig 文件配置参考:

root = true

[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

[*.md]
trim_trailing_whitespace = false

偏好设置支持是否记忆 “置项窗口“ 和 “窗口大小” 状态

目前 “置项窗口“ 和 “窗口大小” 在更改后不会记忆状态。希望可以添加偏好设置进行控制,重新打开软件时能够恢复上一次的状态。

这里的状态可能不限于 “置项窗口“ 和 “窗口大小” 两个。
“窗口大小” 应考虑受屏幕分辨率本身的影响

新增 “删除项目” 功能

有些新增的项目可能只是临时使用,不需要常驻其中,希望项目名右键菜单支持删除项目功能。删除时给予二次确认弹框,以防勿删。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.