Merged
Conversation
✅ Deploy Preview for sendit-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Comment on lines
69
to
74
| .font-bold { | ||
| font-family: "Onest", sans-serif; | ||
| font-optical-sizing: auto; | ||
| font-weight: 700; | ||
| font-style: normal; | ||
| } |
Contributor
There was a problem hiding this comment.
Why do we need this font-bold? There's a utility in tailwind called font-bold already
Contributor
Author
There was a problem hiding this comment.
This one is specific to Onest, as we only need the font here specifically is spans so for that.
Also, the font source for Syne couldn't export the font other than the onest and adding that to HTML Solved the issue.
I can look for a work-around including this in the optimisation ticket.
shrinathprabhu
approved these changes
Apr 3, 2024
karthik-durai
added a commit
that referenced
this pull request
Apr 17, 2024
* Add wallets screen * Add sample page for wallets * Add modal for gasless announcement * Add buy tokens * Remove logs * Add deposit tokens * Add deposit token * Fetch correct balance * Fix login with external wallet * Add logic for deposit token * Add error handling for non gasless users * Update the to address * Add way to navigate to send form * Patch fixes for external wallets * Add conditional check for self transactions * Add banner for gasless * Install aarc sdk * Add coach marks for new gasless user * Add logic to take user to wallets if wallet is not created * Improve showing coach marks * Add withdraw token * Add wallet buy and sell mechanism using transak * Add field to send directly to transak * update env example * Add feedback of gasless * Make sure the message is signed by EOA * Handle gasless errors * Update placeholders * Fix issue with self tx on deposit * Fix issue with sending to incorrect address * Fix issue with deposit tokens * Add linea to chainlist * Add chain id and chain name for linea testnet * Update rpc urls to blastapi * SendIt Static Landing Page. (#404) * SendIt Landing v2 * first commit * SendIt Landing v2 * Build Fixes * Build-Fixes * Static V2 Landing * Static Cleanup * linear-animation-implemented * Responsive Behavious Added. * Responsiveness Tweaks * Bump the updated package-lock.json * Review Changes * SendIt Review Changes * Package Fixes * Build Fixes + Reviewed Changes * Final Review Commit * Optimised-Code * Design AddOns + Responsiveness --------- Co-authored-by: shrinathprabhu <shrinathprabhu.123@gmail.com> * Changes Finalised * Changes Finalised * set gasless opt in to false * comment out get profile method * hard code source of fund * disable code and input that sets source of funds * disable smart wallet card * comment out unused code for gasless * comment out code for gasless * comment out sourceOfFunds in the check * comment out gasless banner * log type * uncomment code that sets source of fund * set source of funds * remove duplicate --------- Co-authored-by: shrinathprabhu <shrinathprabhu.123@gmail.com> Co-authored-by: Muktanshu Mishra <muktanshumishra_pe20a17_63@dtu.ac.in> Co-authored-by: muktanshumishra24 <muktanshumishra24@gmail.com> Co-authored-by: Muktanshu Mishra <muktanshu@newfang.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.