Add ability to edit work items weight widget
The weight widget updates are only persisted in the frontend Apollo Cache for now. When the backend mutation for updating the weight has been created, the weight widget will be updated again to use this mutation.
显示
- app/assets/javascripts/work_items/components/item_title.vue 2 个添加, 7 个删除app/assets/javascripts/work_items/components/item_title.vue
- app/assets/javascripts/work_items/components/work_item_detail.vue 8 个添加, 1 个删除...ts/javascripts/work_items/components/work_item_detail.vue
- app/assets/javascripts/work_items/components/work_item_weight.vue 122 个添加, 8 个删除...ts/javascripts/work_items/components/work_item_weight.vue
- app/assets/javascripts/work_items/graphql/local_update_work_item.mutation.graphql 1 个添加, 1 个删除...ork_items/graphql/local_update_work_item.mutation.graphql
- app/assets/javascripts/work_items/graphql/provider.js 16 个添加, 7 个删除app/assets/javascripts/work_items/graphql/provider.js
- app/assets/javascripts/work_items/graphql/typedefs.graphql 3 个添加, 2 个删除app/assets/javascripts/work_items/graphql/typedefs.graphql
- app/assets/javascripts/work_items/index.js 1 个添加, 0 个删除app/assets/javascripts/work_items/index.js
- app/assets/stylesheets/_page_specific_files.scss 0 个添加, 1 个删除app/assets/stylesheets/_page_specific_files.scss
- app/assets/stylesheets/page_bundles/work_items.scss 15 个添加, 0 个删除app/assets/stylesheets/page_bundles/work_items.scss
- app/assets/stylesheets/pages/work_items.scss 0 个添加, 4 个删除app/assets/stylesheets/pages/work_items.scss
- app/views/projects/issues/show.html.haml 1 个添加, 0 个删除app/views/projects/issues/show.html.haml
- app/views/projects/work_items/index.html.haml 1 个添加, 0 个删除app/views/projects/work_items/index.html.haml
- config/application.rb 1 个添加, 0 个删除config/application.rb
- spec/frontend/work_items/components/item_title_spec.js 0 个添加, 2 个删除spec/frontend/work_items/components/item_title_spec.js
- spec/frontend/work_items/components/work_item_weight_spec.js 136 个添加, 18 个删除spec/frontend/work_items/components/work_item_weight_spec.js
加载中
想要评论请 注册 或 登录