[ARVADOS-WORKBENCH2] updated: 1.1.4-441-g378c6a3
Git user
git at public.curoverse.com
Mon Jul 30 07:38:31 EDT 2018
Summary of changes:
src/common/custom-theme.ts | 28 +++++-
src/components/icon/icon.tsx | 9 +-
src/index.tsx | 2 +
src/models/collection.ts | 4 +
src/models/project.ts | 4 +
src/services/services.ts | 2 +-
.../collection-panel/collection-panel-action.ts | 30 ++++++
.../collection-panel/collection-panel-reducer.ts | 21 +++++
src/store/context-menu/context-menu-reducer.ts | 1 -
src/store/navigation/navigation-action.ts | 6 +-
src/store/store.ts | 3 +
.../action-sets/collection-action-set.ts | 77 +++++++++++++++
.../action-sets/favorite-action-set.ts | 2 +-
.../context-menu/action-sets/project-action-set.ts | 2 +-
.../action-sets/resource-action-set.ts | 2 +-
.../{action-sets => actions}/favorite-action.tsx | 2 +-
src/views-components/context-menu/context-menu.tsx | 3 +-
src/views/collection-panel/collection-panel.tsx | 103 +++++++++++++++++++++
src/views/project-panel/project-panel.tsx | 2 +-
src/views/workbench/workbench.tsx | 42 +++++++--
20 files changed, 323 insertions(+), 22 deletions(-)
create mode 100644 src/store/collection-panel/collection-panel-action.ts
create mode 100644 src/store/collection-panel/collection-panel-reducer.ts
create mode 100644 src/views-components/context-menu/action-sets/collection-action-set.ts
rename src/views-components/context-menu/{action-sets => actions}/favorite-action.tsx (89%)
create mode 100644 src/views/collection-panel/collection-panel.tsx
via 378c6a3a18cd9849bf4233e130a9ffdf250de35e (commit)
via 7ae86efd9905582df4191910528c3803a68ba81b (commit)
via 3ee31ce16470660d90fb870e048c2de9fcde6e47 (commit)
via ccc52fb9e9a880f8b8e9b15b09c2ebd513575bd4 (commit)
via c01f42311966c4d13413ee34dd6c97d5e5ac8b7f (commit)
from 750ece46ef69eec338523c63c834cd87901c1342 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 378c6a3a18cd9849bf4233e130a9ffdf250de35e
Merge: 750ece4 7ae86ef
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Mon Jul 30 13:38:02 2018 +0200
Merge branch '13853-collection-view-info-card'
refs #13853
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list