Skip to content

Commit

Permalink
Merge pull request #1702 from visualize-admin/feat/dashboard-improvem…
Browse files Browse the repository at this point in the history
…ents-2

feat: Editor & chart tabs UI improvements
  • Loading branch information
bprusinowski authored Sep 2, 2024
2 parents 58f7200 + e885ad5 commit 99eb19f
Show file tree
Hide file tree
Showing 15 changed files with 432 additions and 423 deletions.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# You can get the Accent API key from Accent platform
ACCENT_API_KEY=123
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node_modules
/app/dist
.now

.env
.env*.local

__diff_output__
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ You can also check the
- Single chart titles are now correctly displayed in user profile
- Renaming of charts through user profile now works correctly
- Manually entering dates in date pickers works correctly again
- Improved scrolling behavior in the chart tabs
- Aligned editor and layouting page layouts

# [4.7.4] - 2024-07-23

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,3 +366,8 @@ goes:

In the future, we might want to integrate further Accent so that it opens pull
requests.

> ℹ️ To automatically authenticate with Accent, you can set the `ACCENT_API_KEY`
> environment variable in your `.env` file in the root of the project. You can
> find the API key in the Accent web UI. Otherwise, you can add the key inline
> when running the command, e.g. `ACCENT_API_KEY=your_key yarn locales:push`.
2 changes: 1 addition & 1 deletion app/components/chart-published.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const ChartPublished = (props: ChartPublishedProps) => {
)}
</Flex>
<ChartTablePreviewProvider>
<DashboardInteractiveFilters sx={{ mb: 4 }} />
<DashboardInteractiveFilters />
<ChartWrapper
layoutType={state.layout.type}
chartKey={state.activeChartKey}
Expand Down
Loading

0 comments on commit 99eb19f

Please sign in to comment.