Skip to content
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

Single click on icon will open yaml in editor #241

Merged
merged 3 commits into from
Apr 13, 2020

Conversation

sudhirverma
Copy link
Contributor

@sudhirverma sudhirverma commented Apr 9, 2020

Provided Icon on every tkn resource, clicking on Icon will open the yaml on the editor.
Fix: #224

Screen Recording 2020 04 09 at 3 30 56 PM

@sudhirverma sudhirverma changed the title Single click on icon will open yaml editor Single click on icon will open yaml in editor Apr 9, 2020
@siamaksade
Copy link

Looks good. Could we change the icon to something that says "open"? Since some of those objects are not editable for example PipelineRun. User can't re-apply those objects

@sudhirverma
Copy link
Contributor Author

sudhirverma commented Apr 9, 2020

@siamaksade can you check the icon in image looks good to you?
Screenshot 2020-04-10 at 1 48 30 AM

@codecov-io
Copy link

codecov-io commented Apr 10, 2020

Codecov Report

Merging #241 into master will increase coverage by 0.06%.
The diff coverage is 71.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
+ Coverage   71.09%   71.15%   +0.06%     
==========================================
  Files          37       37              
  Lines        2363     2368       +5     
  Branches      396      397       +1     
==========================================
+ Hits         1680     1685       +5     
  Misses        683      683              
Impacted Files Coverage Δ
src/tkn.ts 79.44% <69.23%> (+0.30%) ⬆️
src/extension.ts 89.62% <100.00%> (+0.09%) ⬆️
src/tekton/pipeline.ts 35.60% <0.00%> (-0.28%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 933c25b...a811303. Read the comment docs.

package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@sudhirverma sudhirverma merged commit c4fbbe0 into redhat-developer:master Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show resource YAML on double-click
4 participants