Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[WebProfilerBundle] Added preview iframe for built-in IDE links#21045
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ro0NL commentedDec 26, 2016
Given#21050 (comment) im not really sure about this. It could be too much, the experience is nice though. The approach is simple.. but you can do it easily (custom) in your own projects. Code is here to take 👍 Closing for now. |
ogizanagi commentedDec 26, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@ro0NL : Just to mention: I played a little around with the web profiler in a similar way a while ago, in order to make the whole profiler panel displayable in an iframe, which is pretty convenient to introspect what happens on the current page without leaving it/opening a new tab. |
ro0NL commentedDec 26, 2016
And switching tabs/windows, which can be huge in terms of experience / doing it many times each day. |
ro0NL commentedDec 26, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Btw if we could do 50/50 split screen with the profiler, you'd really make my day. This code snippet could work for both.. but i dont know how you did it? Was it less "complex".. better? Having it built-in could be marketing-wise a smart move actually. |
ogizanagi commentedDec 26, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Unfortunately, I think I don't have this snippet anymore. Anyway it was done at the time the 2.7 version was released, so it'll needs some styling tweaks. But the solution is nothing more or less complex than yours, simply exposing the whole profiler in an iframe. |
ro0NL commentedDec 26, 2016 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@javiereguiluz WDYT? Does it solve a case? (considering we can do this for the whole profiler). I understand devs most of the time live with their editor anyway.. so perhaps only this feature brings little value (other then better experienceif used, imo.). But to be honest i never considered the whole profiler on this... it blew my mind actually ;-) I could definitely appreciate such a feature! But we shouldnt do it only because it looks pretty or so.. (but yeah.. marketing-wise that also could be a smart move ;-)). Btw. we already have |
Uh oh!
There was an error while loading.Please reload this page.
I was playing with this a few days ago.. and i just finished it. I really like it :)