Replies: 17 comments
-
@perkola the panel defaults to open only if it hasn't run before and can't find the previous trace panel state in localstorage. Are you finding that it opens on every page refresh? #202 covers the idea of setting build profiles for 10x. |
Beta Was this translation helpful? Give feedback.
-
Naturally when developing i tend to clear the local storage often. Hence the trace panel opens very often. Hiding it by default in a build profile would be nice 👍 |
Beta Was this translation helpful? Give feedback.
-
Another vote for this feature. When used in electron, local storage gets cleared very often, with the net result that the panel needs to be closed manually most of the time. |
Beta Was this translation helpful? Give feedback.
-
Another +1 from me, unless I'm missing something on how to hide the re-frame-10x sidebar it's incredibly annoying when doing mobile UI testing |
Beta Was this translation helpful? Give feedback.
-
I now add this to my index.html
Not pretty but works |
Beta Was this translation helpful? Give feedback.
-
I've found it's also necessary to refresh the page after the first load with an empty Re-frame-10x is a really valuable tool but I'm afraid it's badly let down by the UI implementation. For ideas on improvement, there is a lot that could be gleaned from looking at the Redux DevTools |
Beta Was this translation helpful? Give feedback.
-
It's also very annoying when your testing on a handset where you might not be able to close it at all |
Beta Was this translation helpful? Give feedback.
-
We don't do any work on mobile, so the problem does not affect us ... which means we're a little clueless ... but we'd like to fix it and fix it properly. And it seems like the next most important thing to address. So ... a couple of questions to those who are affected ...
|
Beta Was this translation helpful? Give feedback.
-
I am not a fan of having development specific code other than where it is absolutely necessary. I think the best solution (which I have read somewhere but cannot find at the moment) would be to have a configurable option in |
Beta Was this translation helpful? Give feedback.
-
I agree with @perkola that being able to configure the panel's initial state via My feeling is that there is an additional requirement to improve the UI of the sidebar so that it is possible to show/hide the panel, this would be most useful on smaller devices - allowing developers to use the panel when required during device UI testing, then hide it and continue using the application UI. |
Beta Was this translation helpful? Give feedback.
-
@perkola okay, thanks. Makes sense. @nijk As I explained, we don't do mobile, so "improve the UI of the sidebar" is just too vague for us to action. |
Beta Was this translation helpful? Give feedback.
-
@mike-thompson-day8 Sorry, I must have misunderstood - I thought when you said...
you meant that you were interested in making it work on a mobile device. |
Beta Was this translation helpful? Give feedback.
-
@nijk yep, we're trying to get feedback on how to fix this. But we do need specific, concrete suggestions. Nothing hand-waving or vague please because we don't have the necessary background with mobile to turn vague suggestions into something concrete. (Obviously, something as concrete as functioning PR would be the ultimate suggestion). |
Beta Was this translation helpful? Give feedback.
-
It would already be an improvement if there was a ui button on the left to close the pane. I don't mind it being shown, but i can't hide it on mobile :-( |
Beta Was this translation helpful? Give feedback.
-
A workaround for hiding the panel on mobile: |
Beta Was this translation helpful? Give feedback.
-
Thanks, something like this works for me. Landscape mode wasn't wide enough for the pop out button to be visible, but in chrome on mobile I clicked "view as desktop site" and then the button was visible. |
Beta Was this translation helpful? Give feedback.
-
Another workaround is to use CSS to hide re-frame-10x on small devices.
|
Beta Was this translation helpful? Give feedback.
-
The current version (
0.3.2
) has the trace panel open by default. In many instances, tracing is not required during development and having to hide it usingctrl + h
every time the project is booted becomes cumbersome.It would be nice to have the trace panel hidden by default or at least being able to configure the default open/closed state in a build profile.
Beta Was this translation helpful? Give feedback.
All reactions