Skip to content

Commit

Permalink
fix(my-pages): law and order breadcrumbs + button filter (#16668)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
disaerna and kodiakhq[bot] authored Oct 31, 2024
1 parent 5d1f145 commit 72d681b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ export const popoverContainer = style({

export const lgBtn = style({})

globalStyle(`${lgBtn} span`, {
globalStyle(`${lgBtn} > span`, {
height: '100%',
})
1 change: 1 addition & 0 deletions libs/service-portal/core/src/components/Filter/Filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export const Filter: FC<React.PropsWithChildren<FilterProps>> = ({
icon="filter"
fluid
nowrap
size="small"
>
{popover.visible ? labelClose : labelOpen}
</Button>
Expand Down
4 changes: 4 additions & 0 deletions libs/service-portal/core/src/lib/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1656,6 +1656,10 @@ export const m = defineMessages({
defaultMessage:
'Hér eru upplýsingar og yfirlit yfir mál sem þú átt hjá dómskerfinu.',
},
myCourtCases: {
id: 'service.portal:my-court-cases',
defaultMessage: 'Mín dómsmál',
},
courtCases: {
id: 'service.portal:court-cases',
defaultMessage: 'Dómsmál',
Expand Down
3 changes: 1 addition & 2 deletions libs/service-portal/law-and-order/src/lib/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ export const lawAndOrderNavigation: PortalNavigationItem = {
path: LawAndOrderPaths.Overview,
},
{
name: m.courtCases,
name: m.myCourtCases,
path: LawAndOrderPaths.CourtCases,
breadcrumbHide: true,
children: [
{
name: m.courtCases,
Expand Down

0 comments on commit 72d681b

Please sign in to comment.