Skip to content

Commit 6ffa861

Browse files
authored
Switch the card data editor to Longtable (#163)
* many large fixes * fix for empty tables * style override fixes
1 parent d1a4eeb commit 6ffa861

38 files changed

+1905
-600
lines changed

cider-app/angular.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
}
4040
],
4141
"styles": [
42-
"src/styles.scss"
42+
"src/styles.scss",
43+
"node_modules/oatear-longtable/longtable-styles.css"
4344
],
4445
"scripts": [],
4546
"browser": "src/main.ts"
@@ -50,7 +51,7 @@
5051
{
5152
"type": "initial",
5253
"maximumWarning": "4mb",
53-
"maximumError": "5mb"
54+
"maximumError": "6mb"
5455
},
5556
{
5657
"type": "anyComponentStyle",
@@ -108,7 +109,8 @@
108109
"src/assets"
109110
],
110111
"styles": [
111-
"src/styles.scss"
112+
"src/styles.scss",
113+
"node_modules/oatear-longtable/longtable-styles.css"
112114
],
113115
"scripts": []
114116
}
407 KB
Binary file not shown.
-131 KB
Binary file not shown.

0 commit comments

Comments
 (0)