Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into validation
Browse files Browse the repository at this point in the history
# Conflicts:
#	lib/importer/backend.test.js
  • Loading branch information
alaricsp committed Jan 15, 2025
2 parents 6c0a98a + 3ea5f4c commit 4767395
Show file tree
Hide file tree
Showing 10 changed files with 565 additions and 416 deletions.
Binary file modified fixtures/realistic.ods
Binary file not shown.
2 changes: 2 additions & 0 deletions fixtures/trailing-column.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
A,B,
1,2,
Binary file modified fixtures/tribbles.ods
Binary file not shown.
8 changes: 7 additions & 1 deletion lib/importer/assets/css/selectable_table.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ table.selectable td {
border-right-width: 1px;
white-space: pre-wrap;
font-variant-numeric: tabular-nums;
min-width: 8em;
max-width: 15em;
}

table.selectable th *,
table.selectable td * {
box-sizing: border-box;
font-family: inherit;
cursor: inherit
cursor: inherit;
}

table.selectable th a,
Expand Down Expand Up @@ -237,6 +239,10 @@ table.selectable:not(.editable) tbody:empty::before {
box-sizing: border-box
}

table.selectable td.selected.focus {
border: 2px solid blue;
}

table.selectable tbody td,
table.selectable tbody td.selected.focus {
background-color: white
Expand Down
122 changes: 100 additions & 22 deletions lib/importer/assets/js/selectable_table.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4767395

Please sign in to comment.