Henriette Darge
Henriette Darge
### Steps to reproduce * Create a form with many elements * Observe the spacing between the elements ### Actual behavior * The individual fields are very close together, there...
### What are you trying to accomplish? Add top-padding for the Dialog body to move it closer to the React component and avoid it being glued to the divider. ###...
# Ticket https://community.openproject.org/projects/design-system/work_packages/63485/github?query_id=6253 # What are you trying to accomplish? * Remove outdated `show_local_breadcrumb` method which is replaced by the Primer::PageHeader breadcrumb ⚠️ Should be merged after https://github.com/opf/openproject/pull/18600
# Ticket https://community.openproject.org/projects/openproject/work_packages/62525/activity # What are you trying to accomplish? Show an error message when the user manually enters a non-working day ## Screenshots # What approach did you choose...
# Ticket https://community.openproject.org/projects/design-system/work_packages/63466/github?query_id=6253 # What are you trying to accomplish? Replace angular CE for collapsible sections with new Primer CollapsibleSection component
# Ticket https://community.openproject.org/wp/63889 # What are you trying to accomplish? * Move the toggle button to the sidebar * Remove main-menu-bg-hover-color from list of configurable design variables ## Screenshots
# Steps to reproduce * Create a TextField with trailing text and closing icon activated ``` render(Primer::Alpha::TextField.new(name: "my-text-field", label: "My text field", show_clear_button: true, trailing_visual: { text: { text: "days"...
# Ticket https://community.openproject.org/wp/69203 # What are you trying to accomplish? Use shortened display representation of long texts in: * project description widget * project status explanation widget * portfolio description...
### What are you trying to accomplish? Allow `select_variant: :single` for `Primer::Alpha::TreeView`. The goal is to allow the TreeView to behave like a single-select component — meaning only one item...