Cambalab / vue-admin

An open source frontend Framework for building admin applications running in the browser on top of REST, using ES6 and Vue.js
GNU General Public License v3.0
132 stars 24 forks source link

215 actions and ui component #219

Closed sgobotta closed 4 years ago

sgobotta commented 4 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Closes #215

Type of change

Please delete options that are not relevant.

Checklist:

The following options in bold are required for a PR approval. Please check the boxes only if necessary, it help us minimizing the reviewing process.

codecov-io commented 4 years ago

Codecov Report

Merging #219 into develop will increase coverage by 23.03%. The diff coverage is 82.92%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop     #219       +/-   ##
============================================
+ Coverage    52.43%   75.47%   +23.03%     
============================================
  Files           94       88        -6     
  Lines          759      738       -21     
  Branches        29       17       -12     
============================================
+ Hits           398      557      +159     
+ Misses         359      179      -180     
  Partials         2        2
Impacted Files Coverage Δ
...omponents/UiComponents/DateField/src/DateField.vue 45.45% <ø> (ø)
src/components/Actions/Show/Show.vue 100% <ø> (+100%) :arrow_up:
src/templates/src/index.js 100% <ø> (ø) :arrow_up:
src/components/UiComponents/TextField/index.js 100% <ø> (+50%) :arrow_up:
src/components/UiComponents/Sidebar/defaults.js 100% <ø> (ø) :arrow_up:
src/components/Admin/src/Composer.vue 0% <ø> (ø) :arrow_up:
src/components/Admin/src/defaults.js 100% <ø> (ø) :arrow_up:
src/store/modules/crud.js 100% <100%> (+37.5%) :arrow_up:
src/components/Actions/List/List.vue 82.85% <100%> (+82.85%) :arrow_up:
src/components/Resource/src/Resource.vue 100% <100%> (ø) :arrow_up:
... and 34 more

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 8aaf94b...2807d82. Read the comment docs.