Lasse Nørfeldt

Results 45 comments of Lasse Nørfeldt

It's my plan to refactor it to use react - that should fix this issue. I just need to find the time to do it.

preact could also be one option 🙂 - just have not any experience with it.

My bandwidth is very limited currently, but came across this https://github.com/crxjs/chrome-extension-tools and dropping it here as a note to myself. Think that a refactor to solidJS should be possible with...

The problem is that it is "sticky" and I'm wondering if you would be better off with a filter/threshold (top x most rated reactions)?

I never personally had the problem. If I did then I would just toggle the layout from block(s) to inline. ![Jul-19-2023 20-36-24](https://github.com/Norfeldt/github-issue-reactions-browser-extension/assets/678806/b573a521-eb46-46fe-90f9-5b42a5dcf572) I'm not saying that it not a real...

a hack would be update the `.reaction-wrapper` to include: ``` height: 85vh; overflow: auto; ``` It just feels like it messes with the page scroll since it common to place...

Or have a toggle for the `position: sticky` 😉 I suggest you either make a PR. Otherwise I will wait to see if this issue gets some 👍 from other...

> This is the correct babel config I found: > > ``` > { > presets: [ > [ > 'babel-preset-expo', > { > jsxRuntime: 'classic', > }, > ],...

I found that I can use the `AppState.listener('change', (nextState) => )` for iOS to logout before the user closes the app. Unlucky this does not work on android. Since closing...

Looks like this is the reason why it works in SDK47 [Expo SDK 47](https://blog.expo.dev/expo-sdk-47-a0f6f5c038af) > 🔌 Config plugins > Starting with SDK 47, we re-export @expo/config-plugins and @expo/config from the...