vscode-dvc
vscode-dvc copied to clipboard
Timestamp column improvements
Related to https://github.com/iterative/vscode-dvc/issues/1444
EXPs table improvements
- [x] Align cell content to the left (Reference https://github.com/iterative/vscode-dvc/issues/1700)
- [ ] The column needs to be moveable and hideable https://github.com/iterative/vscode-dvc/issues/2031#issuecomment-1185032012
Needs to be fixed
- [x] Timestamp label alignment
- [x] Cell information alignment

The timestamp column needs to be moveable and hideable
Scenario: I want to minimize the table info so I can have more space for plots in split view (table/plots). So I would like to be able to get read of the unwanted columns, by moving or hiding them.
and
WDYT?
Improve how timestamp column formats times #1444
The description was updated. Fixes from the "Timestamp column information alignment inconsistency #2166" were added.