KasperiP / kiderat-desktop

🐀 Kiderat is a fully open-source bot for automating ticket reservations on Kide.app. With Kiderat, you can save time and effort by letting the bot handle the reservation process for you. Since Kiderat is open-source, you can customize the bot to suit your specific needs or contribute to the project's development.
https://www.kiderat.app
GNU General Public License v3.0
9 stars 2 forks source link

Fix overflow caused by long tags #4

Closed KasperiP closed 1 year ago

KasperiP commented 1 year ago

The current tag input system only allows for a maximum of three tags or keywords. However, when the tags are excessively long, the UI buttons become hidden due to overflow. To prevent the tags from pushing any UI elements outside of the window, the tag input system needs improvement.

This is bad and should be fixed: image

This is the most common use case of tags, but the issue should be still fixed: image