The Wayback Machine - https://web.archive.org/web/20210224075955/https://github.com/topics/widgets
Skip to content
#

widgets

Here are 668 public repositories matching this topic...

jgarvin
jgarvin commented Dec 27, 2020

use iced::{pick_list, PickList};

Compiles when targeting linux but not targeting the web.

this works: cargo build
this does not work: cargo build --target wasm32-unknown-unknown

this is the error:

error[E0432]: unresolved imports `iced::pick_list`, `iced::PickList`
 --> core/src/main.rs:9:12
  |
9 | use iced::{pick_list, PickList};
  |            ^^^^^^^^^  ^^^^^^^^ no 
lively
Liquidream
Liquidream commented Feb 18, 2021

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'

appsmith
prapullac
prapullac commented Feb 16, 2021

Steps to reproduce:

  1. Navigate to Home page
  2. Click on organisation dropdown
  3. Click on Rename of organisation
  4. Add a long name to the organisation
  5. Navigate to organisational Setting
    and observe the organisation name

Observation:
It is observed that the organisation name is not truncated

Expectation:
It is expected that when the organisational name is long it needs to be

Improve this page

Add a description, image, and links to the widgets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the widgets topic, visit your repo's landing page and select "manage topics."

Learn more