|
|
1f85443db9
|
✨ Refactor tournament loading logic to use loadMoreState for improved error handling and state management
|
2026-01-29 02:03:28 +00:00 |
|
|
|
b2de57e4ef
|
✨ Refactor tournament listing logic to use state management and simplify error handling
|
2026-01-29 02:03:18 +00:00 |
|
|
|
4ac4b9a3f6
|
✨ Add computed property for tournament details
|
2026-01-29 02:03:06 +00:00 |
|
|
|
5e7e411a52
|
🔄 Refactor state management to use useAsyncState for tournaments and loading states
|
2026-01-29 02:02:56 +00:00 |
|
|
|
56578917e8
|
✏️ Adjust line breaks in admin login descriptions for improved readability
|
2026-01-28 22:46:49 +00:00 |
|
|
|
07a6f902d9
|
🔒 Add admin login view for authentication
|
2026-01-28 22:46:44 +00:00 |
|
|
|
c87d494eee
|
📝 Simplify modal text formatting and button layout in API key manager
|
2026-01-28 22:42:11 +00:00 |
|
|
|
b07f1fd61a
|
🎨 Refactor delete confirmation modal to use BaseModal component for improved consistency and reusability
|
2026-01-28 22:42:06 +00:00 |
|
|
|
ae8832daff
|
✨ Add BaseModal import and simplify useAsyncState calls in ApiKeyManager and GamemasterManager views
|
2026-01-28 22:42:01 +00:00 |
|
|
|
0515fb7958
|
🚀 Refactor GamemasterManager to use reusable async state management for loading, saving, and error handling
|
2026-01-28 22:41:56 +00:00 |
|
|
|
94a4d01966
|
🔑 Add API key status check for badge display
|
2026-01-28 21:20:11 +00:00 |
|
|
|
6bf6bb3a1c
|
🎨 Improve code formatting and readability in scroll position calculation logic
|
2026-01-28 21:18:02 +00:00 |
|
|
|
1a398b2528
|
🎯 Improve virtual scroller to center items during scroll for better visibility
|
2026-01-28 21:17:57 +00:00 |
|
|
|
32698e5261
|
✨ Enhance scrolling logic with virtual scroller API support for large files and improve fallback behavior
|
2026-01-28 21:16:02 +00:00 |
|
|
|
a8b92e1d3b
|
✨ Add ref attribute to virtual scroller for enhanced component referencing
|
2026-01-28 21:15:46 +00:00 |
|
|
|
c6cc4a290e
|
✨ Add ref for virtual scroller in GamemasterExplorer component
|
2026-01-28 21:15:36 +00:00 |
|
|
|
3dc5565df5
|
🎨 Simplify scroll position calculation formatting in GamemasterExplorer component
|
2026-01-28 21:14:16 +00:00 |
|
|
|
9507c7b304
|
🎯 Improve scroll-to-result logic for centering elements within containers
|
2026-01-28 21:14:11 +00:00 |
|
|
|
5584dd8502
|
✨ Improve readability of scroll position calculation logic in GamemasterExplorer component
|
2026-01-28 21:13:26 +00:00 |
|
|
|
d70c8e23f4
|
🖱️ Refine scrolling behavior to center elements within their container instead of the whole page
|
2026-01-28 21:12:34 +00:00 |
|
|
|
b91e1da47b
|
✨ Improve code formatting by removing unnecessary whitespace
|
2026-01-28 21:11:20 +00:00 |
|
|
|
8b6ba2787e
|
🔧 Fix Web Worker compatibility by converting reactive array to plain array before posting
|
2026-01-28 21:11:15 +00:00 |
|
|
|
89a90e2adf
|
🛠️ Improve error handling for search worker initialization
|
2026-01-28 21:08:20 +00:00 |
|
|
|
fad082195b
|
🔧 Refactor search worker initialization to use a promise for improved error handling and retry capability
|
2026-01-28 21:08:10 +00:00 |
|
|
|
a2ec573d39
|
🛠️ Improve error handling and logging for search worker initialization
|
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
|
2026-01-28 21:07:48 +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 |
|
|
|
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 |
|
|
|
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 |
|