diff --git a/i18n/en.pot b/i18n/en.pot index c8942e421e..130fe08e32 100644 --- a/i18n/en.pot +++ b/i18n/en.pot @@ -5,8 +5,8 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -"POT-Creation-Date: 2026-03-11T11:54:22.309Z\n" -"PO-Revision-Date: 2026-03-11T11:54:22.310Z\n" +"POT-Creation-Date: 2026-04-10T09:19:34.910Z\n" +"PO-Revision-Date: 2026-04-10T09:19:34.910Z\n" msgid "All items" msgstr "All items" @@ -217,6 +217,15 @@ msgstr "Select a period" msgid "Select years" msgstr "Select years" +msgid "New" +msgstr "New" + +msgid "Open" +msgstr "Open" + +msgid "Save" +msgstr "Save" + msgid "" "This visualization can't be deleted because it is used on one or more " "dashboards" diff --git a/src/assets/ArrowDown.jsx b/src/assets/ArrowDown.jsx index 436dfa335d..0d222141d4 100644 --- a/src/assets/ArrowDown.jsx +++ b/src/assets/ArrowDown.jsx @@ -3,17 +3,15 @@ import React from 'react' const ArrowDown = ({ style = { width: 16, height: 16 } }) => ( ) diff --git a/src/assets/OptionsIcon.jsx b/src/assets/OptionsIcon.jsx new file mode 100644 index 0000000000..36d7e0cc77 --- /dev/null +++ b/src/assets/OptionsIcon.jsx @@ -0,0 +1,18 @@ +import React from 'react' + +export const OptionsIcon = () => ( + +) diff --git a/src/components/App.css b/src/components/App.css index fd418e559c..e32cca1de8 100644 --- a/src/components/App.css +++ b/src/components/App.css @@ -65,7 +65,3 @@ body { overflow: hidden; position: relative; } - -.main-center-layout { - box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03); -} diff --git a/src/components/App.jsx b/src/components/App.jsx index 3e5c1e0449..861c10358e 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -26,11 +26,8 @@ import DndContext from './DndContext.jsx' import { InterpretationModal } from './InterpretationModal/index.js' import Layout from './Layout/Layout.jsx' import { MenuBar } from './MenuBar/MenuBar.jsx' -import { TitleBar } from './TitleBar/TitleBar.jsx' import { Visualization } from './Visualization/Visualization.jsx' -import { VisualizationTypeSelector } from './VisualizationTypeSelector/VisualizationTypeSelector.jsx' import './App.css' -import './scrollbar.css' // Used to avoid repeating `history` listener calls -- see below let lastLocation @@ -229,10 +226,8 @@ class UnconnectedApp extends Component { <>