ui icon indicating copy to clipboard operation
ui copied to clipboard

Screwdriver UI

Results 12 ui issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [find-babel-config](https://github.com/tleunen/find-babel-config) and [ember-qunit](https://github.com/emberjs/ember-qunit). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from json5's...

dependencies

## Context ## Objective Render below meta info for a stage in the UI - Job count in the header next to stage name - Border color based on individual...

## Context The workflow graph value init [here](https://github.com/screwdriver-cd/ui/blob/6202078d8216a6c89dd8abd8f5377fe993f9a6e3/app/templates/pipeline/detail/controller.js#L23-L26) overwrites the value from [the config of selected version](https://github.com/screwdriver-cd/ui/blob/6202078d8216a6c89dd8abd8f5377fe993f9a6e3/app/templates/pipeline/detail/controller.js#L74-L78) ## Objective The default value of workflow graph which is ``` workflowGraph =...

## Context The API performance improvements that we want to do is currently hinged on not using ember data and using the APIs directly, as such we need to refactor...

## Context New tooltip menu for the v2 UI's workflow graph. This requires the use of the tooltip utility from #1095. ## Objective Adds a new glimmer component for the...

## Context This is a builds table for V2 UI with Job Name, Build ID, Status, Start Time, Duration, Coverage and Actions as its columns. The table filters by Job...

Bumps [rollup](https://github.com/rollup/rollup) to 2.79.2 and updates ancestor dependencies [rollup](https://github.com/rollup/rollup), [@fortawesome/ember-fontawesome](https://github.com/FortAwesome/ember-fontawesome) and [ember-simple-auth](https://github.com/mainmatter/ember-simple-auth). These dependencies need to be updated together. Updates `rollup` from 2.79.1 to 2.79.2 Changelog Sourced from rollup's changelog....

dependencies

## Context When switching to a new pipeline via the v2 pipeline workflow graph, the route model change in the pipeline is not updating the pipeline header component. ## Objective...

## Context The shared bootstrap button styles only has styling set for the `primary` and `danger` button types. Adding a new style for `success` button type will provide another option...

## Context Updating the V2 UI for pipeline secrets requires a new set of components to handle management of tokens. This modal provides a new user experience that is in...