Commit Graph

  • 35e9a97708 🧹 Remove unnecessary whitespace in BaseModal unit tests FragginWagon 2026-01-28 22:25:42 +00:00
  • fa8286fa54 🧪 Improve BaseModal test to handle timing-dependent overflow checks and verify cleanup FragginWagon 2026-01-28 22:25:37 +00:00
  • 5eb704af2d 🧪 Improve BaseModal unit test to handle timing-dependent overflow behavior FragginWagon 2026-01-28 22:25:31 +00:00
  • bf38a226fc 🧪 Add missing nextTick call in BaseModal unit test to ensure proper DOM updates FragginWagon 2026-01-28 22:25:15 +00:00
  • 61fe7c6594 🧪 Add additional nextTick calls in BaseModal unit tests to ensure proper DOM updates FragginWagon 2026-01-28 22:25:10 +00:00
  • 155a3d3985 🧪 Update BaseModal test to verify element existence instead of active focus due to JSDOM limitations FragginWagon 2026-01-28 22:25:00 +00:00
  • 5453f80317 🧪 Improve test readability by reformatting code for better clarity and consistency in BaseModal unit tests FragginWagon 2026-01-28 22:24:43 +00:00
  • 6d3d81c3c0 Add unit tests for BaseModal component FragginWagon 2026-01-28 22:24:39 +00:00
  • 4cb66eafbd 🎨 Refactor code style for consistency and readability in BaseModal component FragginWagon 2026-01-28 22:24:11 +00:00
  • 94b1828c88 Add BaseModal component for shared modal functionality FragginWagon 2026-01-28 22:24:06 +00:00
  • 247d4330b2 Add support for slot detection in BaseButton component FragginWagon 2026-01-28 22:23:29 +00:00
  • 2d89f09b92 Add slot support to BaseButton component FragginWagon 2026-01-28 22:23:14 +00:00
  • e061278123 🧹 Remove unnecessary whitespace in BaseButton component unit tests FragginWagon 2026-01-28 22:22:50 +00:00
  • be3fd84901 Add unit tests for BaseButton component FragginWagon 2026-01-28 22:22:45 +00:00
  • b06382c0bb 🎨 Improve code readability and consistency in BaseButton component by reformatting and simplifying syntax FragginWagon 2026-01-28 22:22:35 +00:00
  • 9467d4d81d Update progress documentation and mark Step 3 as completed in project tracker FragginWagon 2026-01-28 22:22:30 +00:00
  • 77a5d09db1 🛠️ Add new dependencies and configure workspace for server module integration FragginWagon 2026-01-28 22:21:28 +00:00
  • 1279cfaa4e 🛠️ Add workspace configuration and update scripts for server management FragginWagon 2026-01-28 22:19:13 +00:00
  • 6b2e5795bc Add new dependencies for server functionality FragginWagon 2026-01-28 22:19:03 +00:00
  • cd85a0f0a4 📝 Update progress documentation for Pokedex.Online project FragginWagon 2026-01-28 22:17:59 +00:00
  • a8b5ee6e3c 🧪 Improve test formatting and fix spacing issues in api-client unit tests FragginWagon 2026-01-28 22:17:22 +00:00
  • 2a8cfd4011 Add unit tests for API client utility functions FragginWagon 2026-01-28 22:17:17 +00:00
  • 4c950b5686 Improve code readability and formatting in API client utility FragginWagon 2026-01-28 22:16:56 +00:00
  • d5ec0cd9db Add utility functions for API client integration FragginWagon 2026-01-28 22:16:51 +00:00
  • 6dfe06a412 Simplify arrow function syntax in unit test FragginWagon 2026-01-28 22:16:38 +00:00
  • 26ff87450e 🛠️ Update useAsyncState test to handle operation cancellation with abort signal FragginWagon 2026-01-28 22:16:33 +00:00
  • c91843d828 🧪 Refactor unit tests for useAsyncState to improve readability and formatting FragginWagon 2026-01-28 22:15:39 +00:00
  • 84ea99c219 Add unit tests for useAsyncState composable FragginWagon 2026-01-28 22:15:34 +00:00
  • 5fcd3fc768 🎨 Improve code formatting and readability in useAsyncState composable FragginWagon 2026-01-28 22:14:59 +00:00
  • d7207e5014 Add composable for managing asynchronous state FragginWagon 2026-01-28 22:14:54 +00:00
  • 9e8c1f12aa 🧪 Add testing scripts using Vitest to package.json FragginWagon 2026-01-28 22:14:40 +00:00
  • 0e0b23a3a1 🛠️ Configure testing setup and update Vitest configuration FragginWagon 2026-01-28 22:14:25 +00:00
  • fcdab93e55 🧪 Add testing dependencies including Vitest, JSDOM, and Vue Test Utils FragginWagon 2026-01-28 22:10:20 +00:00
  • ed5b819c41 📚 Update README with additional project details and instructions FragginWagon 2026-01-28 22:09:15 +00:00
  • cc71cf1a91 📚 Reorganize documentation structure and update README with new links and details FragginWagon 2026-01-28 22:08:56 +00:00
  • 507d9d600f 🗑️ Remove outdated documentation files and consolidate content into a single README for improved organization and maintainability FragginWagon 2026-01-28 22:08:37 +00:00
  • ed44fad9bd 🔄 Refactor documentation to update the restructuring plan for Pokedex.Online FragginWagon 2026-01-28 22:08:27 +00:00
  • 649c7733c3 Improve performance monitoring by replacing console.time with performance.now for more precise timing FragginWagon 2026-01-28 21:20:33 +00:00
  • 94a4d01966 🔑 Add API key status check for badge display FragginWagon 2026-01-28 21:20:11 +00:00
  • 6bf6bb3a1c 🎨 Improve code formatting and readability in scroll position calculation logic FragginWagon 2026-01-28 21:18:02 +00:00
  • 1a398b2528 🎯 Improve virtual scroller to center items during scroll for better visibility FragginWagon 2026-01-28 21:17:57 +00:00
  • 32698e5261 Enhance scrolling logic with virtual scroller API support for large files and improve fallback behavior FragginWagon 2026-01-28 21:16:02 +00:00
  • a8b92e1d3b Add ref attribute to virtual scroller for enhanced component referencing FragginWagon 2026-01-28 21:15:46 +00:00
  • c6cc4a290e Add ref for virtual scroller in GamemasterExplorer component FragginWagon 2026-01-28 21:15:36 +00:00
  • 3dc5565df5 🎨 Simplify scroll position calculation formatting in GamemasterExplorer component FragginWagon 2026-01-28 21:14:16 +00:00
  • 9507c7b304 🎯 Improve scroll-to-result logic for centering elements within containers FragginWagon 2026-01-28 21:14:11 +00:00
  • 5584dd8502 Improve readability of scroll position calculation logic in GamemasterExplorer component FragginWagon 2026-01-28 21:13:26 +00:00
  • d70c8e23f4 🖱️ Refine scrolling behavior to center elements within their container instead of the whole page FragginWagon 2026-01-28 21:12:34 +00:00
  • b91e1da47b Improve code formatting by removing unnecessary whitespace FragginWagon 2026-01-28 21:11:20 +00:00
  • 8b6ba2787e 🔧 Fix Web Worker compatibility by converting reactive array to plain array before posting FragginWagon 2026-01-28 21:11:15 +00:00
  • 89a90e2adf 🛠️ Improve error handling for search worker initialization FragginWagon 2026-01-28 21:08:20 +00:00
  • fad082195b 🔧 Refactor search worker initialization to use a promise for improved error handling and retry capability FragginWagon 2026-01-28 21:08:10 +00:00
  • a2ec573d39 🛠️ Improve error handling and logging for search worker initialization FragginWagon 2026-01-28 21:07:53 +00:00
  • b6707d75de 🔧 Update search worker initialization to use Vite's ?worker syntax for proper bundling and improve error handling FragginWagon 2026-01-28 21:07:48 +00:00
  • d91765941a 🎨 Improve console log formatting for better readability in search worker FragginWagon 2026-01-28 21:07:34 +00:00
  • ddf2289ea6 🛠️ Add detailed logging and error handling to search worker FragginWagon 2026-01-28 21:07:29 +00:00
  • 109a3f1995 🔧 Improve search worker initialization and logging for better error handling and debugging FragginWagon 2026-01-28 21:07:19 +00:00
  • 74893f7f74 🔧 Improve logging and error handling for search worker operations FragginWagon 2026-01-28 21:07:14 +00:00
  • ba798ff999 🔧 Enhance search worker initialization with error handling and logging FragginWagon 2026-01-28 21:07:09 +00:00
  • c3d758fda6 Improve code formatting by removing unnecessary whitespace FragginWagon 2026-01-28 20:51:15 +00:00
  • b8a4539fe3 Highlight search result matches in display lines FragginWagon 2026-01-28 20:51:10 +00:00
  • 8fc32c517e Improve code formatting by removing unnecessary whitespace FragginWagon 2026-01-28 20:36:01 +00:00
  • f758069c82 🔍 Offload search functionality to a web worker for improved UI responsiveness and performance FragginWagon 2026-01-28 20:35:56 +00:00
  • d30612a883 🎨 Simplify arrow function syntax in handleSearchWorkerMessage definition FragginWagon 2026-01-28 20:35:45 +00:00
  • 94bb78346f 🔍 Add web worker for search operations to improve performance and handle search progress and results FragginWagon 2026-01-28 20:35:40 +00:00
  • 15aa7d2fea 🔍 Simplify arrow function syntax in search worker's message handler FragginWagon 2026-01-28 20:35:30 +00:00
  • 8beb332548 🔍 Add search functionality in the worker script FragginWagon 2026-01-28 20:35:25 +00:00
  • 384e2df3f1 🔧 Refactor scrollToResult function for improved readability and formatting consistency FragginWagon 2026-01-28 20:33:38 +00:00
  • 4d951130a5 🔍 Improve scrolling logic to dynamically load more lines when searching results exceed displayed lines FragginWagon 2026-01-28 20:33:33 +00:00
  • 1cc137b9bb Improve readability by reformatting code for better line wrapping FragginWagon 2026-01-28 20:33:22 +00:00
  • b953f5b9dc 🔍 Update search logic to process all file lines and optimize display updates FragginWagon 2026-01-28 20:33:16 +00:00
  • 653702dfc6 💡 Clarify line display logic to show limited lines initially while retaining full content for searching FragginWagon 2026-01-28 20:32:59 +00:00
  • bdbec024fc 🔄 Reorder conditional checks for consistent handling of 'pokemon' in file type and name formatting functions FragginWagon 2026-01-28 20:30:06 +00:00
  • b903505ac2 🔍 Update file type and name detection logic to handle case-insensitive 'allForms' keyword FragginWagon 2026-01-28 20:29:09 +00:00
  • 765742c6c7 Improve file selection logic to prioritize largest files of each type FragginWagon 2026-01-28 20:28:04 +00:00
  • 1b9a1d9386 Implement logic to display unique files by type, prioritizing the largest file for each type FragginWagon 2026-01-28 20:27:59 +00:00
  • 469bbb186d Configure highlight.js to suppress HTML warnings with updated formatting FragginWagon 2026-01-28 20:25:32 +00:00
  • 42447dd952 Configure highlight.js to suppress HTML warnings and remove redundant configuration FragginWagon 2026-01-28 20:25:27 +00:00
  • 4079fa0975 Configure highlight.js to handle HTML safely with updated settings FragginWagon 2026-01-28 20:23:18 +00:00
  • 9f241da3b0 Refactor router-view to use scoped slots with dynamic component rendering FragginWagon 2026-01-28 20:23:08 +00:00
  • 0a53b7758f 🎨 Add placeholder for mobile-specific styles in GamemasterExplorer component FragginWagon 2026-01-28 20:22:05 +00:00
  • feaa990ea0 🎨 Refine UI styles for improved responsiveness, consistency, and readability across components FragginWagon 2026-01-28 20:21:16 +00:00
  • b4b1c77f49 🎨 Adjust layout and styling for file selector and search bar components FragginWagon 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 FragginWagon 2026-01-28 20:20:33 +00:00
  • f4d394ae47 🧹 Remove unnecessary blank line in CSS media query FragginWagon 2026-01-28 20:19:38 +00:00
  • 800baeb8f4 🎨 Adjust responsive styles and layout for improved header and button design FragginWagon 2026-01-28 20:19:20 +00:00
  • fd4d1d1358 🎨 Improve header layout and responsiveness in Gamemaster Explorer view FragginWagon 2026-01-28 20:17:54 +00:00
  • e9a461a478 Improve search term escaping for highlighting functionality FragginWagon 2026-01-28 20:15:18 +00:00
  • a687a51229 Enhance search highlighting by replacing regex usage with replaceAll for improved readability and consistency FragginWagon 2026-01-28 20:15:13 +00:00
  • 6ccca7ae5e Improve scroll-to-result functionality with smoother scrolling and fallback adjustments FragginWagon 2026-01-28 20:14:52 +00:00
  • 36804c1c24 🔄 Refactor scroll logic to improve reliability with virtual scroller rendering retries FragginWagon 2026-01-28 20:14:47 +00:00
  • 2e9b34b266 🎨 Improve code readability by reformatting object literals and regex creation FragginWagon 2026-01-28 20:14:15 +00:00
  • 06a8bf956e Enhance search result highlighting with current result indicator and improved match styling FragginWagon 2026-01-28 20:14:10 +00:00
  • 4c89d15525 🔍 Enhance search result navigation with line number display and button tooltips FragginWagon 2026-01-28 20:12:46 +00:00
  • 8e431e83f7 Improve scroll-to-result functionality with smoother scrolling and better fallback handling FragginWagon 2026-01-28 20:12:39 +00:00
  • 6980cb8657 Enhance scrollToResult function with fallback and retry logic for better handling of virtual scroller scenarios FragginWagon 2026-01-28 20:12:34 +00:00
  • 308df336c2 Add data-line attribute to display line numbers in GamemasterExplorer component FragginWagon 2026-01-28 20:10:01 +00:00
  • a130770bc0 🎨 Improve contrast and readability for syntax highlighting in light mode FragginWagon 2026-01-28 20:08:06 +00:00
  • f41f83ee2a 🗑️ Remove unnecessary closing brace from onFileChange function FragginWagon 2026-01-28 20:07:18 +00:00
  • 2e94360a38 📝 Clarify file change handling and remove redundant file loading logic FragginWagon 2026-01-28 20:06:44 +00:00