Update integrations form and pop-up to work in dark mode.

Review Request #13976 — Created June 17, 2024 and submitted — Latest diff uploaded

Information

Djblets
release-5.x

Reviewers

The integrations form and pop-up are nominally part of the admin UI,
which doesn't yet support dark mode, but that's not always the case.
This change makes it so we use an Ink button and icon for the "Add
Integration" button, and styles the pop-up to be legible in dark mode.

Used the integrations pop-up on a non-admin page with dark mode enabled.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Update integrations form and pop-up to work in dark mode.
The integrations form and pop-up are nominally part of the admin UI, which doesn't yet support dark mode, but that's not always the case. This change makes it so we use an Ink button and icon for the "Add Integration" button, and styles the pop-up to be legible in dark mode. Testing Done: Used the integrations pop-up on a non-admin page with dark mode enabled.
e73719a57d3969cf221925707f852a532da8d43a David Trowbridge
djblets/integrations/templates/integrations/parts/integration_list.html
djblets/static/djblets/css/integrations.less
Loading...