rebase
rebase
I need to put **docs**, **skip:changelog**, **skip:ci** labels but I don't have any permission.
I agree with you. I moved `Project Name`'s location under `Mounted folders`. And I checked suggestion and also added `Resource Group`. results are as follows: 
> > Hmm, Isn't it too big for locating the project name at the top of the panel? > > I think what users really want is "the environment information",...
Making design without exact decided design is hard for me. First I simply put strings in it. And It looked so insincere so I tried to copy the surrounding design....
I tried this, but I couldn't complete adding `Environment Info: Python 3.9 / Ubuntu 20.04 / AARCH64 / Interactive` in one line because there was not enough space. In order...
 Like this way, even if I didn't put `Environment Info:` text yet, but it already don't have any space. So, `Ubuntu 20.04` lablup-shields component turned two lines. And the...
 I did it. But it doesn't seem not much pretty compared to the surroundings. I'm sorry I think I don't have an aesthetic sense. If there is anything strange,...
I solved this problem in the following way. ```javascript const newPercent = Math.min(percent, 1); (percent > 1 ? `${(percent * 100).toFixed(0)}%` : `${value}%`)} />; ```
As #33, it seems to be better way to handle pagination through query string. However, as I checked, the `isForward` property seems to be enforced to fetch documents list on...