|
|
b6707d75de
|
🔧 Update search worker initialization to use Vite's ?worker syntax for proper bundling and improve error handling
|
2026-01-28 21:07:48 +00:00 |
|
|
|
d91765941a
|
🎨 Improve console log formatting for better readability in search worker
|
2026-01-28 21:07:34 +00:00 |
|
|
|
ddf2289ea6
|
🛠️ Add detailed logging and error handling to search worker
|
2026-01-28 21:07:29 +00:00 |
|
|
|
109a3f1995
|
🔧 Improve search worker initialization and logging for better error handling and debugging
|
2026-01-28 21:07:19 +00:00 |
|
|
|
74893f7f74
|
🔧 Improve logging and error handling for search worker operations
|
2026-01-28 21:07:14 +00:00 |
|
|
|
ba798ff999
|
🔧 Enhance search worker initialization with error handling and logging
|
2026-01-28 21:07:09 +00:00 |
|
|
|
c3d758fda6
|
✨ Improve code formatting by removing unnecessary whitespace
|
2026-01-28 20:51:15 +00:00 |
|
|
|
b8a4539fe3
|
✨ Highlight search result matches in display lines
|
2026-01-28 20:51:10 +00:00 |
|
|
|
8fc32c517e
|
✨ Improve code formatting by removing unnecessary whitespace
|
2026-01-28 20:36:01 +00:00 |
|
|
|
f758069c82
|
🔍 Offload search functionality to a web worker for improved UI responsiveness and performance
|
2026-01-28 20:35:56 +00:00 |
|
|
|
d30612a883
|
🎨 Simplify arrow function syntax in handleSearchWorkerMessage definition
|
2026-01-28 20:35:45 +00:00 |
|
|
|
94bb78346f
|
🔍 Add web worker for search operations to improve performance and handle search progress and results
|
2026-01-28 20:35:40 +00:00 |
|
|
|
15aa7d2fea
|
🔍 Simplify arrow function syntax in search worker's message handler
|
2026-01-28 20:35:30 +00:00 |
|
|
|
8beb332548
|
🔍 Add search functionality in the worker script
|
2026-01-28 20:35:25 +00:00 |
|
|
|
384e2df3f1
|
🔧 Refactor scrollToResult function for improved readability and formatting consistency
|
2026-01-28 20:33:38 +00:00 |
|
|
|
4d951130a5
|
🔍 Improve scrolling logic to dynamically load more lines when searching results exceed displayed lines
|
2026-01-28 20:33:33 +00:00 |
|
|
|
1cc137b9bb
|
✨ Improve readability by reformatting code for better line wrapping
|
2026-01-28 20:33:22 +00:00 |
|
|
|
b953f5b9dc
|
🔍 Update search logic to process all file lines and optimize display updates
|
2026-01-28 20:33:16 +00:00 |
|
|
|
653702dfc6
|
💡 Clarify line display logic to show limited lines initially while retaining full content for searching
|
2026-01-28 20:32:59 +00:00 |
|
|
|
bdbec024fc
|
🔄 Reorder conditional checks for consistent handling of 'pokemon' in file type and name formatting functions
|
2026-01-28 20:30:06 +00:00 |
|
|
|
b903505ac2
|
🔍 Update file type and name detection logic to handle case-insensitive 'allForms' keyword
|
2026-01-28 20:29:09 +00:00 |
|
|
|
765742c6c7
|
✨ Improve file selection logic to prioritize largest files of each type
|
2026-01-28 20:28:04 +00:00 |
|
|
|
1b9a1d9386
|
✨ Implement logic to display unique files by type, prioritizing the largest file for each type
|
2026-01-28 20:27:59 +00:00 |
|
|
|
469bbb186d
|
✨ Configure highlight.js to suppress HTML warnings with updated formatting
|
2026-01-28 20:25:32 +00:00 |
|
|
|
42447dd952
|
✨ Configure highlight.js to suppress HTML warnings and remove redundant configuration
|
2026-01-28 20:25:27 +00:00 |
|
|
|
4079fa0975
|
✨ Configure highlight.js to handle HTML safely with updated settings
|
2026-01-28 20:23:18 +00:00 |
|
|
|
9f241da3b0
|
✨ Refactor router-view to use scoped slots with dynamic component rendering
|
2026-01-28 20:23:08 +00:00 |
|
|
|
0a53b7758f
|
🎨 Add placeholder for mobile-specific styles in GamemasterExplorer component
|
2026-01-28 20:22:05 +00:00 |
|
|
|
feaa990ea0
|
🎨 Refine UI styles for improved responsiveness, consistency, and readability across components
|
2026-01-28 20:21:16 +00:00 |
|
|
|
b4b1c77f49
|
🎨 Adjust layout and styling for file selector and search bar components
|
2026-01-28 20:20:38 +00:00 |
|
|
|
5614a6775b
|
🎨 Adjust UI styling with reduced padding, border radius, and shadow intensity for a more compact design
|
2026-01-28 20:20:33 +00:00 |
|
|
|
f4d394ae47
|
🧹 Remove unnecessary blank line in CSS media query
|
2026-01-28 20:19:38 +00:00 |
|
|
|
800baeb8f4
|
🎨 Adjust responsive styles and layout for improved header and button design
|
2026-01-28 20:19:20 +00:00 |
|
|
|
fd4d1d1358
|
🎨 Improve header layout and responsiveness in Gamemaster Explorer view
|
2026-01-28 20:17:54 +00:00 |
|
|
|
e9a461a478
|
✨ Improve search term escaping for highlighting functionality
|
2026-01-28 20:15:18 +00:00 |
|
|
|
a687a51229
|
✨ Enhance search highlighting by replacing regex usage with replaceAll for improved readability and consistency
|
2026-01-28 20:15:13 +00:00 |
|
|
|
6ccca7ae5e
|
✨ Improve scroll-to-result functionality with smoother scrolling and fallback adjustments
|
2026-01-28 20:14:52 +00:00 |
|
|
|
36804c1c24
|
🔄 Refactor scroll logic to improve reliability with virtual scroller rendering retries
|
2026-01-28 20:14:47 +00:00 |
|
|
|
2e9b34b266
|
🎨 Improve code readability by reformatting object literals and regex creation
|
2026-01-28 20:14:15 +00:00 |
|
|
|
06a8bf956e
|
✨ Enhance search result highlighting with current result indicator and improved match styling
|
2026-01-28 20:14:10 +00:00 |
|
|
|
4c89d15525
|
🔍 Enhance search result navigation with line number display and button tooltips
|
2026-01-28 20:12:46 +00:00 |
|
|
|
8e431e83f7
|
✨ Improve scroll-to-result functionality with smoother scrolling and better fallback handling
|
2026-01-28 20:12:39 +00:00 |
|
|
|
6980cb8657
|
✨ Enhance scrollToResult function with fallback and retry logic for better handling of virtual scroller scenarios
|
2026-01-28 20:12:34 +00:00 |
|
|
|
308df336c2
|
✨ Add data-line attribute to display line numbers in GamemasterExplorer component
|
2026-01-28 20:10:01 +00:00 |
|
|
|
a130770bc0
|
🎨 Improve contrast and readability for syntax highlighting in light mode
|
2026-01-28 20:08:06 +00:00 |
|
|
|
f41f83ee2a
|
🗑️ Remove unnecessary closing brace from onFileChange function
|
2026-01-28 20:07:18 +00:00 |
|
|
|
2e94360a38
|
📝 Clarify file change handling and remove redundant file loading logic
|
2026-01-28 20:06:44 +00:00 |
|
|
|
bee38e5eaa
|
🔧 Simplify arrow function syntax in watch callback
|
2026-01-28 20:06:39 +00:00 |
|
|
|
8ca0c4b68c
|
🔄 Watch selectedFile changes to trigger file loading
|
2026-01-28 20:06:34 +00:00 |
|
|
|
65a8d64666
|
🔧 Add watch import to support reactive data handling in GamemasterExplorer component
|
2026-01-28 20:06:29 +00:00 |
|