Chayan Das
Chayan Das
Fix #3271 **Description** Before  After  - fix the typing mistake in docker build instruction line there is a extra backtick at the end of code -...
### Describe the bug you found in AsyncAPI Docs. at README.sh build docker image code has a backtick at the end of the command seems to be a mistake.. ###...
### Description The `useEffect` hook directly uses an `async` function, which can cause unintended behavior. React expects `useEffect` to return either `undefined` or a cleanup function, but an `async` function...
### Description Currently, we only have a "Loading..." text when fetching or processing data. A more engaging loader (like a spinner or progress bar) would improve the user experience and...
## Description Fixed a bug in the `getLocalStorage` function where `JSON.parse(null)` could be called unnecessarily, leading to potential issues. Now, the function first checks if the value exists before parsing....
### Description: In dark mode, the UI has several issues such as insufficient text contrast, color mismatches between UI elements like icons, buttons, and links, and poorly styled input fields....
## Project Licensedb Platform IMprovement ### Changes Weekly report week 22 ### Notes
fixes #2453 ## Bug `FileNotFound` was not displayed because of an early path check: ```js if (files.path && filesPathInfo.path && files.path !== filesPathInfo.path) { return null } ``` When files.type...
**Describe the bug** When using the three-dot menu on a file and navigating to the Retrieval Check, the CID appears in the URL but is not automatically populated in the...