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

Cde design system #773

Open
wants to merge 22 commits into
base: cde-mvp2
Choose a base branch
from
Open

Cde design system #773

wants to merge 22 commits into from

Conversation

edlu77
Copy link
Contributor

@edlu77 edlu77 commented Oct 8, 2024

Added design system and updated styles for landing page, create vis page, and visualization page

@edlu77 edlu77 self-assigned this Oct 8, 2024
Copy link

nx-cloud bot commented Oct 8, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit c45e0f4. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


🟥 Failed Commands
nx affected --target=test --parallel=3 --exclude=tag:karma-test-runner --ci --code-coverage
✅ Successfully ran 5 targets

Sent with 💌 from NxCloud.

Copy link

github-actions bot commented Oct 8, 2024

🚀 Preview Deploy Report Updated

✅ Successfully deployed preview here

Copy link
Contributor

@LibbyUX LibbyUX left a comment

Choose a reason for hiding this comment

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

Hi @edlu77, thank you so much for getting this started! It's looking good!

Some requests for this preview:

  • I'm looking for updates in our design system to build this nav header:
    • I created a list of design system updates for all nav headers on this issue to help organize what is needed in the design system first before implementing in the CDE: Use design system nav header #767
  • Is it possible to get this to stick at the top of the page on scroll? This is functionality needed for all nav headers in the design system.
  • I would like to see the updated HuBMAP apps sidenav implemented as well on click of the Apps icon button.

Thank you so much! Please don't hesitate to reach out if you have questions!

image

@edlu77
Copy link
Contributor Author

edlu77 commented Oct 16, 2024

@LibbyUX I've made the header updates in a separate PR: #778

Please comment there with any feedback. Thanks!

@LibbyUX
Copy link
Contributor

LibbyUX commented Oct 17, 2024

@axdanbol, @edlu77,

Regarding the Software Status Indicator, this approved design articulates where we are at with our software. When an update is required, I can submit individual issues per application using it. We need 3 sizes for our various UIs. Let me know if you have any questions!

Examples in approved UIs

Resources

FTU Explorer nav header

  • Using small variant:
Screenshot 2024-10-17 at 12 12 49 PM

App Library

  • Using large variant:
Screenshot 2024-10-17 at 12 14 02 PM

@edlu77 edlu77 linked an issue Oct 18, 2024 that may be closed by this pull request
Copy link
Contributor

@axdanbol axdanbol left a comment

Choose a reason for hiding this comment

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

Cleanup some commented out code

gap: 0.5rem;
border-radius: 1rem;
font: var(--sys-label-large);
// .upload-success {
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove commented out code please

} as File,
length: 1,
} as unknown as FileList;
// const mockFiles = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove commented out code please

Copy link
Contributor

@axdanbol axdanbol left a comment

Choose a reason for hiding this comment

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

I'm still seeing quite a bit of commented out code. Also please resolve merge conflicts

@@ -21,29 +14,12 @@ describe('FileUploadComponent', () => {
});
});

it('should load', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did you remove the tests for file loading?

Copy link

sonarcloud bot commented Oct 24, 2024

@edlu77 edlu77 linked an issue Oct 24, 2024 that may be closed by this pull request
@edlu77
Copy link
Contributor Author

edlu77 commented Oct 24, 2024

@LibbyUX I've merged all the changes from #788 into this branch. Please review this version, thanks!

@edlu77 edlu77 linked an issue Oct 24, 2024 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.

Delete File Button Workflow Card Determinate progress bar
3 participants