Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!396
WS-561: Capability definition UI simplification
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WS-561: Capability definition UI simplification
WS-461-capability-step-sequence-overhaul
into
main
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Nathan Hertz
requested to merge
WS-461-capability-step-sequence-overhaul
into
main
3 years ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
Things done in the MR
Removed icons from the capability step sequence and adjusted the way the font is displayed slightly and the proportions
Updated capability definition to be more in line with the design of the other components on the page and to reduce confusion
Removed icons from status badges
Screenshots
Old design
New design
Tickets completed by this MR:
WS-461
Edited
3 years ago
by
Nathan Hertz
0
0
Merge request reports
Viewing commit
428293a4
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
428293a4
Changed module references to reflect `status-badges` name change
· 428293a4
Nathan Hertz
authored
3 years ago
apps/web/src/app/workspaces/workspaces.module.ts
+
1
−
1
Options
@@ -9,7 +9,7 @@ import { RequestHeaderComponent } from "./components/capability-request/componen
import
{
CapabilityDefinitionComponent
}
from
"
./components/capability-request/components/capability-definition/capability-definition.component
"
;
import
{
ParametersComponent
}
from
"
./components/capability-request/components/parameters/parameters.component
"
;
import
{
CreateNewVersionFormComponent
}
from
"
./components/capability-request/components/create-new-version-form/create-new-version-form.component
"
;
import
{
StatusBadgeComponent
}
from
"
./components/capability-request/components/status-b
utton
s/status-badge.component
"
;
import
{
StatusBadgeComponent
}
from
"
./components/capability-request/components/status-b
adge
s/status-badge.component
"
;
import
{
AnalystToolsComponent
}
from
"
./components/analyst-tools/analyst-tools.component
"
;
import
{
ListOfCalibratablesComponent
}
from
"
./components/list-of-calibratables/list-of-calibratables.component
"
;
import
{
FilesComponent
}
from
"
./components/capability-request/components/files/files.component
"
;
Loading