Fix TZ Fabric frontend UI regressions and search/image analysis polish#78
Open
DhwaniKhandelwal-tech wants to merge 25 commits into
Open
Fix TZ Fabric frontend UI regressions and search/image analysis polish#78DhwaniKhandelwal-tech wants to merge 25 commits into
DhwaniKhandelwal-tech wants to merge 25 commits into
Conversation
Owner
|
…ling ; Reposition analysis controls, improve chat UI and attachment dialogs, handle transient first-message failures, normalize upload timestamps, harden frontend API behavior, and add regression tests and quality checks.
…ad UI Fix cross-theme contrast, analysis controls, search image actions and pagination, upload controls and confirmation dialogs, chat styling, timestamp handling, request stability, and frontend quality checks.
Owner
Owner
|
run |
Collaborator
Author
Owner
Owner
Owner
|
internal reader pages still does not have footer visible |
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
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.









Summary
This PR contains the latest frontend bug fixes and UI polish for the TZ Fabric bugfix branch. The changes focus on fixing visual regressions, improving light/dark theme consistency, stabilizing the fabric search experience, and cleaning up the image analysis/image description flow.
Changes Made
Fixed visibility issues across light and dark themes where text, labels, buttons, headings, and UI sections were difficult to read.
Improved the Fabric Search page layout, including result cards, empty states, category picker, settings panel, and search UI spacing.
Hardened search error handling so network/backend failures show clearer inline messages instead of leaving the UI in a confusing state.
Improved image analysis and image description layout stability by reducing CSS collisions and cleaning up preview/action column structure.
Fixed overlapping and clipping issues affecting file labels, upload controls, attach button, image preview areas, and search-related UI sections.
Improved drawer toggle, sample image/gallery styling, and common frontend polish.
Added/updated shared frontend stability styles to reduce repeated theme and layout regressions.
Cleaned up CSS conflicts affecting multiple pages.
Key Areas Touched
Fabric search page
Image descriptor / image analysis flow
Image description styles
Message and chat UI styling
Sample image gallery card styling
Drawer toggle styling
Global theme and layout stability styles
Testing
Verified affected screens locally after applying the fixes.
Checked light and dark theme visibility.
Reviewed search results, empty states, category picker, settings panel, and error states.
Checked image analysis layout, upload controls, preview area, and description section.
Confirmed the changes are frontend-focused and do not introduce backend changes.
Notes
This PR is focused on frontend bug fixes, visual regression cleanup, and UI stability improvements for the TZ Fabric search and image analysis flows.