animina-dating / animina

👫❤️ ANIMINA Dating Platform
https://animina.de
Other
16 stars 6 forks source link

Reorganise the display of white flags on the profile page #212

Closed wintermeyer closed 7 months ago

wintermeyer commented 7 months ago

Right now the flags are displayed this way on the profile page:

Bildschirmfoto 2024-04-06 um 11 06 45

It doesn't look nice and it takes a big amount of real estate.

Let's try this: Don't display the categories but list all the flags in the order of their priority. But add a some sort of tool tip with that category information to that flag. And all without adding JavaScript. In case this is not possible without JavaScrip: Just display the flag and not category information at all. We can kick that can down the road a bit.

PS: Please replace "My white flags" with "Flags".

wintermeyer commented 7 months ago

@MICHAELMUNAVU83 Please make sure to git pull the current main before committing anything. I changed quite a bit today. Your work for this issue shouldn't be a problem. But auto merging might come to its limits without human interaction.

MICHAELMUNAVU83 commented 7 months ago

@wintermeyer okay , could you also clarify what you meant by tool tip in the description

wintermeyer commented 7 months ago

Tooltip example: https://flowbite.com/docs/components/tooltips/

But I want something without JavaScript. Maybe that is impossible. Then I want nothing at all. The idea was to give the information about the category in some sort of hidden second layer.

MICHAELMUNAVU83 commented 7 months ago

Thanks for the link , it has given me an idea of how to impliment it.