Skip to content

Commit

Permalink
Minor adjustment [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Dec 2, 2024
1 parent c84ee84 commit a28f428
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const IdeaModule: FC<IIdeaModuleProps> = (props) => {
open={isOpen}
type='inline'
size='small'
style={{ width: '320px' }}
>
<NavDrawerHeader>
<Tooltip content='Navigation' relationship='label'>
Expand All @@ -74,13 +75,13 @@ export const IdeaModule: FC<IIdeaModuleProps> = (props) => {
</NavDrawerHeader>
<NavDrawerBody>
<AppItemStatic icon={getFluentIcon('Lightbulb')}>Idémodul</AppItemStatic>
<NavItem href='#' icon={<Dashboard />} value='total'>
{/* <NavItem href='#' icon={<Dashboard />} value='total'>
Totaloversikt
</NavItem>
</NavItem> */}
<NavSectionHeader>Registrering</NavSectionHeader>
<NavItem href='#' icon={<Dashboard />} value='registrering'>
{/* <NavItem href='#' icon={<Dashboard />} value='registrering'>
Oversikt
</NavItem>
</NavItem> */}
<NavCategory value='registreringIdeer'>
<NavCategoryItem icon={<Lightbulb />}>Registrerte idéer</NavCategoryItem>
<NavSubItemGroup>
Expand All @@ -102,9 +103,9 @@ export const IdeaModule: FC<IIdeaModuleProps> = (props) => {
</NavCategory>
<NavDivider />
<NavSectionHeader>Behandling</NavSectionHeader>
<NavItem href='#' icon={<Dashboard />} value='behandling'>
{/* <NavItem href='#' icon={<Dashboard />} value='behandling'>
Oversikt
</NavItem>
</NavItem> */}
<NavCategory value='behandlingIdeer'>
<NavCategoryItem icon={<JobPostings />}>Idéer i behandling</NavCategoryItem>
<NavSubItemGroup>
Expand Down Expand Up @@ -136,7 +137,7 @@ export const IdeaModule: FC<IIdeaModuleProps> = (props) => {
)}
{state.selectedIdea ? (
<>
<Commands />
{/* <Commands /> */}
<div className={styles.ideaHeader}>
<div className={styles.phasebar}>
<div className={styles.hamburger}>{!isOpen && renderHamburger()}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@
</pnp:DataRow>
<pnp:DataRow>
<pnp:DataValue FieldName="GtSortOrder">1050</pnp:DataValue>
<pnp:DataValue FieldName="Title">Løsningsforslag</pnp:DataValue>
<pnp:DataValue FieldName="Title">Overordnet gjennomføringsplan</pnp:DataValue>
<pnp:DataValue FieldName="GtInternalName">GtIdeaExecutionPlan</pnp:DataValue>
<pnp:DataValue FieldName="GtManagedProperty">GtIdeaExecutionPlanOWSMTXT</pnp:DataValue>
<pnp:DataValue FieldName="GtFieldDataType">Note</pnp:DataValue>
Expand Down

0 comments on commit a28f428

Please sign in to comment.