Skip to content
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

Consistent admin bar pattern #76

Merged
merged 5 commits into from
Mar 7, 2024

Conversation

josephfusco
Copy link
Member

@josephfusco josephfusco commented Mar 6, 2024

These changes help to align the UX with what is currently expected, moving the current drawer button to be a 🚀 (for now)

Untitled 3

Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
@josephfusco josephfusco added the enhancement New feature or request label Mar 6, 2024
@josephfusco josephfusco self-assigned this Mar 6, 2024
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
Signed-off-by: Joe Fusco <joe.fusco@wpengine.com>
@josephfusco josephfusco marked this pull request as ready for review March 6, 2024 20:51
@@ -55,7 +55,7 @@
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array">
<element value="wp-graphql" />
<element value="wpgraphql-ide" />
Copy link
Collaborator

Choose a reason for hiding this comment

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

👌🏻

@@ -3,7 +3,7 @@ import { Drawer as VaulDrawer } from 'vaul';
import { useDispatch, useSelect } from '@wordpress/data';

export function EditorDrawer( { children } ) {
const buttonLabel = 'GraphQL IDE';
const buttonLabel = '🚀';
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm cool with this as a short-term solution, but I anticipate re-visiting this at some point as I don't think the 🚀 really conveys to anyone other than you an I what this button really is meant for 🤔

But, at the moment I don't have another suggestion. Just thinking we might revisit this at some point. 🤷🏻‍♂️

@jasonbahl jasonbahl merged commit a00681f into main Mar 7, 2024
4 checks passed
@jasonbahl jasonbahl deleted the issue-59-consistent-admin-bar-pattern branch May 17, 2024 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants