kuzzleio / kuzzle-admin-console

A SPA to administrate your Kuzzle: index and collection management, document creation, realtime subscription and permissions management
http://console.kuzzle.io
Apache License 2.0
61 stars 25 forks source link

Add scrollbar on connections dropdown menu #992

Closed alexandrebouthinon closed 2 years ago

alexandrebouthinon commented 2 years ago

Why?

When you have a lot of connections registered in your localStorage, you will reach a limit on the connections dropdown sizing. For now, you cannot scroll on it and you must zoom out to see the hidden items. This PR fix this behaviour by adding a scrollbar when dropdown menu content exceed the 98% of the current browser size (we need a small margin because of the native styling of the Bootstrap component)

Boyscout

netlify[bot] commented 2 years ago

Deploy Preview for heuristic-goodall-67c4b1 ready!

Name Link
Latest commit 0621ff5765ea7d2b17027267fedb9ffe78deca31
Latest deploy log https://app.netlify.com/sites/heuristic-goodall-67c4b1/deploys/63457f4bade8440009cac731
Deploy Preview https://deploy-preview-992--heuristic-goodall-67c4b1.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

alexandrebouthinon commented 2 years ago

Why?

When you have a lot of connections registered in your localStorage, you will reach a limit on the connections dropdown sizing. For now, you cannot scroll on it and you must zoom out to see the hidden items. This PR fix this behaviour by adding a scrollbar when dropdown menu content exceed the 98% of the current browser size (we need a small margin because of the native styling of the Bootstrap component) Boyscout

Fix Cypress test process ID generation to make it unique