u3u

Results 18 issues of u3u

### NextUI Version 2.1.7 ### Describe the bug https://github.com/nextui-org/nextui/assets/20062482/ce13c1b3-8e02-4434-9e51-58a7ef512af5 ### Your Example Website or App _No response_ ### Steps to Reproduce the Bug or Issue https://nextui.org/docs/components/tabs#usage ### Expected behavior Every...

bug
pending info

### Description Incorrect usage of `image.decode` ### Motivation and Context https://developer.mozilla.org/en-US/docs/Web/API/HTMLImageElement/decode ### Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...

PR: unreviewed
fix

扩展的功能很棒!用了一下发现了一些问题: 1.无法选择子组件 选择的一直是最外层的页面 2.选择之后无法取消(没有监听 mouseout) 3.以浮层方式显示对移动端页面不友好 因为屏幕小内容显示不完整 可以参考一下 vue-devtools 的方式 在开发者工具新增一个 vue-component-finder 的标签页 左侧显示页面的所有组件树 右侧则显示组件对应编辑器中的代码块 点击后跳转到编辑器中对应的行列 如果做成这样的话会更加方便的! 4.扩展的样式影响到正常的页面了 比如说 https://segmentfault.com/ 的代码高亮样式被覆盖了

Hi, This plugin is great! But there are still some minor problems: Multiple sites import the same public component, and all sites cannot be updated at once when this component...

### Description I hope to be able to support treating spaces as insignificant for better code readability (just like JSX). [Prettier Playground](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeAhAEQPIGEAqAmgAoCiABABYwC2ANgHwA6UqAEvgLIAy5u3AQQDKQgLxMQUCAFoAVgGdyNQtNx0B8oROZRy5dqQGYdevak6l8AvmwEAlIZfEgArjABm0gBzaWp-fgAkvjcpAycAJ7kMMF0pKgA9EEhYX6m5pbWAHICFs4AJnDyYABOAJYADjBl0BLkkLAIMM6RfBBZMKRQ+L66+glshsZpqABGEPkRJunEDGxwdHQQ5ADuECV0+eioAEJ2DOT4lGWKJ+QcPACs5DsQZXRwJRV0AIbwAHSJs2lmQrh2gWI+Gm-hWZSg+QgK3eAHMXuRROR3C4oGBqtByAAKACU5GA5Dh7wAju8Ki55JRMS8SjCXDQmvJcQBfADcBJexIR5AA2gBdNmEuhcgDUUDgK3ImDecBZP1McMxAHJSnBpYqADTkRUAVQE0gAGobDdJCBqtS83BBFdiBS8lfIEPkzYqKi8YXAAG5lcXWuWJP4AoEg-QBwH4cjyEpgZzUGAVeRIBIJFYp2EQCAwh7SF5QF50CLVMDyd6QGgJHN5gtlIvvBR1YSELK4SWkABipH2-v+YemiXGkx0iQu3AYIHVIAgVRqUHkyFA1JKUOI1IQs5QeZWLwis-HoxKLzAAGs4DAhC96dxwXBkO48w7d-ujyehK6wOCYcgYCUXHBxw6aGUn7fr+IBwAAHhUjxlPSsB5vgjy5uURQ3neIHyO+DwAIouBA8AoXQ94gAoYFCBhcDYbh15ILeBEgUSOHwMQi7xsgIAvPI0hinAhT5GOIBfi89zvrgEA0DQLysXmdB8ehUCZnAAgwF+ZSjG4cDEI8l5ivhhHUPQADqxzwPIr5wEIq5lNUXowBErFlDCUglNe44ej+gQQk0QilJUMACBCQg2Q8OkgRUi4Ovp+4VKxoVFI8HrOSA4IOiUMBMW64nBeOrolMlrF6dJWXlLA+llPkMCUMgXgAAzjk59FlE5aUwhl1GoeOMAvKMJVlRVSAAEzjuScD4J1a40YRcA0KM3E8dwOa0m6cCtus4lKe+kmWiATJMkAA) ### Suggested Solution Respect the `htmlWhitespaceSensitivity` option of...

### Describe the rule Can you add a `sort-switch-case` rule? It will sort the `case` statements, their order does not affect the execution result, but it can improve readability, reduce...

enhancement

### What rule do you want to change? sort-exports ### Describe the problem Same as https://github.com/jrdrg/eslint-plugin-sort-exports I think [`eslint-plugin-sort-exports`](https://github.com/jrdrg/eslint-plugin-sort-exports) is great, and I have been using it all along. However,...

enhancement