Redesign search page with modern UX and user-specific features
- Complete redesign of search interface with auto-suggestions, advanced filtering, and professional result display
- Implement user-specific search history (stored per user ID) for privacy
- Move popular searches from sidebar to filters modal for better organization
- Make all page sections full width by removing container constraints
- Add comprehensive search functionality with context display, bookmarks integration, and result navigation
- Include proper Romanian translations for search types ("Căutare generală", "Căutare exactă")
- Enhance UX with skeleton loading, empty states, mobile responsiveness, and keyboard shortcuts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -243,6 +243,14 @@
|
||||
"empty": {
|
||||
"title": "Începe să cauți în Scriptură",
|
||||
"description": "Introdu un cuvânt, o frază sau o referință biblică pentru a găsi versete relevante."
|
||||
},
|
||||
"copyVerse": "Copiază versetul",
|
||||
"goTo": "Mergi la",
|
||||
"addBookmark": "Adaugă la favorite",
|
||||
"removeBookmark": "Elimină din favorite",
|
||||
"searchTypes": {
|
||||
"anyWords": "Căutare generală",
|
||||
"exactPhrase": "Căutare exactă"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user