Skip to content

feat: Metadata panel v1#906

Merged
bprusinowski merged 17 commits intomainfrom
feat/metadata-panel
Nov 28, 2022
Merged

feat: Metadata panel v1#906
bprusinowski merged 17 commits intomainfrom
feat/metadata-panel

Conversation

@bprusinowski
Copy link
Copy Markdown
Member

@bprusinowski bprusinowski commented Nov 23, 2022

No description provided.

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Nov 23, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
visualization-tool ✅ Ready (Inspect) Visit Preview Nov 28, 2022 at 1:50PM (UTC)

@bprusinowski bprusinowski changed the title feat: Metadata panel feat: Metadata panel v1 Nov 23, 2022
Copy link
Copy Markdown
Collaborator

@ptbrowne ptbrowne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏 I think we could merge if we used a feature flag to activate / deactivate the button to open the metadata panel ?

Comment thread app/components/metadata-panel.tsx Outdated
Comment thread app/components/metadata-panel.tsx Outdated
Comment thread app/components/metadata-panel.tsx Outdated
const ToggleButton = ({ onClick }: { onClick: () => void }) => {
return (
<Button component="a" variant="text" size="small" onClick={onClick}>
<Typography variant="body2">Metadata</Typography>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trans should be used

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this button have a different look when the metadata panel is visible ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we could maybe make it bold when the panel is open?

cc @AnninaWalker – it's about the button below :)

Screenshot 2022-11-28 at 09 36 09

Comment thread app/components/metadata-panel.tsx Outdated
Comment thread app/components/chart-published.tsx Outdated
Comment thread app/components/metadata-panel.tsx Outdated
Comment thread app/components/metadata-panel.tsx Outdated
Comment thread app/icons/index.tsx
@bprusinowski bprusinowski merged commit 8d68e2c into main Nov 28, 2022
@bprusinowski bprusinowski deleted the feat/metadata-panel branch November 28, 2022 13:50
@bprusinowski bprusinowski linked an issue Nov 29, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement a 1st version of the metadata panel

2 participants