linagora / Twake

Twake is a secure open source collaboration platform to improve organizational productivity.
https://twake.app
GNU Affero General Public License v3.0
1.78k stars 193 forks source link

📁 #2752 fixed breadcrumb navigation overflow #2753

Closed rezk2ll closed 1 year ago

rezk2ll commented 1 year ago

Description

Related Issue

2752

Motivation and Context

solves a UI issue with the breadcrumb navigation having an overflow:

image

How Has This Been Tested?

Screenshots (if appropriate):

while connected:

image

incognito / shared folder:

image

Types of changes

RomaricMourgues commented 1 year ago

Héhé if we do that the we have a new problem if there is too many folders no ? The solution is probably to do this kind of "..." menu, but it's slower.

An overflow-auto should work in the meanwhile but only if the paddings / marings are OK (the overflow auto should not display scroll bar if the content isn't bigger that the container). So I think we should look at this issue instead of putting a overflow-hidden. What do you think ?

Screenshot 2023-02-21 at 10 43 10

rezk2ll commented 1 year ago

@RomaricMourgues we can also make the middle elements shrink instead.

image

image