Skip to content
#

widgets

Here are 793 public repositories matching this topic...

TimUntersberger
TimUntersberger commented Mar 1, 2021

Right now any StyleSheet has a list of functions without a default implementation. Implementing a StyleSheet is 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.

impl StyleSheet for Styles {
    fn active(&self) ->
appsmith
prapullac
prapullac commented Sep 30, 2021

Steps to reproduce:

  1. Create multiple new pages
  2. Click on the setting option in the entity explorer
  3. List of pages are displayed to the user
  4. focus on any of the pages
    observe the icon next to page name

Observation:
The icon looks more like an attachment icon rather than an icon to launch the page

Expectation:
It is expected that the icon can be more related to the launch of p

lively
chriseilander
chriseilander commented Sep 10, 2021

Describe the bug
When Taskbar Theme is set to blur, it lags the File Explorer window when dragging it, and only the File Explorer window. Other windows/programs seem to be fine. Setting the Taskbar Theme to clear or another option and the lag won't happen.

To Reproduce
Steps to reproduce the behavior:

  1. Use Windows 11.
  2. Set Taskbar Theme to blur in Lively
  3. Drag around a File E

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