stable
Clone or download
To test: * visit a user story * visit a kanban Open the "Switch toβ¦" modal: user story is displayed with a xref, kanban is displayed with an icon. Only basic styling has been done, but it should be "usable" though. * color of the icon/xref will come in a dedicated changeset * filter will come in a dedicated changeset * skeletons styling will come in a dedicated changeset * overflow when title of the item is very long will come in a dedicated changeset Note: in order to avoid repeating myself with style definition in BP and FP, I created a common scss file. Only stuff related to the current changeset has been put into it. A dedicated changeset will move the remaining common definitions. Part of story #16209: Β« Switch toβ¦ Β» button Change-Id: Icf45ad1b894d05d3fc143340dc8d2bc04237eda2
Modified Files
Name | ||||
---|---|---|---|---|
A | src/scripts/switch-to/src/components/AppBurningParrot.test.ts | +82 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/components/AppBurningParrot.vue | +9 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/components/AppFlamingParrot.test.ts | +24 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/components/AppFlamingParrot.vue | +5 | β1 | Go to diff View file |
M | src/scripts/switch-to/src/components/Projects/ListOfProjects.vue | +1 | β1 | Go to diff View file |
M | src/scripts/switch-to/src/components/RecentItems/ListOfRecentItems.test.ts | +57 | β1 | Go to diff View file |
M | src/scripts/switch-to/src/components/RecentItems/ListOfRecentItems.vue | +40 | β3 | Go to diff View file |
A | src/scripts/switch-to/src/components/RecentItems/RecentItemsEntry.test.ts | +72 | β0 | Go to diff View file |
A | src/scripts/switch-to/src/components/RecentItems/RecentItemsEntry.vue | +75 | β0 | Go to diff View file |
A | src/scripts/switch-to/src/components/RecentItems/RecentItemsLoadingState.vue | +33 | β0 | Go to diff View file |
D | src/scripts/switch-to/src/components/RecentItems/__snapshots__/ListOfRecentItems.test.ts.snap | +0 | β17 | Go to diff View file |
A | src/scripts/switch-to/src/components/RecentItems/__snapshots__/RecentItemsEntry.test.ts.snap | +94 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/initiate-app.ts | +4 | β0 | Go to diff View file |
A | src/scripts/switch-to/src/store/actions.ts | +33 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/store/index.ts | +2 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/store/mutations.ts | +7 | β0 | Go to diff View file |
M | src/scripts/switch-to/src/store/type.ts | +5 | β1 | Go to diff View file |
M | src/scripts/switch-to/src/type.ts | +20 | β0 | Go to diff View file |
M | src/themes/BurningParrot/css/includes/_switch-to.scss | +1 | β17 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_switch-to.scss | +6 | β17 | Go to diff View file |
M | src/themes/FlamingParrot/include/BodyPresenter.class.php | +6 | β0 | Go to diff View file |
M | src/themes/FlamingParrot/templates/body.mustache | +1 | β1 | Go to diff View file |
A | src/themes/common/css/utils/_switch-to.scss | +99 | β0 | Go to diff View file |
M | src/themes/tlp/src/scss/variables/colors/_common-colors.scss | +2 | β323 | Go to diff View file |
A | src/themes/tlp/src/scss/variables/colors/_swatch-colors.scss | +341 | β0 | Go to diff View file |