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

Minor UI enhancements #2727

Merged
merged 26 commits into from
Feb 12, 2024
Merged

Minor UI enhancements #2727

merged 26 commits into from
Feb 12, 2024

Conversation

phixMe
Copy link
Member

@phixMe phixMe commented Jan 4, 2024

Problem

This is a followup to the larger lineage update PR #2725 that fixes some minor application consistency and styling issues.

  • Cleans up some tagging
  • Removes old JSON library that was problematic for us and replaces it with a new one.
  • Minor button changes
  • Fixes UI - apparent bug with "complete" toggle #2747 Orphaned edge without a node issue.
  • Touch up dataset tags ui slightly

Solution

One-line summary: Hygienic cleanup of project

Checklist

  • You've signed-off your work
  • Your changes are accompanied by tests (if relevant)
  • Your change contains a small diff and is self-contained
  • You've updated any relevant documentation (if relevant)
  • You've included a one-line summary of your change for the CHANGELOG.md (Depending on the change, this may not be necessary).
  • You've versioned your .sql database schema migration according to Flyway's naming convention (if relevant)
  • You've included a header in any source code files (if relevant)

Copy link

netlify bot commented Jan 4, 2024

Deploy Preview for peppy-sprite-186812 canceled.

Name Link
🔨 Latest commit a4cf310
🔍 Latest deploy log https://app.netlify.com/sites/peppy-sprite-186812/deploys/65ca4ea978aa6a000848f105

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b27cb30) 84.45% compared to head (a4cf310) 84.45%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2727   +/-   ##
=========================================
  Coverage     84.45%   84.45%           
  Complexity     1416     1416           
=========================================
  Files           251      251           
  Lines          6447     6447           
  Branches        291      291           
=========================================
  Hits           5445     5445           
  Misses          850      850           
  Partials        152      152           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mobuchowski
Copy link
Contributor

"minor" changes for 8000 lines? 😮

@phixMe
Copy link
Member Author

phixMe commented Jan 8, 2024

This is just on top of #2725, so it's minor after that.

phix added 4 commits February 9, 2024 15:19
# Conflicts:
#	web/src/components/datasets/DatasetDetailPage.tsx
#	web/src/routes/column-level/ColumnLevel.tsx
#	web/src/routes/column-level/ColumnLevelDrawer.tsx
#	web/src/routes/column-level/ColumnLineageColumnNode.tsx
#	web/src/routes/column-level/layout.ts
#	web/src/routes/datasets/Datasets.tsx
#	web/src/routes/table-level/ActionBar.tsx
#	web/src/routes/table-level/TableLevel.tsx
#	web/src/routes/table-level/TableLineageDatasetNode.tsx
#	web/src/routes/table-level/TableLineageJobNode.tsx
#	web/src/routes/table-level/layout.ts
Fixed edge to non-existent node issue.
.
# Conflicts:
#	web/src/components/datasets/DatasetInfo.tsx
#	web/src/components/datasets/DatasetTags.tsx
@phixMe phixMe marked this pull request as ready for review February 12, 2024 17:02
Copy link
Member

@wslulciuc wslulciuc left a comment

Choose a reason for hiding this comment

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

LGTM 💯 🥇

@wslulciuc wslulciuc merged commit a1c4f05 into main Feb 12, 2024
16 checks passed
@wslulciuc wslulciuc deleted the feature/update-json-view branch February 12, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI - apparent bug with "complete" toggle
3 participants