-
-
Notifications
You must be signed in to change notification settings - Fork 370
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: separate services and build-jobs #269
Comments
indicate it by different icons? |
idea: instead of a dot -> add a gear (not spinning if cancled/pending/... & spinning if state = running) |
Currently, I couldn't find a way to differentiate a proc between service and build-job in the front-end. |
good point! |
there is now a woodpecker/web/src/lib/api/types/pipeline.ts Line 129 in c0216de
woodpecker/web/src/lib/api/types/pipeline.ts Lines 145 to 151 in c0216de
|
closes #269 Icons in step list: ![Screenshot 2023-12-30 at 12-05-48 Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/5f682cc6-8dad-4edb-ab15-b8ae93078c7c) ![Screenshot 2023-12-30 at 12-06-06 Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/67782571-438e-4937-a7c6-ab2b378aa0c7) ![Screenshot 2023-12-30 at 12-07-49 Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/b3841e10-ac85-4c2b-a46b-663c2db8f59e)
closes woodpecker-ci#269 Icons in step list: ![Screenshot 2023-12-30 at 12-05-48 Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/5f682cc6-8dad-4edb-ab15-b8ae93078c7c) ![Screenshot 2023-12-30 at 12-06-06 Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/67782571-438e-4937-a7c6-ab2b378aa0c7) ![Screenshot 2023-12-30 at 12-07-49 Woodpecker](https://github.com/woodpecker-ci/woodpecker/assets/80460567/b3841e10-ac85-4c2b-a46b-663c2db8f59e)
It would be nice if a user could somehow notice that a build-job is of type service.
The text was updated successfully, but these errors were encountered: