You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Resolve race condition in cache directory creation (#499)
* chore: Remove version declaration from docker-compose.yml
- Removed the version declaration from the docker-compose.yml file to streamline the configuration. This change does not affect the functionality of the services defined in the file.
* chore: Update .gitignore to include documentation and demo directories
- Added .docs and .demo to the .gitignore file to prevent tracking of documentation and demo files in the repository.
* fix: Improve cache directory creation in CleanTranslationCacheListener
- Enhanced the directory creation logic to throw a RuntimeException if the cache directory cannot be created, ensuring better error handling and robustness in the CleanTranslationCacheListener class.
* feat: Enhance translation grid initialization and URL filter handling
- Refactored grid initialization to ensure it runs after the DOM is fully loaded, with a small delay for better reliability.
- Implemented URL filter parsing from both query strings and hash fragments, allowing for dynamic filter application on the grid.
- Added functionality to update the URL with current filter values without reloading the page, improving user experience.
- Updated links in the overview template to maintain locale context when navigating to the translation grid.
0 commit comments