runbot/runbot_merge/changelog/2022-10/labels.md
Xavier Morel 1a5c143a00 [FIX] runbot_merge: make timestamps and batch labels selectable
In the branch lists of stagings, the timestamps in the left column and
the labels in the data cells can not be selected, because they're
buttons and anyway bootstrap explicitly sets

    .btn {
        ...
        user-select: none;
    }

This can be frustrating, as timestamps and labels are useful
information to cross-reference, the ability to copy them is
convenient.

Custom-set the reverse via our own CSS.

Fixes #668
2022-12-01 10:57:32 +01:00

234 B

IMP: make timestamps and batch labels selectable

In the list of stagings for a branch, the timestamps and batch labels were not selectable, which was inconvenent for cross-referencing and copy/pasting. They should now be selectable.