-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[🐛 BUG] Improve and fix stylekit to make UI elements more consistent #2305
Labels
🖰 GUI
Related to GUI
💥Malfunction
Addresses an identified problem.
🟧 Priority: High
Must be addressed as soon
Comments
FlorianJacta
added
🖰 GUI
Related to GUI
💥Malfunction
Addresses an identified problem.
🟧 Priority: High
Must be addressed as soon
labels
Dec 6, 2024
jrobinAV
changed the title
[🐛 BUG] Improve and fix stylekit to make UI elements more coherent
[🐛 BUG] Improve and fix stylekit to make UI elements more consistent
Dec 6, 2024
7 tasks
Do you have this example too? from taipy.gui import Gui
import taipy.gui.builder as tgb
with tgb.Page() as page:
with tgb.layout(columns="1 1 10"):
with tgb.part():
tgb.button("Click me")
with tgb.part():
tgb.selector("{selected}", lov="Furniture;Desk", dropdown=True)
Gui(page=page).run() |
5 tasks
FredLL-Avaiga
added a commit
that referenced
this issue
Dec 10, 2024
* Chart refresh col but no data resolves #2302 fix selector y padding relates to #2305 * no need to postpone the dispatch --------- Co-authored-by: Fred Lefévère-Laoide <[email protected]>
FabienLelaquais
added a commit
that referenced
this issue
Dec 16, 2024
Merged
FabienLelaquais
added a commit
that referenced
this issue
Dec 17, 2024
Some code? |
It is the one from the issue. The top right of the screen |
FredLL-Avaiga
added a commit
that referenced
this issue
Dec 18, 2024
resolves #2305 Co-authored-by: Fred Lefévère-Laoide <[email protected]>
FredLL-Avaiga
pushed a commit
that referenced
this issue
Dec 18, 2024
4 tasks
Fixed in 4.0.2.dev2. Beautiful! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🖰 GUI
Related to GUI
💥Malfunction
Addresses an identified problem.
🟧 Priority: High
Must be addressed as soon
What went wrong? 🤔
Here is a list of UI components. The stylekit should provide a consistent set of UI elements. Some viz elements are higher than others.
Expected Behavior
Some elements should be fixed, and others may be improved. I don't have any specific recommendations for improvement.
Steps to Reproduce Issue
Run this code.
Other example
#2262
Visual elements should have the similar position and layouts in the default stylekit. For example, if I place a selector and a button side by side, they should be aligned:
Here, they are misaligned:
This issue makes layouts a CSS nightmare in any application:
Browsers
Chrome
OS
Windows
Version of Taipy
4.0.1
Acceptance Criteria
Code of Conduct
The text was updated successfully, but these errors were encountered: