Skip to content

Commit

Permalink
feat: sys-footer move links onto privacy+legal page (#21)
Browse files Browse the repository at this point in the history
* feat: sys-footer move links onto privacy+legal page

* update default-460
  • Loading branch information
burden authored Aug 17, 2023
1 parent da7f4cd commit 70ad786
Show file tree
Hide file tree
Showing 25 changed files with 10 additions and 62 deletions.
72 changes: 10 additions & 62 deletions src/components/sys-footerbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
Support
</a>

<component
:is="linkComponent(urlAbout)"
v-bind="linkAttributes(urlAbout)"
:class="$style.link"
>
About Us
</component>

<a
href="http://blog.system76.com"
:class="$style.link"
Expand All @@ -45,63 +37,39 @@
>
Careers
</component>
</div>

<div :class="$style.links">
<component
:is="linkComponent(urlSpecials)"
v-bind="linkAttributes(urlSpecials)"
:class="$style.link"
>
Specials
</component>
</div>

<div :class="$style.links">
<component
:is="linkComponent(urlShipping)"
v-bind="linkAttributes(urlShipping)"
:class="$style.link"
>
Shipping Information
</component>

<component
:is="linkComponent(urlFinancing)"
v-bind="linkAttributes(urlFinancing)"
:class="$style.link"
>
Financing
</component>

<component
:is="linkComponent(urlWarranty)"
v-bind="linkAttributes(urlWarranty)"
:is="linkComponent(urlAbout)"
v-bind="linkAttributes(urlAbout)"
:class="$style.link"
>
Warranty &amp; Returns
About Us
</component>

<component
:is="linkComponent(urlPrivacy)"
v-bind="linkAttributes(urlPrivacy)"
:class="$style.link"
>
Privacy Policy
</component>

<component
:is="linkComponent(urlDisclaimer)"
v-bind="linkAttributes(urlDisclaimer)"
:class="$style.link"
>
Disclaimer
Privacy & Legal
</component>

<component
:is="linkComponent(urlTerms)"
v-bind="linkAttributes(urlTerms)"
:is="linkComponent(urlShipping)"
v-bind="linkAttributes(urlShipping)"
:class="$style.link"
>
Terms &amp; Conditions
Shipping
</component>
</div>
<div :class="$style.connections">
Expand Down Expand Up @@ -421,29 +389,9 @@ export default {
default: '/shipping'
},
urlFinancing: {
type: String,
default: '/financing'
},
urlWarranty: {
type: String,
default: '/warranty'
},
urlPrivacy: {
type: String,
default: '/privacy'
},
urlDisclaimer: {
type: String,
default: '/disclaimer'
},
urlTerms: {
type: String,
default: '/terms'
default: '/privacy-and-legal'
}
},
Expand Down
Binary file modified test/screenshots/tests/sys-footerbar/default-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/default-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/default-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/default-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/default-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/thumbnails/with-text-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-button-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-1800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-460.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/screenshots/tests/sys-footerbar/with-text-640.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 70ad786

Please sign in to comment.