stable

Clone or download

Read-only

Add legacy search button

Open the "switch to" modal, enter some text, click on "Legacy search β†’". You are redirected to the search page, like if you were using the search input in the navbar. If user is restricted, then the legacy search is not available. Part of story #16209: Β« Switch to… Β» button Change-Id: Ie7a97fdf8a5a5e47928b888acdb28fd9311ccd89

Modified Files

Name
M src/common/User/SwitchToPresenter.php +11 βˆ’2 Go to diff View file
M src/common/User/SwitchToPresenterBuilder.php +1 βˆ’0 Go to diff View file
M src/scripts/switch-to/po/fr_FR.po +3 βˆ’0 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToFilter.test.ts +1 βˆ’1 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToFilter.vue +1 βˆ’0 Go to diff View file
A src/scripts/switch-to/src/components/Header/SwitchToHeader.test.ts +74 βˆ’0 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToHeader.vue +33 βˆ’5 Go to diff View file
M src/scripts/switch-to/src/initiate-app.ts +1 βˆ’0 Go to diff View file
M src/scripts/switch-to/src/store/type.ts +1 βˆ’0 Go to diff View file
M src/themes/BurningParrot/css/includes/_switch-to.scss +26 βˆ’1 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +1 βˆ’0 Go to diff View file
M src/themes/FlamingParrot/css/utils/_switch-to.scss +32 βˆ’1 Go to diff View file
M src/themes/FlamingParrot/templates/container.mustache +2 βˆ’1 Go to diff View file
M tests/unit/common/User/SwitchToPresenterBuilderTest.php +50 βˆ’1 Go to diff View file