-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68e005b
commit ee813d1
Showing
8 changed files
with
159 additions
and
55 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,4 +0,0 @@ | ||
<div class="col gap1"> | ||
<app-label-value-showcase label="App last updated">{{data.timestamp|timeago}}</app-label-value-showcase> | ||
<app-label-value-showcase label="Version">{{data.version}}</app-label-value-showcase> | ||
</div> | ||
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 |
---|---|---|
@@ -1,6 +0,0 @@ | ||
<app-label-value-showcase label="Want to follow the project and suggest features?"> | ||
|
||
<a href="https://discord.gg/pYz3gagUDA"> | ||
Join the server | ||
</a> | ||
</app-label-value-showcase> | ||
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 |
---|---|---|
@@ -1,4 +0,0 @@ | ||
<app-label-value-showcase label="Have some ideas? Need help?"> | ||
<a href="mailto:[email protected]?subject=My%20great%20idea&body=Hello!%20I%20have%20an%20awesome%20idea%3A%0D%0A...">Send | ||
email</a> | ||
</app-label-value-showcase> | ||
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 |
---|---|---|
|
@@ -4,47 +4,142 @@ | |
<div fxLayout="column" | ||
class="root" | ||
> | ||
<!-- all equidistant--> | ||
<div fxFlex="auto" | ||
class="gap2" | ||
fxLayout="row wrap" | ||
fxLayout.lt-sm="column" | ||
fxLayoutGap="1rem" | ||
> | ||
<app-build-info fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
></app-build-info> | ||
<div fxFlex="auto" | ||
fxFlex.lt-sm="auto"> | ||
<div class="col gap1"> | ||
<app-label-value-showcase label="App last updated">{{ data.timestamp|timeago }}</app-label-value-showcase> | ||
<app-label-value-showcase label="Version">{{ data.version }}</app-label-value-showcase> | ||
</div> | ||
</div> | ||
|
||
<div fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
> | ||
<app-label-value-showcase label="New in v4.0" | ||
[bigText]="false" | ||
> | ||
<div class="col gap1"> | ||
<div>• Panel images for modules in details and search</div> | ||
<div>• Panel images in rack view</div> | ||
<div>• Add modules to rack from below the rack</div> | ||
<div>• Submit multiple panels for a module</div> | ||
<div>• Multiple UX improvements</div> | ||
|
||
</div> | ||
</app-label-value-showcase> | ||
</div> | ||
<div fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
> | ||
<app-label-value-showcase label="Navigation" | ||
[bigText]="false" | ||
> | ||
<div class="col gap1"> | ||
<div>• <a href="/home">Home</a></div> | ||
<div>• <a href="/modules/browser">Modules</a></div> | ||
<div>• <a href="/racks/browser">Racks</a></div> | ||
<div>• <a href="/patches/browser">Patches</a></div> | ||
<div>• <a href="/user/area">User Area</a></div> | ||
<div>• <a href="/user/account">Account</a></div> | ||
</div> | ||
</app-label-value-showcase> | ||
</div> | ||
<div fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
> | ||
<app-label-value-showcase label="Need help?" | ||
[bigText]="false" | ||
> | ||
<div class="col gap1"> | ||
<div> | ||
• Panel images for modules in details and search | ||
• Check out the <a href="https://docs.patcher.xyz/what-is-this/readme" target="_blank">documentation</a> | ||
</div> | ||
<div> | ||
• Panel images in rack view | ||
• Join the <a href="https://discord.gg/3WvZsQX" target="_blank">Discord</a> server | ||
</div> | ||
<div> | ||
• Add modules to rack from below the rack | ||
• <a href="https://patcher.statuspage.io/" target="_blank">Status page</a> | ||
</div> | ||
</div> | ||
</app-label-value-showcase> | ||
</div> | ||
<div fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
> | ||
<app-label-value-showcase label="Follow us" | ||
[bigText]="false" | ||
> | ||
|
||
<div class="col gap1"> | ||
<div> | ||
• Submit multiple panels for a module | ||
• <a href="https://www.facebook.com/patcher.xyz" target="_blank">Facebook</a> | ||
</div> | ||
<div> | ||
• <a href="https://www.youtube.com/@patcher-xyz" target="_blank">YouTube</a> | ||
</div> | ||
</div> | ||
</app-label-value-showcase> | ||
</div> | ||
<app-discord-widget fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
></app-discord-widget> | ||
<app-feedback-box fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
></app-feedback-box> | ||
|
||
<div fxFlex="auto" | ||
fxFlex.lt-sm="auto" | ||
> | ||
<app-producthunt-badge></app-producthunt-badge> | ||
<app-label-value-showcase label="Learn Patcher" | ||
[bigText]="false" | ||
> | ||
<div class="col gap1"> | ||
<div> | ||
• <a href="https://docs.patcher.xyz/what-is-this/readme" target="_blank">Patcher Quick Start</a> | ||
</div> | ||
<div> | ||
• <a href="https://docs.patcher.xyz/the-project/the-project" target="_blank">FAQ</a> | ||
</div> | ||
<div> | ||
• <a href="https://docs.patcher.xyz/learn-patcher.xyz/modules" target="_blank">Modules</a> | ||
</div> | ||
<div> | ||
• <a href="https://docs.patcher.xyz/learn-patcher.xyz/racks" target="_blank">Racks</a> | ||
</div> | ||
<div> | ||
• <a href="https://docs.patcher.xyz/learn-patcher.xyz/patches" target="_blank">Patches</a> | ||
</div> | ||
<div> | ||
• <a href="https://docs.patcher.xyz/learn-patcher.xyz/collection" target="_blank">Collection</a> | ||
</div> | ||
<div> | ||
• <a href="https://docs.patcher.xyz/learn/modular-glossary" target="_blank">Learn Modular Concepts</a> | ||
</div> | ||
</div> | ||
</app-label-value-showcase> | ||
</div> | ||
|
||
<div class="col gap1"> | ||
<app-label-value-showcase label="Want to follow the project and suggest features?"> | ||
|
||
<a href="https://discord.gg/pYz3gagUDA"> | ||
Join the Discord server | ||
</a> | ||
</app-label-value-showcase> | ||
<app-label-value-showcase label="Want to chat?"> | ||
<a | ||
href="mailto:[email protected]?subject=My%20great%20idea&body=Hello!%20I%20have%20an%20awesome%20idea%3A%0D%0A...">Contact | ||
us</a> | ||
</app-label-value-showcase> | ||
<app-label-value-showcase label="Partners and Sponsors" | ||
> | ||
<div class="col gap1"> | ||
<a href="mailto:[email protected]" target="_blank">Become a Partner</a> | ||
</div> | ||
</app-label-value-showcase> | ||
|
||
</div> | ||
|
||
</div> | ||
<mat-divider inset="true"></mat-divider> | ||
<div class="row gap1" | ||
|
@@ -63,6 +158,6 @@ | |
THE MODERN WAY TO MANAGE EVERYTHING MODULAR</h3> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,16 +1,19 @@ | ||
import { ChangeDetectionStrategy, Component, OnInit } from '@angular/core'; | ||
import {ChangeDetectionStrategy, Component, OnInit} from '@angular/core'; | ||
import build from "../../../../build"; | ||
|
||
@Component({ | ||
selector: 'app-footer', | ||
templateUrl: './footer.component.html', | ||
styleUrls: ['./footer.component.scss'], | ||
changeDetection: ChangeDetectionStrategy.OnPush | ||
selector: 'app-footer', | ||
templateUrl: './footer.component.html', | ||
styleUrls: ['./footer.component.scss'], | ||
changeDetection: ChangeDetectionStrategy.OnPush | ||
}) | ||
export class FooterComponent implements OnInit { | ||
|
||
constructor() { } | ||
|
||
ngOnInit(): void { | ||
} | ||
|
||
data = build; | ||
|
||
constructor() { | ||
} | ||
|
||
ngOnInit(): void { | ||
} | ||
|
||
} |
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