Skip to content

Commit

Permalink
Remove exp tracking from feature hits and global toolbar; remove Expe…
Browse files Browse the repository at this point in the history
…rimentsIcon

Signed-off-by: tynandebold <[email protected]>
  • Loading branch information
tynandebold committed Nov 22, 2024
1 parent eac8d39 commit 86cecbb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 40 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions src/components/feature-hints/feature-hints-content.js

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions src/components/global-toolbar/global-toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
import { isRunningLocally, sanitizedPathname } from '../../utils';

import DownloadIcon from '../icons/download';
import ExperimentsIcon from '../icons/experiments';
import IconButton from '../ui/icon-button';
import LogoIcon from '../icons/logo';
import SettingsIcon from '../icons/settings';
Expand Down Expand Up @@ -53,24 +52,6 @@ export const GlobalToolbar = ({
labelText="Flowchart"
/>
</NavLink>
{isRunningLocally() ? (
<NavLink
exact
id="experiment-tracking-nav-button"
to={{ pathname: `${sanitizedPathname()}experiment-tracking` }}
>
<IconButton
ariaLabel={'View your experiments'}
className={
'pipeline-menu-button--large pipeline-menu-button--link'
}
dataTest={'global-toolbar-experiments-btn'}
disabled={false}
icon={ExperimentsIcon}
labelText="Experiment tracking"
/>
</NavLink>
) : null}
</ul>
<ul className="pipeline-global-control-toolbar kedro">
<IconButton
Expand Down
9 changes: 0 additions & 9 deletions src/components/icons/experiments.js

This file was deleted.

0 comments on commit 86cecbb

Please sign in to comment.