dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

Support actions in the header section of the header card #1663

Closed agubler closed 3 years ago

agubler commented 3 years ago

Type: feature

The following has been addressed in the PR:

Description:

Adds support for aligning "actions" on the right of a header in the card. This has only been added to the header-card which is the card to use if you want support with the header layout.

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

widget-test-docs – ./

πŸ” Inspect: https://vercel.com/dojo/widget-test-docs/r97uupsg9
βœ… Preview: https://widget-test-docs-git-fork-agubler-header-action.dojo1.vercel.app

dojo.widgets – ./

πŸ” Inspect: https://vercel.com/dojo/dojowidgets/pklatvike
βœ… Preview: https://dojowidgets-git-fork-agubler-header-action.dojo1.vercel.app

codecov[bot] commented 3 years ago

Codecov Report

Merging #1663 (94d20c6) into master (26b0290) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1663   +/-   ##
=======================================
  Coverage   89.90%   89.90%           
=======================================
  Files          94       94           
  Lines        4922     4923    +1     
  Branches     1330     1331    +1     
=======================================
+ Hits         4425     4426    +1     
  Misses        247      247           
  Partials      250      250           
Impacted Files Coverage Ξ”
src/header-card/index.tsx 100.00% <100.00%> (ΓΈ)

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 26b0290...94d20c6. Read the comment docs.

agubler commented 3 years ago

@tomdye some questions that have arisen when working on on the header actions?