feat(chat): add AI chat mode with busy error page and UI improvements#3043
Merged
feat(chat): add AI chat mode with busy error page and UI improvements#3043
Conversation
- Add new chat.jsp for AI-powered conversational search interface - Add busy.jsp error page for server overload handling - Register busy.jsp design file in fess.xml DI config - Add new i18n labels: did_not_match_suggestion, facet_filter_button, and chat-* labels (20 languages) - Add FessLabels constants for new labels - Improve accessibility: replace <em> with <i aria-hidden="true"> across JSP views - Add chat navigation link in header when chatEnabled - Add search button spinner animation in search.js - Add empty-list-placeholder CSS styles for admin pages
…ton labels Translate two previously English-only labels into 14 languages: - labels.did_not_match_suggestion - labels.facet_filter_button Languages: de, es, fr, hi, id, it, ko, nl, pl, pt_BR, ru, tr, zh_CN, zh_TW Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
Changes Made
chat/chat.jsp): Conversational search UI with progress indicators, status area, error handling, and new chat buttonerror/busy.jsp): Dedicated error page for server overload handling, registered infess.xmlDI configdid_not_match_suggestion,facet_filter_button, and chat-related labels across all 20 language property files, with correspondingFessLabels.javaconstants<em>icon tags with<i aria-hidden="true">across all JSP views (admin, search, error pages)chatEnabled), hide search form on chat pagesearch.jsempty-list-placeholderstyles for empty list statesTesting
/chatwhenchatEnabledis trueBreaking Changes
Additional Notes
<em>to<i>is consistent across all views for accessibility compliancechatEnabledflag