Closed priyanshagra closed 1 year ago
added glassmorphism effect to signup /create account to automodel.js
Description
->Fisrtly setup the project locally ->in first page fixed the css so that signin and create account to have glassmorphism effect ->basicly created a constant of glassmorphism effect having important css of backdropFilter: 'blur(10px)', boxShadow: '0 4px 6px rgba(0, 0, 0, 0.1)' ->apply this css to div enclosing whole code -> you can opacity accordingly
Fixes # (issue) added glassmorphism effect to signup /create account
Type of change CSS based
- [ x] Bug fix (non-breaking change which fixes an issue)
- [ x] New feature (non-breaking change which adds functionality)
- [ x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [x ] This change requires a documentation update
Motivation and Context
This will attract user towrds it
How Has This Been Tested?
By seeing preview
Screenshots (if appropriate):
Checklist:
- [x ] I have registered myself at Contrihub website.
- [ x] My code follows the code style of this project.
- [ x] I have commented my code, particularly in hard-to-understand areas
- [ x] My changes generate no new warnings
- [ x] My change requires a change to the documentation.
- [ x] I have updated the documentation accordingly.
- [ x] I have read the CONTRIBUTING document.
- [ x] Any dependent changes have been merged and published in downstream modules
- [ x] I have added tests to cover my changes.
- [ x] All new and existing tests passed.
Test Configuration:
- Firmware version:
- Hardware:
- Toolchain:
- SDK:
@priyanshagra You have overridden some of the previous merged PR. Resolve it and post an update here when you are done.
taken code from main branch update in my pr
@priyanshagra Continue with google button isn't functional. Work on making it functional as it was before.
maked google button functional it was the mistake of previous merge that remove onclick event although fixed it
done please check
On Wed, 11 Oct 2023 at 22:06, Shubham Kashyap @.***> wrote:
@priyanshagra https://github.com/priyanshagra Continue with google button isn't functional. Work on making it functional as it was before.
— Reply to this email directly, view it on GitHub https://github.com/ContriHUB/Jodi-Makers/pull/20#issuecomment-1758079868, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6JDHSAW2AX3K5SJOEBOEWTX63DJRANCNFSM6AAAAAA5ZMEAIM . You are receiving this because you were mentioned.Message ID: @.***>
Awesome, thanks for the update!
On Wed, 11 Oct 2023 at 22:40, Shubham Kashyap @.***> wrote:
Merged #20 https://github.com/ContriHUB/Jodi-Makers/pull/20 into main.
— Reply to this email directly, view it on GitHub https://github.com/ContriHUB/Jodi-Makers/pull/20#event-10621585400, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6JDHSF7AQ53CYM2JOXRUDTX63HHVANCNFSM6AAAAAA5ZMEAIM . You are receiving this because you were mentioned.Message ID: @.***>
added glassmorphism effect to signup /create account to automodel.js
Description
->Fisrtly setup the project locally ->in first page fixed the css so that signin and create account to have glassmorphism effect ->basicly created a constant of glassmorphism effect having important css of backdropFilter: 'blur(10px)', boxShadow: '0 4px 6px rgba(0, 0, 0, 0.1)' ->apply this css to div enclosing whole code -> you can opacity accordingly
Fixes # (issue) added glassmorphism effect to signup /create account
Type of change CSS based
Motivation and Context
This will attract user towrds it
How Has This Been Tested?
By seeing preview
Screenshots (if appropriate):
Checklist:
Test Configuration: