summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/container_registry.scss
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tech debt of using custom componentNick Kipling2019-08-211-4/+0
| | | | | Changed the container registry to use the empty state component Removed the custom svg-component
* Reworked how deletion works with multi vs singleNick Kipling2019-07-301-1/+1
| | | | | | | | Single deletion no longer requires a prop Modal description is now generated on demand Added dedicated functions for deleting Updated tests to match new function naming Updated css class name to be more specific
* Applying feedback changesNick Kipling2019-07-301-15/+9
| | | | | | | | Updated table registry to remove singleItemToBeDeleted Renamed usages of idx to index Tidied and simplified css styling Added clarification comment to test regex Updated pot file
* Implement multi select deletion for container registryNick Kipling2019-07-301-0/+23
| | | | | | | | | | | Added checkboxes to each image row Added delete selected images button Changed row delete button to appear on row hover Changed confirmation modal message Changed delete logic to support multi Added tests for multi select Updated pot file Updated rspec test for new functionality
* Updating wording as per desgn guidelinesNick Kipling2019-07-151-0/+4
| | | | | Shortened descriptive text Added copy button to code snippets
* Registry component now includes error messagesNick Kipling2019-07-021-0/+6
| | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
* Changes after reviewFilipa Lacerda2017-09-251-0/+8
|
* [ci skip] Adds tests to vuex and collapsibe componentFilipa Lacerda2017-09-201-4/+0
| | | | | | Formats dates Fixes clipboard button Simplifies HTML
* [ci skip] First iteration: port haml into vueFilipa Lacerda2017-09-191-0/+4
|
* Add some minor improvements into registry partialsGrzegorz Bizon2017-04-051-1/+1
|
* Fixes broken and missing testsAndre Guedes2017-02-221-3/+3
|
* First iteration of container_image viewAndre Guedes2017-02-221-0/+16
- Fixes project, container_image and tag deletion - Removed container_images_repository [ci skip]