Reckless_Satoshi

Results 180 comments of Reckless_Satoshi
trafficstars

The lastest commit on main fixes the issue https://github.com/Reckless-Satoshi/robosats/commit/2fd4a0123e82d1e68dd2ff90624921eb04d14b2a. To run the frontend-only development environment: ```bash cd nodeapp docker-compose -f docker-compose-dev.yml up ``` I also added an example of a...

> I'm pretty swamped with school work right now You probably know by now that this feature is not top priority :D So no rush at all. Join us in...

> hey @Reckless-Satoshi I can work on it, can we draft a plan? Yes, let's move this forward. Have you taken a look at the current https://dex.robosats.com/pro (open in Tor...

We will review the Sats rewards for all of the existing tasks (i.e, all of the RoboSats PRO tasks), as these were assigned at a time when BTC price was...

Hey @Renato1478, those look veeery clean! :rocket: I favor a default layout similar to flow 1. I think it is best to avoid placing the core components on Dialogs (such...

> Let's make it work! > > If this is sufficient to start coding, I might volunteer on this once I finish the #714 issue. It really looks great! I...

We should display the "You need to generate an avatar" Dialog anytime someone lands on `/order/...` without a robot.

Hey @Jacksper13 This is a very cool idea! Thanks for bringing it and writing it down in such a detailed way. This is an alternative to the bondless taker method...

Hey @cdmoss thank you for proposing this change! Indeed, useContext is becoming untamable and will be hard to maintain as complexity increases. Let's make the switch to MobX as state...

> I'm starting to explore the project. Are you currently managing all the state in `AppContext`? https://github.com/Reckless-Satoshi/robosats/blob/b585d376b2fb2b658631398e4503f9e9b4567039/frontend/src/contexts/AppContext.ts Sorry for noticing this message so late. Indeed the app state lives in...