Skip to content

Conversation

fiskus
Copy link
Member

@fiskus fiskus commented Sep 5, 2025

Description

TODO

  • Unit tests
  • Security: Confirm that this change meets security best practices and does not violate the security model
  • Open and Embed: Confirm that this change doesn't break Open variant and Embed widget
  • Documentation
    • run optipng on any new PNGs
    • Python: Run build.py for new docstrings
    • JavaScript: basic explanation and screenshot of new features
    • Markdown somewhere in docs/**/*.md that explains the feature to end users (said .md files should be linked from SUMMARY.md so they appear on https://docs.quilt.bio)
    • Markdown docs for developers
  • Changelog entry (skip if change is not significant to end users, e.g. docs only)

fiskus and others added 27 commits September 3, 2025 13:17
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Move early return conditions into setValue callback for consistent code structure:
- useDatabase: consolidate !hasData check with other conditions
- useCatalogName: consolidate !hasData check with other conditions
- useQuery: consolidate !hasData check with other conditions
- useQueryBody: consolidate !isReady check with other conditions

This creates a uniform pattern where all state selection logic
is contained within a single setValue((v) => {...}) callback,
improving code readability and maintainability.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Copy link

codecov bot commented Sep 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.27%. Comparing base (a445ad5) to head (727b075).

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #4529       +/-   ##
===========================================
+ Coverage   38.01%   57.27%   +19.26%     
===========================================
  Files         826       32      -794     
  Lines       36470     2308    -34162     
  Branches     5977        0     -5977     
===========================================
- Hits        13864     1322    -12542     
+ Misses      22085      986    -21099     
+ Partials      521        0      -521     
Flag Coverage Δ
api-python ?
catalog ?
lambda 57.27% <ø> (-35.33%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant