Ayush Chamoli
Ayush Chamoli
Fixes #1175 ## What does this PR do? Removed the Numeric parsing of the string so that the strings that cannot be parsed don't return NaN which returns an error....
Fixes #999 ## What does this PR do? Changed: `.setSelfSigned(status: true)` at src/routes/console/project-[project]/overview/platforms/wizard/android/step3.svelte to `.setSelfSigned(status = true)` ## Test Plan ## Related PRs and Issues #999 ### Have you read...
Fixes #865 **What kind of change does this PR introduce?** Bug Fix **Issue Number:** Closes #865 **Screenshots/videos:** NA **If relevant, did you update the documentation?** NA **Summary** Enhances readability and...
Fixes #1797 ### Type of Change Changed transition-timing-function to animation-timing-function in `animate.css/source/attention_seekers/bounce.css`
Fixes #149 Replaced the `querySelectorAll` call for selecting tabs from list items `(:scope > ul > li)` with a more generic selector that includes elements with the class name "tab-title"