Skip to content

fix: improve saved search reliability and documentation - #46

Merged
arnabnandy7 merged 1 commit into
mainfrom
feature/persistSavedSearches
Aug 20, 2026
Merged

fix: improve saved search reliability and documentation#46
arnabnandy7 merged 1 commit into
mainfrom
feature/persistSavedSearches

Conversation

@arnabnandy7

@arnabnandy7 arnabnandy7 commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix saved searches becoming inaccessible when the authenticated sidebar exceeds the viewport
  • Allow the complete sidebar to participate in normal document scrolling
  • Preserve existing save, run, delete, and synchronization behavior

Root cause

The variable-height sidebar used desktop sticky positioning. When restored saved searches made it taller than the viewport, its lower content could not move fully into view.

Fix

Removed sticky positioning from the sidebar so all saved searches remain reachable through normal page scrolling without introducing a nested scroll area.

Verification

  • UI test shows no scroll lock anymore during login

Closes #45

Signed-off-by: Arnab Nandy <arnab_nandy7@yahoo.com>
@arnabnandy7 arnabnandy7 self-assigned this Aug 20, 2026
@arnabnandy7 arnabnandy7 added bug Something isn't working documentation Improvements or additions to documentation labels Aug 20, 2026
@sonarqubecloud

Copy link
Copy Markdown

@arnabnandy7
arnabnandy7 merged commit 7bf4095 into main Aug 20, 2026
8 checks passed
@github-project-automation github-project-automation Bot moved this from To Do to Completed in Open issue portal development Aug 20, 2026
@arnabnandy7 arnabnandy7 mentioned this pull request Aug 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation

Projects

Development

Successfully merging this pull request may close these issues.

Saved searches become inaccessible when authenticated sidebar exceeds viewport

1 participant