Skip to content

feat(web) - continuing work on the Management panel #6506

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

wendybujalski
Copy link
Contributor

Screenshot 2025-06-25 at 7 08 25 PM

Finishes most of ENG-3083

Last bit of work left is to finish the UX for and wire up the "add components to be managed" input.

Copy link

Dependency Review

✅ No vulnerabilities or OpenSSF Scorecard issues found.

Scanned Files

None

Comment on lines +5 to +6
'flex flex-row items-center gap-xs [&>*]:text-sm [&>*]:font-bold',
themeClasses('[&>*]:border-neutral-400', '[&>*]:border-neutral-600'),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Tailwind child selectors allow us to avoid redundant styles.

mono
:class="themeClasses('text-green-light-mode', 'text-green-dark-mode')"
>
<!-- TODO(WENDY) - schema variant name goes here -->
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah whoops - will remove this comment in my next PR 😅

@@ -114,6 +113,7 @@ import {
startWindowResizeEmitter,
} from "./logic_composables/emitters";
import { tokensByWorkspacePk } from "./logic_composables/tokens";
import ComponentPage from "./ComponentDetails.vue";
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Avoiding a name conflict!

Copy link
Contributor

@stack72 stack72 left a comment

Choose a reason for hiding this comment

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

@wendybujalski functionality wise it's looking great! I have it running here and I love it

WRT the changes to the webworker etc, I would love @jobelenus to cast his eyes over it to make sure he's good with them - this is an area I am not 100% sure about

Comment on lines +558 to +569
/* TODO(Wendy) - temporary color classes for the new UI */
.text-purple {
color: #d4b4fe;
}

.text-green-light-mode {
color: #3b8e48;
}

.text-green-dark-mode {
color: #b2dfb9;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

These are colors we're using in the new UI which are not compliant with the old color system. Eventually we should revamp that system to include these colors.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you to @jobelenus for his advice/guidance in how best to make these changes to the webworker and the Context!

@wendybujalski wendybujalski added this pull request to the merge queue Jun 26, 2025
Merged via the queue into main with commit ca846e6 Jun 26, 2025
12 checks passed
@wendybujalski wendybujalski deleted the wendy/eng-3083-the-management-section-pt-2 branch June 26, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy