Commit 4e430c0
committed
fix: Tags column can't be shown/hidden (#281)
The Show/Hide Columns menu had no Tags checkbox, and 'tags' was absent
from the column-visibility listener list, defaults map, and class map —
so the column couldn't be toggled at all. Added the checkbox (in column
order) and wired tags through parseColumnVisibility/applyColumnVisibility/
the change-listener list. Existing users default to tags visible.1 parent 13bc903 commit 4e430c0
5 files changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
3950 | 3950 | | |
3951 | 3951 | | |
3952 | 3952 | | |
| 3953 | + | |
3953 | 3954 | | |
3954 | 3955 | | |
3955 | 3956 | | |
| |||
3976 | 3977 | | |
3977 | 3978 | | |
3978 | 3979 | | |
| 3980 | + | |
3979 | 3981 | | |
3980 | 3982 | | |
3981 | 3983 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1630 | 1630 | | |
1631 | 1631 | | |
1632 | 1632 | | |
| 1633 | + | |
| 1634 | + | |
| 1635 | + | |
| 1636 | + | |
1633 | 1637 | | |
1634 | 1638 | | |
1635 | 1639 | | |
| |||
0 commit comments