-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare dev environment for the 2024 campaign
- Update Use of Funds content import - Update Campaign Parameters import - Remove archive and update banner folder naming convention - Add `@banners` import alias - Improve all imports - Add environment config to ensure mw Vue is never loaded in dev - Remove jQuery plugin from webpack - Remove iPad en Ticket: https://phabricator.wikimedia.org/T366889
- Loading branch information
Showing
197 changed files
with
384 additions
and
1,282 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions
8
banners/mobile_english/styles/Banner.scss → .../C24_WMDE_Mobile_EN_00/styles/Banner.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...mobile_english/styles/FullPageBanner.scss → ...E_Mobile_EN_00/styles/FullPageBanner.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ers/mobile_english/styles/MiniBanner.scss → ..._WMDE_Mobile_EN_00/styles/MiniBanner.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
banners/mobile_english/C24_WMDE_Mobile_EN_00/styles/styles.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@use '@src/components/BannerConductor/banner-transition'; | ||
@use '@src/themes/UseOfFunds/UseOfFunds'; | ||
@use '@src/themes/Yperala/defaults'; | ||
@use 'Banner'; | ||
@use 'MiniBanner'; | ||
@use 'FullPageBanner'; | ||
@use '@src/themes/Yperala/Slider/Slider'; | ||
@use '@src/themes/Yperala/ProgressBar/ProgressBar'; | ||
@use '@src/themes/Yperala/DonationForm/MultiStepDonation'; | ||
@use '@src/themes/Yperala/DonationForm/SubComponents/SelectGroup'; | ||
@use '@src/themes/Yperala/DonationForm/SubComponents/SelectGroupImageLabel'; | ||
@use '@src/themes/Yperala/DonationForm/SubComponents/SelectCustomAmount'; | ||
@use '@src/themes/Yperala/DonationForm/SubComponents/SmsBox'; | ||
@use '@src/themes/Yperala/Footer/Footer'; | ||
@use '@src/themes/Yperala/Footer/SelectionInput'; | ||
@use '@src/themes/Yperala/SoftClose/SoftClose'; |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
banners/pad_english/styles/Banner.scss → ...s/pad/C24_WMDE_iPad_00/styles/Banner.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
banners/pad/styles/MainBanner.scss → ...d/C24_WMDE_iPad_00/styles/MainBanner.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
banners/pad/styles/MainBannerVar.scss → ...24_WMDE_iPad_00/styles/MainBannerVar.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
// This is the file where we import the theme-specific component styles | ||
@use '@src/components/BannerConductor/banner-transition'; | ||
@use 'Banner'; | ||
@use 'MainBanner' with ( | ||
$banner-height: 378px, | ||
$form-width: 256px | ||
); | ||
@use '@src/themes/UseOfFunds/UseOfFunds'; | ||
@use '@src/themes/Treedip/defaults'; | ||
@use '@src/themes/Treedip/ButtonClose/ButtonClose'; | ||
@use '@src/themes/Treedip/ProgressBar/ProgressBar' with ( | ||
$progress-bar-margin: 0 15px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/DonationForm' with ( | ||
$button-font-size: 12px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/MultiStepDonation'; | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SelectGroup' with ( | ||
$interval-option-width: 33.3333% | ||
); | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SelectGroupButtons' with ( | ||
$height: 30px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SelectCustomAmountButton' with ( | ||
$height: 30px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SmsBox'; | ||
@use '@src/themes/Treedip/DonationForm/Forms/MainDonationForm' with ( | ||
$padding: 40px 0 0 | ||
); | ||
@use '@src/themes/Treedip/DonationForm/Forms/UpgradeToYearlyButtonForm'; | ||
@use '@src/themes/Treedip/DonationForm/Forms/CustomAmountForm'; | ||
@use '@src/themes/Treedip/Footer/FooterAlreadyDonated'; | ||
@use '@src/themes/Treedip/Footer/BannerFooter' with ( | ||
$right-column-width: 256px | ||
); | ||
@use '@src/themes/Treedip/Footer/SelectionInput'; | ||
@use '@src/themes/Treedip/Message/Message'; | ||
@use '@src/themes/Treedip/Slider/KeenSlider'; | ||
@use '@src/themes/Treedip/AlreadyDonatedModal/AlreadyDonatedModal'; | ||
@use '@src/themes/Treedip/SoftClose/SoftClose'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
// This is the file where we import the theme-specific component styles | ||
@use '@src/components/BannerConductor/banner-transition'; | ||
@use 'Banner'; | ||
@use 'MainBannerVar' with ( | ||
$banner-height: 378px, | ||
$form-width: 35% | ||
); | ||
@use '@src/themes/UseOfFunds/UseOfFunds'; | ||
@use '@src/themes/Treedip/defaults'; | ||
@use '@src/themes/Treedip/ButtonClose/ButtonClose'; | ||
@use '@src/themes/Treedip/ProgressBar/ProgressBar' with ( | ||
$progress-bar-margin: 0 15px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/DonationForm' with ( | ||
$button-font-size: 12px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/MultiStepDonation'; | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SelectGroup' with ( | ||
$interval-option-width: 33.3333% | ||
); | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SelectGroupImageLabel'; | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SelectGroupButtons' with ( | ||
$height: 42px, | ||
$padding: 0 8px 8px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SelectCustomAmountButton' with ( | ||
$height: 42px, | ||
$padding: 0 8px 8px | ||
); | ||
@use '@src/themes/Treedip/DonationForm/SubComponents/SmsBox'; | ||
@use '@src/themes/Treedip/DonationForm/Forms/MainDonationForm' with ( | ||
$padding: 0 | ||
); | ||
@use '@src/themes/Treedip/DonationForm/Forms/UpgradeToYearlyButtonForm'; | ||
@use '@src/themes/Treedip/DonationForm/Forms/CustomAmountForm'; | ||
@use '@src/themes/Treedip/Footer/FooterAlreadyDonated'; | ||
@use '@src/themes/Treedip/Footer/BannerFooter' with ( | ||
$right-column-width: 35% | ||
); | ||
@use '@src/themes/Treedip/Footer/SelectionInput'; | ||
@use '@src/themes/Treedip/Message/Message'; | ||
@use '@src/themes/Treedip/Slider/KeenSlider'; | ||
@use '@src/themes/Treedip/AlreadyDonatedModal/AlreadyDonatedModal'; | ||
@use '@src/themes/Treedip/SoftClose/SoftClose'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.