Skip to content

Commit

Permalink
Update index. Fix react keys
Browse files Browse the repository at this point in the history
  • Loading branch information
zBritva committed Sep 27, 2024
1 parent 03d607a commit 8636c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charticulator
Submodule charticulator updated 37 files
+9 −1 .github/workflows/node.js.yml
+4 −1 config.yml
+287 −74 package-lock.json
+4 −0 package.json
+7 −1 playwright.config.ts
+4 −0 public/index.html
+761 −0 public/jspreadsheet.css
+95 −0 public/jspreadsheet.datatables.css
+183 −0 public/jspreadsheet.theme.css
+5,885 −0 public/jsuites.css
+35 −1 sass/components/dataset_view.scss
+18 −4 sass/components/file_view.scss
+1 −0 sass/components/popup.scss
+1 −1 src/app/components/colors/color_space_select.tsx
+1 −1 src/app/components/gradient/custom_gradient_buttons.tsx
+0 −1 src/app/main_view.tsx
+3 −1 src/app/utils/index.ts
+3 −15 src/app/views/dataset/data_field_binding_builder.tsx
+11 −7 src/app/views/dataset/dataset_view.tsx
+351 −121 src/app/views/dataset/table_view.tsx
+155 −142 src/app/views/file_view/import_data_view.tsx
+1 −1 src/app/views/file_view/options_view.tsx
+1 −1 src/app/views/file_view/save_view.tsx
+2 −0 src/app/views/panels/attribute_panel.tsx
+1 −1 src/app/views/panels/widgets/controls/combo_box.tsx
+11 −12 src/app/views/panels/widgets/controls/fluentui_empty_mapping.tsx
+7 −3 src/app/views/panels/widgets/controls/fluentui_input_number.tsx
+87 −94 src/app/views/panels/widgets/fluent_mapping_editor.tsx
+35 −117 src/app/views/panels/widgets/fluentui_manager.tsx
+29 −29 src/app/views/panels/widgets/fluentui_value_editor.tsx
+1 −1 src/core/dataset/data_types.ts
+6 −2 src/core/prototypes/marks/data_axis.ts
+1 −0 src/core/prototypes/marks/icon.ts
+1 −0 src/core/prototypes/marks/image.ts
+3 −0 src/strings.ts
+34 −9 src/tests/playwright/application.spec.ts
+9 −0 webpack.config.js

0 comments on commit 8636c8a

Please sign in to comment.