User Details
- User Since
- Sep 4 2021, 00:53 (185 w, 3 d)
Fri, Mar 21
Tue, Mar 18
Mon, Mar 17
Sun, Mar 16
updated readme
updated readme
Fri, Mar 14
Updated readme
Thu, Mar 13
Linked docker installation guide
Wed, Mar 12
Add .only to a test file in ecash-lib, run arc lint, get a lint error, remove it, all good, npm test with a test using .only and only that test runs
Tue, Mar 11
Tested all ok across chrome and firefox.
Sat, Mar 8
Fri, Mar 7
and arc diff the next update without the linting bypass pls
Regarding the mypy issue, what are your mypy and python versions ?
Thu, Mar 6
/modules/chronik-client/.prettierignore and /.prettierignore be removed as it's similar to .eslintignore
Implemented a click-outside closing mechanism for the settings window
where is this implemented? I'm not seeing event bubbling above, only the removal of the redundant useEffect.
Tue, Mar 4
Sat, Mar 1
Fri, Feb 28
As per tg, noting the "minor price change in between clicking list and the listing getting published" issue that is for another diff, perhaps a relist on latest price button or some sort.
Thu, Feb 27
v3.14.0 on the netlify instance after multiple refreshes
Consider a 100% 50% 25% button above the Redeem button similar to binance. Easier for tax calculations when people are just partially selling rounded percentages.
Feb 7 2025
Unable to redeem 7ish XECX for XEC, this is above dust so should be possible?
Redemption worked fine for 10k XECX.
Feb 5 2025
Feb 4 2025
Can you provide some context on how to validate this output from the script above and that it is indeed excluding the not-bought or cancelled offers?
Feb 3 2025
what is the browser / device here?
Ubuntu 22.04 / Chrome 125.0.6422.112
Feb 2 2025
Tested on iOS Safari 18.1.1 - after paying in cashtab.com it automatically routes back to the paybutton page with the bell and then goes back to the original wp article that triggered it. I'm not seeing the reported issue where it stays on Cashtab.com.
On extension the Send button is aligned left, which is correct but the rest of the component is overflowing off to the right as per current behavior. Makes the Send button almost look like a pop up not to mention it covers the labels beneath it.
Jan 30 2025
Jan 26 2025
Jan 25 2025
Jan 21 2025
Jan 18 2025
Jan 17 2025
I assume the flakiness of the test you're referring to is when the int test is waiting for the spinner to disappear but it doesn't, and the await waitFor() call just hangs there holding up the entire test suite?
Jan 16 2025
Actually, I did an actual check on the bundle size, one meg over 227 megs is negligible in the grand scheme of things. Non-issue unless the whole bundle is getting to a point where it may start to affect performance?
Minor nit but tested all ok. Can confirm the transparency is not an issue on mobile screenshots, so must be Brave specific.
Jan 12 2025
Jan 10 2025
5 tokens to load on this page by default, then have a button to "load all" with a warning about how long it will take
SGTM
I also did a manual test of cashtab-local-dev vs prod, on new wallets, and this diff loads slightly faster than prod, but are still taking over 2 minutes. Is that the expected behavior?
Jan 9 2025
Jan 7 2025
Jan 6 2025
Jan 3 2025
Remove SlpDecimals import in Inputs.tsx to get the build working
Jan 2 2025
Jan 1 2025
@bytesofman - as a side note, current versions of major browsers are all automatically assuming rel="noopener noreferrer" when opening links in a new window.
Dec 31 2024
Dec 30 2024
No issues on a technical level, but philosophically, I feel this is overreaching on Cashtab's part. There are valid use cases where the seller is essentially setting this as a limit order, to be sold at their target price. I know scammers are leveraging this but implementing this diff means all etoken prices would only move in controlled increments, which goes against the DEX mantra. Also none of the mainstream DEXs do this either.
Dec 29 2024
Also the first toggle's functionality being different to the bottom 2 should be more obvious, like using Tabs for Buy/Manage and toggles for sorting. Or simply a dropdown for sorting so you don't end up with 5 toggles for 5 sorting options.