rebase

Results 9 comments of 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: ![image](https://user-images.githubusercontent.com/50368758/185936495-25082f4c-3400-4052-91b5-081c0727e349.png)

> > 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...

![image](https://user-images.githubusercontent.com/50368758/187194313-13daf8e4-17fd-418b-aa92-df55d1257528.png) 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...

![image](https://user-images.githubusercontent.com/50368758/187417820-0a21245f-b60d-4da9-a928-aa8cb448d375.png) 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...