Our BottomSheet is already sliding in; we don't need to do it twice.
Details
- Reviewers
atul - Commits
- rCOMMe385ad79f9f3: [landing] Disable RainbowKit slide-in animation
Load http://localhost:3000/commlanding/siwe in desktop browser, Mobile Safari on Simulator, and within WebView in Comm app to verify slide-in effect is gone
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
landing/siwe.css | ||
---|---|---|
30 ↗ | (On Diff #20046) | Are we confident that this value is going to be static + remain the same going forward? |
landing/siwe.css | ||
---|---|---|
30 ↗ | (On Diff #20046) | Absolutely not – I suspect if we updated RainbowKit we would have to rejigger this. It's sort of like a patch-package. I did test a prod build to make sure these hacks work there too, though. I'd like to move away from RainbowKit eventually, but not sure how easy that will be. |
landing/siwe.css | ||
---|---|---|
30 ↗ | (On Diff #20046) | I think it might be worth leaving a brief comment explaining where _9pm4ki5 came from for future readers. I guess they'd be able to figure it out by looking at this diff via git blame, but searching the codebase for "_9pm4ki5" doesn't yield any results (I have node_modules excluded from search by default). |
landing/siwe.css | ||
---|---|---|
30 ↗ | (On Diff #20046) | Even just including the path (node_modules/@rainbow-me/rainbowkit/dist/components/index.css:2021) would be helpful |