Make create/add button consistent on all SPAs
See original GitHub issueIssue Type
- Feature enhancement
Summary
GoCD application has a separate page to manage the different GoCD entities. Each page has either an Add
or Create
button to create a new entity.
The styles of these add entity buttons are different on each page. Example:
On Pipelines Page:
On Environments Page:
On Templates Page:
On Elastic Agent Configurations Page:
Expected Results
All GoCD pages should have a consistent Add
entity button.
Actual Results
Different GoCD pages implements the Add
entity button differently.
Possible Fix
We can choose one of the button styles from the above-mentioned 4 button styles.
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (9 by maintainers)
Top Results From Across the Web
A Complete Guide to Links and Buttons - CSS-Tricks
Our complete guide to links, buttons, and button-like inputs in HTML, CSS, and JavaScript.
Read more >How to Build A Single Page Application (SPA)
Single page applications fit all website content within one page. ... Clicking a link or button in a SPA won't reload the page....
Read more >ASP.NET - Single-Page Applications: Build Modern ...
Luckily, there are many open source JavaScript frameworks that make it easier to create SPAs. In this article, I'll walk through creating a...
Read more >Implementing Micro Frontends with single-spa and React
single-spa is a unique framework that takes advantage of the in-browser module and SystemJS import maps to create a scalable micro front-end ...
Read more >Marquis hot tub owners manuals and downloads
Our collection of Marquis manuals, downloads and guides.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@GaneshSPatil I think the idea specifically for the new Pipelines SPA is that there are two buttons
Create new Pipeline Group
andAdd New Pipeline
. Given the placement of these, @streisguth suggested we keep the primary button in bold and henceAdd New Pipeline
was made bold.I agree we should standardize on what the text should read and if we need the plus icon.
Maybe something like
Create <entity-name>
. @streisguth could you help with some thoughts?This issue has been automatically marked as stale because it has not had activity in the last 90 days. If you can still reproduce this error on the
master
branch using local development environment or on the latest GoCD Release, please reply with all of the information you have about it in order to keep the issue open. Thank you for all your contributions.