stable

Clone or download

Read-only

Display recent items in "Switch to…" modal

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