-
Notifications
You must be signed in to change notification settings - Fork 4
Develop #2012
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
Draft
axdanbol
wants to merge
78
commits into
main
Choose a base branch
from
develop
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(lib:design-system): ✨ #1511 - implement progress bar in storybook * refactor(lib:design-system): ♻️ remove redundant code * refactor(lib:design-system): ♻️ change figma spec url * refactor(lib:design-system): ♻️ refactor progressbar component to directive * Remove 'light' color option from ProgressBarColor
* removed css from embed sidenav * updating styles in flat card component * updated css in flat card --------- Co-authored-by: Daniel Bolin <[email protected]>
Updated commands should hopefully improve pre-commit hook speed
* feat(lib:design-system): ✨ implement #1805 - no results indicator * refactor(lib:design-system): ♻️ minor tweaks done
* create secondary entry point for info button * move secondary entry point to the design-system/buttons * add info button component * update index * update html * add stories * update imports and add inputs * add doc coverage, and custom rich tooltip container * update stories * update test coverage * update doc coverage * update html to use info button with tooltip * update imports and remove old code * update imports, use info button from design system * update html * remove unused package * update info button placement * formatting fixes * make changes to info button * update info button on create visualization page * updaet info button on title card * make it standalone and add comments * update tests * update package-lock * move text into html * update to inline-block * update tests * revert package lock changes * update buttons module and update imports to use module instead of components * update imports * update imports * update button module imports * remove circular dependency --------- Co-authored-by: Saai Vignesh Premanand <[email protected]>
* feat(lib:design-system): ✨ initial commit - list item * feat(lib:design-system): ✨ list item completed - minimal requirements * docs(lib:design-system): 📝 write comments for doc * style(lib:design-system): 💄 improve look * fix(lib:design-system): 🐛 improve component * refactor(lib:design-system): ♻️ removed wrapper, simplified implementation * style(lib:design-system): 💄 add scoped styles for mat list option * fix(lib:design-system): 🐛 fix index.ts * refactor(lib:design-system): ♻️ restructure code * style(lib:design-system): override tweaks * refactor(lib:design-system): ♻️ refactor after code review
* updated inverse colors * updating s-10 color * updating components with new color variables
* feat(lib:common): Add router-ext entry point * feat(lib:common): Add more router-ext utility * feat(lib:common): Add additional path utilities * test(lib:common): Update test configuration * feat(lib:common): Rename and improve the link directive * feat(lib:common): Add fragment link directive * test(lib:common): Add additional tests * test(lib:common): Increase test coverage even more!
* update input button to have clear button story * update select to have None option
* add clear all method to clear the chips * add query status condition * add query status signal * add clear all method
* Create action card content button component * Styling tweaks * Requested changes * Minor tweaks * Add zod to package,json
* created new schema for gallery action card * updated component file with gallery inputs * added new html for gallery variant * added css for gallery action card * updated storybook with gallery action card * updated tag color variables * added tests for gallery action card * adding removed dependency * removing gallery card from action-card component * moving gallery-card into it's own component * updated imports * updating variables * updated gallery card html * added a new mixin * removed unecessary css * updated storybook * updated tests
* updated cns light theme in design system * refactor(lib:design-system): ♻️ removed global-styles application code in cns light theme
* feat(lib:design-system): ✨ initial commit - list item * feat(lib:design-system): ✨ list item completed - minimal requirements * docs(lib:design-system): 📝 write comments for doc * style(lib:design-system): 💄 improve look * fix(lib:design-system): 🐛 improve component * refactor(lib:design-system): ♻️ removed wrapper, simplified implementation * style(lib:design-system): 💄 add scoped styles for mat list option * fix(lib:design-system): 🐛 fix index.ts * refactor(lib:design-system): ♻️ restructure code * style(lib:design-system): override tweaks * feat(lib:design-system): ✨ stories for list * feat(lib:design-system): ✨ #1788 - implement directive for density and revise stories * build(lib:design-system): 💚 commit package.json and corrected comments * refactor(lib:design-system): ♻️ review changes
* feat(lib:design-system): 💄 adding navigation button component to design system * refactor(lib:design-system): ♻️ updated code for navigation button design system component * refactor(lib:design-system): ♻️ updated navigation button component code * refactor(lib:design-system): 💄 formatting change in scss * test(lib:design-system): ✅ added tests for navigation button component * refactor(lib:design-system): ♻️ updated navigation-button component with new directives * refactor(lib:design-system): ♻️ updated buttons module reexports for nav button component
* build(global): remove unneeded deps * fix(global): 💚 try revert package lock * build(global): 👷 update package-lock.json * fix(global): 🏗️ fix build
* Stream files in the node-dist-vis cli to handle large node files. * clean typings * stream output * add return type * updates to package lock * revert back package lock changes * build(global): Revert package lock changes --------- Co-authored-by: Raj Chavan <[email protected]> Co-authored-by: Daniel Bolin <[email protected]>
* updated chips storybook * updated tag story * updated chips css * changed story name to stateless * created chip size directive * updating styles for mat-chip * updated chips storybook * refactor(lib:design-system): Move chips code to its own entry point --------- Co-authored-by: Daniel Bolin <[email protected]>
* perf(global:config): Update lint staged commands * build(global): ⬆️ Upgrade dependencies * ci(global): Improve CI workflows * ci(global): Sort lists on the preview page * chore(lib:ccf-body-ui): 🚨 Lint fix
* feat: ✨ 1714 - replace local instance of info button with DS equivalent, refactor info button components to directives and export accordingly * fix: 🐛 fix build * test(lib:design-system): ✅ pass tests * docs(lib:design-system): 📝 add comments for directives * refactor(lib:design-system): ♻️ review changes done * refactor(app:kg-explorer): ♻️ review changes #2 done * refactor(app:kg-explorer): ♻️ remove unneeded tests
* add inputs for breadcrumbs, date and tags * add inputs * add optional features * update scss * update tests * update stories * update paths * update html * update inputs on components
* feat(lib:design-system): ✨ Add CNS website logos, consent banner variant, switch to app config instead of static logos * revert(lib:design-system): ⏪ revert changes in consent-banner * fix(lib:common): 📝 add comment for brand logo interface * docs(lib:common): 📝 add comments
* created new redirect page * added storybook * added tests
* update snackbar in RUI * update snackbar in cde * update snackbar in design system
* fix content clip on landing page * update html * update scss * update mobile design * add margin left to splash section * prevent from conent being clipped * remove content shift for collaborators section * update styles
* feat(lib:design-system): ✨ make brand logo component have it's own injection token for brand logos * refactor(lib:common): ♻️ remove redundant app configuration member * docs(lib:design-system): ♻️ add comments and remove old code * refactor(lib:design-system): ♻️ explicitly type cast provide fn * Simplify BRAND_LOGOS injection token creation * feat(lib:design-system): ✨ add CNS brand logos to storybook * fix(lib:design-system): 🐛 make logos an input() --------- Co-authored-by: Daniel Bolin <[email protected]>
* feat(lib:design-system): ✨ make brand mark component have it's own injection token for brand marks * fix(lib:design-system): 🐛 add marks an input() --------- Co-authored-by: Daniel Bolin <[email protected]>
* feat(plugin:zod-to-json-schema): Create zod-to-json-schema plugin * feat(plugin:zod-to-json-schema): Generate build executor skeleton * feat(plugin:zod-to-json-schema): Infer build schema target * remove json generated files from git * update .gitignore * update packages * write the executor * update packages * update schema * update json schema * update executor * update package * refactor(global): Restore removed schema.json files * refactor(global:config): Tweak plugin configuration * update to use SWC instead of esbuild * update package * update comments * update tests * update index to use correct script for executor * update package * update spec * update build file * refactor(global): ⚰️ Remove old build-json-schema commands * refactor(plugin:zod-to-json-schema): Simplify task inferrence logic * refactor(global): Regenerate package-lock... * chore(global): Regenerate package-lock again... * chore(global): Regenerate package-lock with npm@10 * chore(global): regenrate package-lock * chore(global): Try to get package & package-lock in sync... * chore(global): Update package-lock Why npm? Why? * build(global): Checkout develop's package.json/package-lock.json * build(global): Reinstall nx devkit & plugin * build(global): Reinstall @swc/cli * build(global): package-lock * build(global): Try to downgrade @types/express * build(global): Ughhhhhh * build(global): package-lock :( * build(global): Last try to fix package-lock * refactor(plugin:zod-to-json-schema): Lint fix * refactor(plugin:zod-to-json-schema): Disable plugin logic Testing whether the plugin logic causes the agents to fail * fix(plugin:zod-to-json-schema): Resolve base directory when globbing for schema files * fix(plugin:zod-to-json-schema): Switch to the 'glob' package instead of 'fs.glob' Nx agents run node 20 which means fs.glob is not available * chore(plugin:zod-to-json-schema): Lint fix * build(global): Update a couple of packages * chore: Lint fix * refactor(plugin:zod-to-json-schema): Reimplement schema build executor Switched back to using esbuild instead of swc-node * refactor(plugin:zod-to-json-schema): Remove old tests * refactor(global): Add id metadata to all schemas * refactor(global): Missed a schema * refactor(plugin:zod-to-json-schema): Tweak logging * refactor(global): Regenerate json schemas * refactor(global): Regenerate even more schemas --------- Co-authored-by: Daniel Bolin <[email protected]>
* add end of results indicator * add index * add component * add template * add styling * add tests * add stories * add documentation * update inputs * update html * update tests * update stories * remove wrzpping container and move styles inside host --------- Co-authored-by: Daniel Bolin <[email protected]>
* feat(lib:design-system): ✨ added new list view component to design system * test(lib:design-system): ✅ refactored list view tests * test(lib:design-system): ✅ refactored list view test
* feat(lib:design-system): ✨ gallery grid - initial implementation - tests pending * refactor(lib:design-system): ♻️ switch to generic type * docs(lib:design-system): ♻️ fix compodoc tests * refactor(lib:design-system): ♻️ refactor after pre-review * fix(lib:design-system): 🐛 compodoc ci
* use hraLink for text hyper link component * use hraLink for content button component * use hraLink for gallery card component * use hraLink for content-page component * use hraLink for section link component * use hraLink for ui-section component * update tests * use hraLink for app-nav-button * use hraLink for breadcrumbs component * use hraLink for header component * use hraLink for site navigation component * update resolve url * use hraLink for table-of-contents component * move inside the a tag * update template * remove resolveUrl * remove resolveUrl function * remove the resolve function * remove external * remove resolveUrl * use injectAppResolver() * update to have baseUrl * remove baseUrl * update template * update to use plain tooltip * remove target attribute * update data * update menu schema * update tests * use navigationItem().url directly in the template * lint changes * remove external true * add redirects * remove base url * add required inputs * update routes * add back project json - asctb reporter * add back text-button directives files * update index and imports * Revert "remove base url" This reverts commit 1402296, reversing changes made to 90d2705. * Checkout assets and google-maps * checkout ng-package for google maps * remove base url * remove all baseUrl instances * remove baseUrl * add external input * update tests for text-hyperlink * remove asset url pipe from app-nav-button * remove target and rel attributes * fix tests for site navigation * remove all baseUrl * use provideRouterExt() for apps using angular router * updates routes * refactor(app:apps.humanatlas.io): update routes --------- Co-authored-by: Daniel Bolin <[email protected]>
* refactor(app:apps.humanatlas.io): ♻️ updated cell population graphs sort option * refactor(app:apps.humanatlas.io): ♻️ updated logic in vega visulization to fix sorting in cpg
…o improve test coverage (#1992)
* add test for dashboard guard * add test for dashboard data resolver * add test for maybe async observable * add tests fpr yaml-file resolver * add spec file for yaml-file-cache * cover branches for dashboard-data resolver * cover branches for yaml-file resolver
* Add new icons to design system * Remove old icons in RUI * Add new icons to kg-explorer * Minor tweaks
* Add more features to tune menu * Rename to filter menu and other updates * Add filter container from design system to menu * Documentation * Update filter list flyout * Add filter flyout menu * Revert some stuff * Tweaks * Fix typo * Rename to search list * Remove file * Simplify search list component * Additional tweaks
* increase test coverage for ftu component * fix correct link * update tests * export filterUndefined function * add more test coverage
Menus didn't close properly on `esc` key
* Add more features to tune menu * Rename to filter menu and other updates * Add filter container from design system to menu * Documentation * Update filter list flyout * Fixes and updates * Update index.ts * Update stories for filter menu * Filter menu story styling updates * Fixes * Add search list to filter container * Update chips on menu selection changes * Increase test coverage * Revert changes to filter container; refactoring and fixes * Additional fixes and cleanup * Remove cns logo from this branch * Refactoring
|
View your CI Pipeline Execution ↗ for commit aa335f3
☁️ Nx Cloud last updated this comment at |
* build(global): Bump outdated dependencies * refactor(plugin:zod-to-json-schema): ♻️ Run schema code with nodejs vm module Each schema is run in it's own context to prevent them from interfering with each other * refactor(global): Regenerate json schemas * ci(global:config): Add .nvmrc to make nx agents use newer nodejs version
* feat(lib:design-system): 💄 switch CTA bar to inverse colors; add inverse styles for icon-button and update stories * fix(lib:design-system): 💄 remove redundant class on the CTA close button and re-arrange directives
* Initial updates for HRA v2.4 * HRA Portal updates for 10th release (some data to be updated) * Update CTA * Update kg-explorer for staging/mirror sites (#1970) * Update kg-explorer for staging/mirror sites * Use the correct endpoints * FIx versions * Fixes * Add mirror url * Remove unnecessary pipes * Update mappings * Add 10th release to kg version date (really needs to be factored out) * HRA v2.4 data updates * Landing page numbers update * Add VCCF v2.4 updates * Fix ordering of HRA release versions filters on kg explorer * Update millitome content on humanatlas.io (#2022) Co-authored-by: Bruce W. Herr II <[email protected]> * Added link to official millitome pages for each millitome in the table * Update KG numbers * Update to set api endpoint and mirror url from HTML (#2003) * Update to set api endpoint and mirror url from HTML * Update EMBEDDING.md * Fix EMBEDDING.md update * Increase test coverage * Millitomes content update * feat(app:humanatlas.io): ✨ add release notes for v2.4 * fix(app:humanatlas.io): 🐛 correct date for CL ontology - v2.4 release notes * fix(app:humanatlas.io): 🐛 change default release notes redirect to v2.4 * Add 10th release UI annotation images (#2024) * Add files via upload * Add UI annotation images * Update image source for app features section * Update image source in EUI yaml * Update image source path in ASCT+B reporter data.yaml * Delete libs/design-system/assets/ui-images/eui_features.png Deprecated UI annotation image for EUI * Update CDE image source in app features section * Update image source for dashboard page * Update image source for RUI page * Update image source for FTU Explorer page * Delete deprecated image: ASCT+B Reporter UI annotation * Delete deprecated image: CDE UI annotation * Delete deprecated image: Dashboard UI annotation * Delete deprecated image: FTU Explorer UI annotation * Delete deprecated image: RUI annotation --------- Co-authored-by: Bruce W. Herr II <[email protected]> * Update KG counts * fix(lib:design-system): Hide divider in data viewer download menu when files is empty * fix(app:humanatlas.io): Add crosswalk urls for 10th release data viewers * fix(app:humanatlas.io): Remove empty omaps links for 10th release --------- Co-authored-by: Edward Lu <[email protected]> Co-authored-by: Raj Chavan <[email protected]> Co-authored-by: edlu77 <[email protected]> Co-authored-by: Saai Vignesh P <[email protected]> Co-authored-by: Daniel Bolin <[email protected]> Co-authored-by: LibbyUX <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.