Nick Taylor
Nick Taylor
I pulled some things out because they're their own issues, and we probably didn't need this big overarching issue.
The avatar should be beside the tile on a smaller screen and sized to match the size of the title font size and the description below it. It should probably...
Maybe something like this on a smaller screen. ```jsx {repoData.full_name} {repoData.description} ``` 
Thanks for reporting @JoeKarow!
I tried this on mobile again and it seems to work? Mind giving it a try again @BekahHW?
We can use [onbeforeunload](https://developer.mozilla.org/en-US/docs/Web/API/Window/beforeunload_event) to prevent a user from navigating away from the page. We can think on a visual indicator, or literally have a message like "unsaved changes". For...
Hi @sourabpramanik, this is something that the core team will be working on. Apologies, but I forgot to label it.
This may become more clearer by #2982, but the copy for upgrading might make it stand out more if it says "Upgrade Your Workspace". We could also add an icon...
> An additional suggestion is adding a confirm when users leave the page without clicking update. > > You can add a repos and then click home without saving. >...
Maybe we should just always show 2 @isabensusan.