flexsurfer

Results 162 comments of flexsurfer

@John-44 could we add this in new designs ?

implementation little bit confusing, because we intercept request in clojure, and make it as an permission request, and intercept response , probably there is a better way to do it,...

regarding icons naming https://discord.com/channels/624205794384281629/626744384565674034/991236399737098240

@jo-mut i see a tag component in you community PR , could please take a look at this PR

replaced by https://github.com/status-im/status-mobile/issues/14011

also i can see this in the logs ``` {"type":"messages.new","event":{"contacts":[{"id":"0x04c656416d5a3733ac1e7a3cebfa5dd7e0316c9283a9e112cf46643dea4f73dc671e2d5102bd7ad4dd5f004767e83a7f099dbd0229e77099d52878106fa83151b7","name":"dmyang.stateofus.eth","ensVerified":false,"ensVerifiedAt":1583162742,"lastENSClockValue":0,"ensVerificationRetries":0,"alias":"Farflung Thunderous Azurevasesponge","identicon":"data:image/png;base64,","lastUpdated":0,"systemTags":null,"deviceInfo":null}, {"id":"0x04934e6a3bc98c889d7b4550ae6d4dee305a990b2db756724b216bc39469af20ae06df23acebcd307551e2ba56c69e6a1db47f3673195a98eeefcdcc53578176e8","name":"mathias.stateofus.eth","ensVerified":false,"ensVerifiedAt":1583162742,"lastENSClockValue":0,"ensVerificationRetries":0,"alias":"Silver Palegoldenrod Chihuahua","identicon":"data:image/png;base64,","lastUpdated":0,"systemTags":null,"deviceInfo":null}, {"id":"0x045a705941ed43ce37f87337049ff4696a5d72c419a45b553941e157f1a68f582bd4bec46f113f906b2c90e495e982aad19f101603d49722d061d14de1579ccc60","name":"pantsme.eth","ensVerified":false,"ensVerifiedAt":1583162742,"lastENSClockValue":0,"ensVerificationRetries":0,"alias":"Lighthearted Harsh Antarcticfurseal","identicon":"data:image/png;base64,","lastUpdated":0,"systemTags":null,"deviceInfo":null}, {"id":"0x046562b45bf066e388a8859cd6f3faa3e939dc4129bc672e831ab522e86fffd0fbfb59f6ed89ee500a0a7bf609e6ede0956fde967c6c6a1b9868c56c2d2a8cc52c","name":"saxis.eth","ensVerified":false,"ensVerifiedAt":1583162742,"lastENSClockValue":0,"ensVerificationRetries":0,"alias":"Hungry Bronze Koodoo","identicon":"data:image/png;base64,","lastUpdated":0,"systemTags":null,"deviceInfo":null}, {"id":"0x04f1a4b58b7e25eb4aa5ef50ff92ff4078dc066edc5da38c72509d3930411186fec468ba4d96daf2165c7c88c04decd3ec3cb9fad2e893592a856cb61497d8a1d7","name":"jjjj.stateofus.eth","ensVerified":false,"ensVerifiedAt":1583162742,"lastENSClockValue":0,"ensVerificationRetries":0,"alias":"Fabulous Sophisticated Kitfox","identicon":"data:image/png;base64,","lastUpdated":0,"systemTags":null,"deviceInfo":null}, {"id":"0x04590fd012ecbb5c4565f95838094a3779a26a2af46eba855a84bdce8128214a558db20d2128d5b90627bd1b54d856a8caaf51b10ad45fe9c5050064398dad6794","name":"tivan0.stateofus.eth","ensVerified":false,"ensVerifiedAt":1583162742,"lastENSClockValue":0,"ensVerificationRetries":0,"alias":"Shiny Infamous Boto","identicon":"data:image/png;base64,","lastUpdated":0,"systemTags":null,"deviceInfo":null}]}} ```

after i removed filters for contacts , app is much responsive but still when i see in logs `:status-im.transport.message.core/process` app is slow

so there are two issues: 1) we use `:dispatch-later` which uses `setTimeout` https://github.com/day8/re-frame/blob/accc559010c8635020fb929f1a4b081b69f58d5f/src/re_frame/interop.cljs#L38, but RN pauses `setTimeout` in the background, so when app is opened from the background all handlers...

3. why app always receives the same ens names every 30s? it should receive only new ens names which have been resolved