Skip to content

Added fix to resize filter panel#248

Merged
OwenCoogan merged 2 commits into
masterfrom
oc/DRA-2985
Aug 11, 2025
Merged

Added fix to resize filter panel#248
OwenCoogan merged 2 commits into
masterfrom
oc/DRA-2985

Conversation

@OwenCoogan
Copy link
Copy Markdown
Contributor

What does this PR do?

Related to : #

What are the observable changes?

🧑‍💻 Developer Heads Up

⚡ Since we are using Ember Octane now:

  • Feel free to migrate existing components to Glimmer Components.
  • Write new ones exclusively in it.

Useful Resource : Ember Octane vs Classic Cheat Sheet

Good PR checklist

  • Title makes sense
  • Is against the correct branch
  • Only addresses one issue
  • Properly assigned
  • Added/updated tests
  • Added/updated documentation
  • Migrated touched components to Glimmer Components
  • Properly labeled

Additional Notes

@OwenCoogan OwenCoogan self-assigned this Aug 5, 2025
@OwenCoogan OwenCoogan requested review from a team and phndiaye as code owners August 5, 2025 14:11
@OwenCoogan OwenCoogan requested review from aprentout and nathalieArnoux and removed request for a team August 5, 2025 14:11
@linear
Copy link
Copy Markdown

linear Bot commented Aug 5, 2025

const colHeaderTop = colHeader.getBoundingClientRect().top;
const tableBottom = table.getBoundingClientRect().bottom;

const availableHeight = tableBottom - colHeaderTop - 100; // 10px pour un peu d'espace
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

forgotten comment

@OwenCoogan OwenCoogan merged commit 886da30 into master Aug 11, 2025
3 checks passed
@OwenCoogan OwenCoogan deleted the oc/DRA-2985 branch August 11, 2025 14:06
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.

4 participants