Henriette Darge

Results 23 issues of Henriette Darge

Parse date correctly, so that a negative time zone won't lead you to the previous day. https://community.openproject.org/projects/openproject/work_packages/43562/activity

bugfix
needs review

### Version 0.19.0 ### Steps to reprdocue * Use an `Primer::Beta::Button` with `scheme: :invisible` * Compare how the button looks w/o a trailing or leading visual * The issue can...

rails

### Steps to reproduce 1. Go to https://view-components-storybook.eastus.cloudapp.azure.com/view-components/lookbook/inspect/primer/alpha/toggle_switch/small 2. Click on the toggle 3. Observe the position of the toggle ### Actual behaviour * The toggle jumps to the top...

rails

### Version 0.18.1 ### Steps to reroduce * Render a `Dialog` without calling `with_show_button` , e.g very simplified: ``` render(Primer::Alpha::Dialog.new(title: 'My awesome title', open: true)) do |d| d.with_body { 'Some...

rails

### What are you trying to accomplish? In a `Primer::Beta::BorderBox` there are constellations in which there are rounded corners somewhere in the middle. For example ``` render(Primer::Beta::BorderBox.new) do |component| component.with_header...

Stale

### Version 0.19.0 ### Steps to reproduce * Use a `Primer::Beta::BorderBox` like defined here: https://view-components-storybook.eastus.cloudapp.azure.com/view-components/lookbook/inspect/primer/beta/border_box/default * Take care, that there is at least one `header` and one `row` e.g. ```...

bug
rails
primer quality

**ToDo** - [x] Use `Common::SubmenuComponent` to render the submenu of the WorkPackages module - [x] Follow the same code structure we introduced recently for the other modules - [x] Take...

feature

### Steps to reproduce * Create a `Primer::Alpha::Dialog` * Inside the dialog create a `Primer::Alpha::ActionMenu` * Open the dialog and open the menu inside it ```html.erb ``` ### Actual behavior...

rails
component: ActionMenu

# Ticket https://community.openproject.org/projects/design-system/work_packages/57405/activity # What are you trying to accomplish? Use the `Primer::OpenProject::PageHeader` and `Primer::OpenProject::SubHeader` in the WorkPackage table view # What approach did you choose and why We have...

feature

### What are you trying to accomplish? This is a follow-up of https://github.com/primer/view_components/pull/3040. It re-adds the `with_leading_icon` and `with_trailing_icon` slots to Links. The original PR was reverted, because: > The...