Giter VIP home page Giter VIP logo

shuimo-ui's People

Contributors

danielroe avatar helloworld551 avatar higuaifan avatar jobinjia avatar qjvic avatar qunbotop avatar rss1102 avatar x-song avatar youuss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

shuimo-ui's Issues

[🐞 inputNumber] the input number can be less than min

🐞 Bug Report

请尽可能使用英文描述问题,或者是提供中英文双语描述(机翻也没有关系),便于后来者检索问题。

If you are absolutely certain that this is a bug and you are able and willing to submit a PR, please do so.

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of the code available.

📢 Describe the bug

the input number can be less than min

image

[🐞 Datepicker] has inner scrollBar

🐞 Bug Report

请尽可能使用英文描述问题,或者是提供中英文双语描述(机翻也没有关系),便于后来者检索问题。

If you are absolutely certain that this is a bug and you are able and willing to submit a PR, please do so.

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of the code available.

📢 Describe the bug

Datepicker has inner scrollBar

image

[🐞 bug] The content at the bottom of the document is not fully displayed

🐞 Bug Report

请尽可能使用英文描述问题,或者是提供中英文双语描述(机翻也没有关系),便于后来者检索问题。

If you are absolutely certain that this is a bug and you are able and willing to submit a PR, please do so.

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of the code available.

📢 Describe the bug

文档网页,当浏览器窗口高度小时,文档最下方内容显示不全。

In document webpage, when the browser window height is small, the content at the bottom of the document is not fully displayed.

image

[Select]: The onchange event name of the Select component does not conform to common sense

💬 Communicate

请尽可能使用英文描述,或者是提供中英文双语描述(机翻也没有关系),使用英文是便于后来者检索。

  • I have checked that this issue has not already been reported.

Please provide as much detail as possible.

🤝Thanks for your contribution!

The 'onChange' event within the Select component is named 'select', which I believe is not common and will make it more difficult for users to understand.
I hope to change its name to onChange.


Select组件中的“onChange”事件名为“Select”,我认为这并不常见,会使用户更难理解。
我希望能将其名称改为onChange

todo:[Select] implement batch loading of request data or other bottoming out behaviors

Requirement:
Multiple fixed data requests can be made using the Select component.

Implementation:

  1. Expose a method called touchBottom that is triggered when it bottoms out - used to customize events for users when it bottoms out. (Optional)
  2. Expose an optional parameter touchBottomDistance - used to allow users to customize the bottom distance and include a default distance. (Optional)

[🐞 DatePicker] placeholder style always exists

🐞 Bug Report

请尽可能使用英文描述问题,或者是提供中英文双语描述(机翻也没有关系),便于后来者检索问题。

If you are absolutely certain that this is a bug and you are able and willing to submit a PR, please do so.

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of the code available.

📢 Describe the bug

没有给默认值时,后续选择日期,日期文字的样式永远是placeholder的样式。

When no default value is provided, the style of the date text for subsequent date selections will always be the same as the placeholder's style.

image

对于组件的一些建议。

  1. 按钮hover,click是否应该有不同的样式改变。
  2. button,input,radio,checkbox 等禁用disabled 是否应该有不同颜色显示,以区别是否禁用or普通。
  3. 普通select选择框,是否没必要有右侧的上下选择。
  4. popover,是否应该背景不为透明色(或以不透明灰色,或添加选项等),以保证文字明确显示。
  5. 抽屉drawer的关闭按钮是否应以弹窗dialog的关闭按钮一致(并在最右侧)。
  6. 鼠标样式,是否也可为一组件(事件)。

🏗️ Shuimo v0.3.0

我们计划在完成以下工作后发布v0.3.0稳定版 🧑‍💻

  • 必要

    • virtualList完成;
    • menu组件完成;
    • select适配virtualList,并支持泛型;
    • avatar组件素材优化 (54b8dad) ;
    • datePicker组件月份选择问题修复(#80 );
    • tag及部分组件提供尺寸选择(#58 );
    • slider交互优化(#58 );
    • 重构Printer(@youuss );
    • 完成所有组件测试用例和文档;
    • 提供vscode helper (@youuss )(#81 );
    • 梳理依赖 (@youuss ) (#66 );
    • nuxt插件 (4dc8c5e);
  • 非必要

    • 组件夜间模式支持;
    • 整理所有的css,主要是梳理变量,考虑选型一个更优雅的编写方式
    • 尽可能清理内部所有todo
  • 其他(与发布无关但是正在做的)

    • lint推进;
    • doc交互优化;
    • doc搜索功能;
    • playground交互优化 (#88);
    • changelog自动化;

We plan to release the stable version v0.3.0 after completing the following tasks:

  • Essential

    • completion of virtualList;
    • completion of menu component;
    • select adaptation for virtualList, and support generic;
    • optimization of avatar component assets (54b8dad) ;
    • #80 ;
    • providing size options for tag and some other components (#58);
    • interaction optimization for slider (#58);
    • refactor Printer (@youuss );
    • completing all component test cases and documentation;
    • providing vscode helper (@youuss) (#81);
    • #66 ;
    • nuxt plugin (4dc8c5e);
  • Non-essential

    • support for night mode in components;
    • organizing all css, mainly streamlining variables, considering a more elegant way of writing;
    • clearing all internal todos as much as possible;
  • Other (unrelated to the release but currently in progress)

    • advancement of lint;
    • interaction optimization for doc;
    • doc search;
    • interaction optimization for playground(#88);
    • changelog automation;

[🐞 Doc] The scrollBar doesn't scroll to top when switching page route

🐞 Bug Report

请尽可能使用英文描述问题,或者是提供中英文双语描述(机翻也没有关系),便于后来者检索问题。

If you are absolutely certain that this is a bug and you are able and willing to submit a PR, please do so.

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of the code available.

📢 Describe the bug

文档网站,在页面间切换时,滚动条保持在原位,没有重置回顶部。比如,在按钮页面滚动到底部,切换到输入框页面,滚动条依旧在底部。

In the document website, the scrollBar doesn't scroll to top when switching page route. For example, when scrolling to the bottom of the button page and switching to the input box page, the scroll bar remains at the bottom.

[⭐ feature]

⭐ Feature Request

  • I have checked that this feature has not already been requested.

📢 Describe the feature

English translation of the documentation

Is there any way you could add completly English translations for international developers using this library?

🤝Thanks for your contribution!

[suggest]: 对于`tag`,`radio`,`checkbox `,`slider`, 组件建议

  • tag : 希望能设置三种size(smallmediumlarge)供用户选择,当前的tag对于我来说太大了。
  • radio : 希望能添加一个选中的状态转换(比如选中之后外圈border可以转换成list选中一样的状态);
  • checkbox radio想法类似。
  • slider 希望当选中滑块的时候能提供被选中的状态样式改变。

建议选一款好看的书法字体作为默认字体

“这个项目的艺术成分很高的。”
“有多高?”
“三四层楼那么高。”
太正统的字体感觉和UI不协调,建议能弄精选一种书法字体做默认或有配置项,这样艺术成分就更上一层楼了

国风UI 666!

对于一个喜欢民乐/笛箫的前端来说这简直太棒了。打算用于个人博客的UI

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.