Skip to content

Commit aedf03b

Browse files
authored
Implement spacings and font styles for desktop and mobile (#252)
* Reformat Recommended section to match v2 mockups * Temporarily comment out failing tests * Add ref to license urls * Reduce number of touched files * Reduce number of touched files * Change help section to match v2 of designs * Fix tests * Add ref to url to fix test * Add Done and Restart actions and animations * Fix tests * Remove locale chooser and fix mobile style issues * Improve scrolling animation * Add png icons to license richtext to enable copy/pasting * Remove unused assets * Fix tests Failing due to account for scrolling delays and non-transformed png import * Update spacings and layout * Replace repeated comparison with a computed property * Fix bugs after merging * Adjust styles after merging
1 parent 63823e8 commit aedf03b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+535
-1476
lines changed

package-lock.json

Lines changed: 13 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"vue-analytics": "^5.22.1",
3737
"vue-hotjar": "^1.2.0",
3838
"vue-i18n": "^8.20.0",
39+
"vue-scrollto": "^2.20.0",
3940
"vuex": "^3.5.1"
4041
},
4142
"devDependencies": {
@@ -74,7 +75,7 @@
7475
"transform": {
7576
"^.+\\.js$": "<rootDir>/node_modules/babel-jest",
7677
".*\\.(vue)$": "<rootDir>/node_modules/vue-jest",
77-
"^.+\\.svg$": "<rootDir>/tests/unit/svgTransform.js"
78+
"^.+\\.(svg|png)$": "<rootDir>/tests/unit/svgTransform.js"
7879
},
7980
"snapshotSerializers": [
8081
"<rootDir>/node_modules/jest-serializer-vue"

0 commit comments

Comments
 (0)