Skip to content

Create events add image title in graphic page#2114

Open
aTrueYety wants to merge 2 commits intomasterfrom
erikhoff00/web-140-create-events-add-image-title-in-graphic-page
Open

Create events add image title in graphic page#2114
aTrueYety wants to merge 2 commits intomasterfrom
erikhoff00/web-140-create-events-add-image-title-in-graphic-page

Conversation

@aTrueYety
Copy link
Copy Markdown
Contributor

image image

The two pages now inherit structure and styling from the same component, providing a more unified look. This includes the labels.

@aTrueYety aTrueYety self-assigned this Mar 17, 2026
</div>
</div>
);
return <ImageTile image={image} className={className} />;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fint! Men kan du gjøre stylingen litt mindre "forstyrrende" til bildet som ligger bak? Enten alt eller noe av dette kan prøves:

  • Gjøre teksten litt mindre
  • Gjøre overlayet enda mer gjennomsiktig (men fortsatt lesbart med god kontrast)
  • Kanskje legge tekst under selve bildet

@Erichseen
Copy link
Copy Markdown
Contributor

image

ImagePicker componenten sin resizing css osv bør ses på

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AdminImage trenger vel ikke lenger å være sin egen komponent når den ikke legger til noe lenger, bare bruk ImageTile direkte ImageAdminPage 👍

box-shadow: 0 0 25px 5px rgba(143, 181, 238, 0.625);
border: 3px solid $blue;
transform: scale(1);
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lag denne default selected mer clean!

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gjør alt av selected css shit her ..? Så trenger man ikke ha masse css props osv overalt .. ?

Copy link
Copy Markdown
Contributor

@Erichseen Erichseen Mar 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image Ser litt halv jalla ut

}
.image_box_selected {
border: none;
}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bør nok fjernes å heller gjøre alt av selected state i ImageTile .. ?

styles.imageContainer,
className,
selected && styles.selected,
selected && selectedClassName,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fjern selectedClassName

image: ImageDto;
className?: string;
selected?: boolean;
selectedClassName?: string;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fjern selectedClassName

image={image}
className={styles.image_box}
selected={isSelected}
selectedClassName={styles.image_box_selected}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fjern linje 70

@robines robines changed the title Erikhoff00/web 140 create events add image title in graphic page Create events add image title in graphic page Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants