woodpecker/web
valentinleistner 6bb964921e
Add page to view all projects of a user / group (#741)
* ReposOwner view

shows all repos owned by a person or organization
uses /:repoOwner urls (e. g. ci.example.org/example-org)
also includes a link from the repo page to the owner page
related to #468

* ReposOwner remove add btn; msg if no projects; grid

implements the changes suggested by @anbraten:
- removed the `add repository` button
- now shows a message `This organization / user does not have any projects yet.`
  when appropriate

now uses `grid` instead of `flex` on desktop to keep the search bar
centered and always in the same place
2022-02-06 20:59:45 +01:00
..
public/favicons Improve favicons (#576) 2021-12-08 13:58:00 +01:00
src Add page to view all projects of a user / group (#741) 2022-02-06 20:59:45 +01:00
.eslintignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.eslintrc.js Replace deprecated eslint airbnb typescript config (#587) 2021-12-10 03:54:47 +01:00
.gitignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.prettierignore Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
.prettierrc.js Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
index.html Use Woodpecker theme colors on Safari Tab Bar / Header Bar (#632) 2021-12-21 02:26:42 +01:00
LICENSE Pull in frontend 2019-11-12 14:27:39 +01:00
package.json Replace deprecated eslint airbnb typescript config (#587) 2021-12-10 03:54:47 +01:00
tsconfig.eslint.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
tsconfig.json Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
vite.config.ts Improve dev docs (#636) 2021-12-21 10:52:10 +01:00
web.go Add linter revive (#554) 2021-12-01 14:22:06 +01:00
windi.config.ts Rewrite of WebUI (#245) 2021-11-03 17:40:31 +01:00
yarn.lock Replace deprecated eslint airbnb typescript config (#587) 2021-12-10 03:54:47 +01:00