-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(flags): hide flags from context and add feedback button #77488
Conversation
static/app/components/events/featureFlags/eventFeatureFlagList.tsx
Outdated
Show resolved
Hide resolved
}) | ||
} | ||
> | ||
{t('Give Feedback')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I find all this text clutters and takes away focus from the other buttons, but this is what we do for breadcrumbs so ¯_(ツ)_/¯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I think on left is better and aligns with what we have for breadcrumb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cool, i kept it that way!
add give feedback button:
it wouldn't show up in the drawer for some reason so added it to the main component action bar:
Screen.Recording.2024-09-13.at.10.48.03.AM.mov
remove
flags
from the context displaycloses #77399
closes #77160