Skip to content

fix(AVO-4043): replace avo2 components tooltip with local version#345

Open
bertyhell wants to merge 1 commit into
mainfrom
feature/AVO-4043-tooltip
Open

fix(AVO-4043): replace avo2 components tooltip with local version#345
bertyhell wants to merge 1 commit into
mainfrom
feature/AVO-4043-tooltip

Conversation

@bertyhell

@bertyhell bertyhell commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@@ -1,3 +1,4 @@
import { Tooltip, TooltipContent, TooltipTrigger } from '@meemoo/react-components';

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.

Willen we deze wijzigingen zo doorduwen?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

hoe bedoel je?


.p-content-page-publish-modal {
.c-tooltip-component {
background-color: #edeff2;

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.

Hoort deze styling hier wel thuis?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

eigenlijk niet, maar de Tooltip component zit in de react-component en moet eigenlijk gestyled worden in de client
maar de admin-core zit daar tussenin
admin-core moet eigenlijk niet gestyled zijn, maar de styling van die arrow triangle kan enkel via properties op de tooltip component
dus deze tooltip is wel styled

de enige andere optie die ik zie is die styles laten setten in de admin-core config en ze dan zo doorgeven aan de tooltip component. Maar dat leek me wat overkill voor die ene tooltip die we in de admin-core schermen hebben zitten

['bio', tText('admin/users/views/user-detail___bio')],
['stamboek', tText('admin/users/views/user-detail___stamboek-nummer')],
['email', tText('admin/users/views/user-detail___primair-email-adres')],
[

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.

Waarom dit ineens weg?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

deze is al verwijderd in het verleden, maar blijkbaar bestond deze entry nog, maar dat is niet meer geldig volgens typescript typechecking

alias en alternative_email is gewist geweest aangezien die velden niet gebruikt worden en ze vaak voor problemen zorgen met max-length issues bij registratie

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.

2 participants