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

[email protected] 统一反馈 #715

Closed
2 of 5 tasks
airyland opened this issue Dec 30, 2016 · 17 comments
Closed
2 of 5 tasks

[email protected] 统一反馈 #715

airyland opened this issue Dec 30, 2016 · 17 comments

Comments

@airyland
Copy link
Owner

airyland commented Dec 30, 2016

因为新版本会有一些测试不到的bug出现,可以直接在本issue评论,我会及时解决。

常见问题

  • 没有移动端组件列表页?
    有的,今天晚点放出来。现在列表页略丑。

Todo

  • 补充Plugin文档
  • 补充在线demo列表首页 https://vux.li/demos/v2/#/component/demo
  • x-input 缺少type定义
  • x-input 和 selector 不对齐
  • vux-loader 解释 import 代码没有区分是否是注释

Finally, [email protected] is going to release. 😃 😸 😄 😈

这两天小程序可能各种帖子会比较多,不宜发帖推广。因此周二发布代码,周三正式发布,大家久等了。

image

2016从3月到9月断断续续更新,这个在我看来十分不完美的项目最终还获得6k star,是感觉挺惭愧,有很多可以改进的我都记着但是还没有做。后面3个月确实是时间精力不够,看着不断增长的issue心里压力也很大。目前在可预见的时间内不会弃坑,对于未能及时解决的用户表示抱歉。

2017 希望整个项目有新的发展,也希望能及时快速解决大家的问题,但是同样考虑到成本问题,决定先圈点钱开个付费圈。即使你不付费加入你在 Github 上提的 issue 依然会被逐一解决。有兴趣的同学可以加入,希望不只是 Vux, Vue,web 相关的问题都可以讨论交流吐槽求建议。春节前后(Vux2.x 反馈的bug已经大部分清除)会正式维护这个圈。

如果是原 Bearychat 付费用户加入后麻烦联系我进行退款([email protected])。

另外为 Vux 项目做出重要PR的同学将会得到红包奖励、使用 Vux 开发的项目作为 show case 将会得红包

@Sapphire2k
Copy link
Collaborator

哇塞!就等着更新啦!可以把mintui 换掉了。。如果实现timepicker 类似iOS原生的时间选择控件 就更爽了嘿嘿!

@airyland airyland changed the title 【草稿】[email protected] 更新指南 [email protected] 2017.01.11 Jan 8, 2017
@airyland airyland removed the working label Jan 8, 2017
Repository owner locked and limited conversation to collaborators Jan 10, 2017
@airyland airyland changed the title [email protected] 2017.01.11 [email protected] 2017.01.11 10:00:00 Jan 10, 2017
Repository owner unlocked this conversation Jan 10, 2017
@airyland airyland changed the title [email protected] 2017.01.11 10:00:00 [email protected] 统一反馈 Jan 11, 2017
@zsxsoft
Copy link

zsxsoft commented Jan 11, 2017

image
selector没对齐

@YYmmlin
Copy link

YYmmlin commented Jan 11, 2017

有木有考虑加个类似‘debounce’ 效果的在input里面?

@1025623017
Copy link

Swiper在多点触控下有待改进。

airyland added a commit that referenced this issue Jan 13, 2017
airyland added a commit that referenced this issue Jan 13, 2017
airyland added a commit that referenced this issue Jan 13, 2017
@greedying
Copy link
Contributor

greedying commented Jan 15, 2017

使用了下theme主题功能。
我的场景是这样的,我之前是有一套自定义主题,里面定义了几种颜色,命名为params.less
现在想使用 vux的theme,于是新建了一个theme.less。

于是我的代码如下,
b

然后run dev出错,如下
a

恩, 不贴图了,简单讲,有两个问题
1、 theme.less中引入其他less文件无效
2、 theme.less中行注释双斜杠出错。
3、小建议,vux-tab-selected的color和border-bottom,可以定制。有时候两个颜色一致,用色过重了

算是小问题,无伤大雅,修复了固然好,不修复倒也没关系

@greedying
Copy link
Contributor

x-number中input里面的数字没有上下对齐
a

使用环境
手机: 红米3S
android版本: 6.0.1
MIUI: 8.1.5.0
微信:6.5.3

iphone,chrome,微信开发者工具没这个问题

@greedying
Copy link
Contributor

greedying commented Jan 15, 2017

希望x-button的颜色可以更多定制,包括各种button的主色,active颜色等。
datetimepicker的颜色希望可以配置,取消和完成按钮的颜色

@airyland
Copy link
Owner Author

@greedying theme.less 其实是一个简单实现,使用webpack进行全局变量覆盖需要先取得所有变量键值对,然后直接应用在loader string上,所以实现上是直接解析字符,而不是解析内容。如果你要加入其他文件可以尝试直接用vux-loader的style-parser在每个style标签上append一句@import

airyland added a commit that referenced this issue Jan 16, 2017
airyland added a commit to airyland/vux-loader that referenced this issue Jan 16, 2017
airyland added a commit to airyland/vux-loader that referenced this issue Jan 16, 2017
@YYmmlin
Copy link

YYmmlin commented Jan 16, 2017

有没有考虑增一个‘向左/右滑显示收藏或删除按键’的组件,类似QQ联系人列表的功能

airyland added a commit that referenced this issue Jan 16, 2017
@xxsser
Copy link

xxsser commented Jan 16, 2017

1.0的 1px解决方案 还会加上么?

@airyland
Copy link
Owner Author

@xxsser 并没有废弃。和原来一样的引用方式

@import '~vux/src/styles/1px.less';

airyland added a commit to airyland/vux-loader that referenced this issue Jan 16, 2017
@greedying
Copy link
Contributor

x-number中input里面的数字没有上下对齐,这个问题有没有时间修复一下 @airyland ,^_^

@greedying
Copy link
Contributor

greedying commented Jan 17, 2017

cell中,slot value高度稍微有点大,向右箭头就不在cell竖直居中位置了。希望能做到一直在cell竖直居中。

a

增加如下样式即可

.weui_cell_ft.with_arrow:after {
   position: absolute;
   top: 50%;
   margin-top: -3px;
   right: 5px;
}

Repository owner locked and limited conversation to collaborators Jan 20, 2017
@airyland
Copy link
Owner Author

@greedying

  • x-number 的对齐问题我在mi 3s上不能重现。
  • cell 的箭头样式已经更新
  • tab 和 button 以及 datetimepicker 的 less 变量已经支持

@airyland
Copy link
Owner Author

@Sapphire2k 神马是timepicker 类似iOS原生的时间选择控件?

@airyland
Copy link
Owner Author

@zsxsoft 参照 group demo。

Repository owner unlocked this conversation Feb 14, 2017
graysheeep pushed a commit to graysheeep/vux that referenced this issue Feb 14, 2017
@tshanchuan
Copy link

@zsxsoft
select {
direction: rtl;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants