@things-factory/reference-app 8.0.40 → 9.0.0-9.0.0-beta.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.dockerignore ADDED
@@ -0,0 +1,31 @@
1
+ node_modules/
2
+ client/
3
+ server/
4
+ dist-client/
5
+ installer/
6
+ attachments/
7
+ cache/
8
+ logs/
9
+ Dockerfile*
10
+ docker-compose.yml
11
+ db.sqlite
12
+ db*.sqlite
13
+ license.json
14
+ config.development.js
15
+ config.production.js
16
+ !config/config.development.js
17
+ !config/config.production.js
18
+ \_index.html
19
+
20
+ npm-debug.log
21
+ yarn-error.log
22
+
23
+ .env
24
+ .env.local
25
+ .env.production
26
+ .git/
27
+ .gitignore
28
+ .dockerignore
29
+ .vscode/
30
+ .idea/
31
+ .DS_Store
package/_index.html CHANGED
@@ -51,7 +51,6 @@
51
51
 
52
52
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
53
53
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
54
- <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
55
54
  <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
56
55
  <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
57
56
  <link rel="stylesheet" href="/theme.css" />
@@ -188,7 +188,7 @@ class GristFilters extends localize(i18next)(PageView) {
188
188
  alert(`${column.name} ${record[column.name]}, row : ${rowIndex}`)
189
189
  }
190
190
  },
191
- filter: 'ilike'
191
+ filter: 'i_like'
192
192
  },
193
193
  {
194
194
  type: 'email',