widgets
Here are 747 public repositories matching this topic...
-
Updated
May 6, 2021 - Swift
-
Updated
Jun 20, 2021 - Java
-
Updated
Jun 19, 2021 - TypeScript
-
Updated
Jun 18, 2021 - TypeScript
Steps to reproduce:
- Add a file picker
- Click on the file picker
- Observe the pop up close option
Observation:
It is observed that the tooltip for the close option says "Close Modal"
Expectation:
The tooltip for the close option must say "Close"
![Screenshot 2021-06-11 at 5 34 42 PM](https://user-images.githubusercontent.com/71753653/121684707-aed8ed00-cadc-11eb-9bf1-a738116f4
Is your feature request related to a problem? Please describe.
PROBLEM: Mouse clicks to Lively Wallpaper content do not appear to register unless the wallpaper is focused/active window?
Describe the solution you'd like
While this may be "by design" - it would be nice to have a config option to change this behaviour.
The reason why is because there are lots of web content/apps that I'
-
Updated
Jun 21, 2021 - Rust
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Apr 1, 2021 - CoffeeScript
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
May 13, 2020 - Dart
-
Updated
Feb 17, 2021 - PLpgSQL
-
Updated
Jun 20, 2021 - Lua
-
Updated
Jun 15, 2021 - TypeScript
-
Updated
Feb 27, 2021 - Vim script
-
Updated
Dec 8, 2016 - JavaScript
-
Updated
Feb 20, 2021 - Kotlin
-
Updated
Jun 21, 2021 - Swift
Improve this page
Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."
Right now any
StyleSheethas a list of functions without a default implementation. Implementing aStyleSheetis really annoying, because you have to override all of the functions and not just the thing you want to change.I recently wanted to just change the border_radius of a text_input and I had to write the following code.