No description
Find a file
Kumi 010845611d
feat: implement dynamic error box visibility
Introduced a `.hidden` CSS class to control the visibility of elements
and initially applied it to the error box, making it hidden by default.
JavaScript logic was added to remove this class dynamically, allowing
for the error box to be shown conditionally based on specific criteria.
This change enhances user experience by preventing immediate display of
error messages on page load, instead allowing for dynamic visibility
control based on application state or user actions.
2024-03-28 09:20:53 +01:00
src feat: implement dynamic error box visibility 2024-03-28 09:20:53 +01:00
.gitignore feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
index.css feat: implement dynamic error box visibility 2024-03-28 09:20:53 +01:00
index.html feat: implement dynamic error box visibility 2024-03-28 09:20:53 +01:00
package-lock.json feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
package.json feat: set up webpack with Babel and SASS 2024-03-28 09:03:13 +01:00
webpack.config.js feat: remove autoprefixer from webpack config 2024-03-28 09:15:32 +01:00