diff --git a/src/app/features/backbone/build-info/build-info.component.html b/src/app/features/backbone/build-info/build-info.component.html index cdabfbf2..e69de29b 100644 --- a/src/app/features/backbone/build-info/build-info.component.html +++ b/src/app/features/backbone/build-info/build-info.component.html @@ -1,4 +0,0 @@ -
- {{data.timestamp|timeago}} - {{data.version}} -
diff --git a/src/app/features/backbone/build-info/build-info.component.ts b/src/app/features/backbone/build-info/build-info.component.ts index 7919b19c..adb4c878 100644 --- a/src/app/features/backbone/build-info/build-info.component.ts +++ b/src/app/features/backbone/build-info/build-info.component.ts @@ -8,7 +8,6 @@ import build from 'src/build'; changeDetection: ChangeDetectionStrategy.OnPush }) export class BuildInfoComponent implements OnInit { - data = build; constructor() { } diff --git a/src/app/features/backbone/discord-widget/discord-widget.component.html b/src/app/features/backbone/discord-widget/discord-widget.component.html index 663a5510..e69de29b 100644 --- a/src/app/features/backbone/discord-widget/discord-widget.component.html +++ b/src/app/features/backbone/discord-widget/discord-widget.component.html @@ -1,6 +0,0 @@ - - - - Join the server - - diff --git a/src/app/features/backbone/feedback-box/feedback-box.component.html b/src/app/features/backbone/feedback-box/feedback-box.component.html index 9d93a894..e69de29b 100644 --- a/src/app/features/backbone/feedback-box/feedback-box.component.html +++ b/src/app/features/backbone/feedback-box/feedback-box.component.html @@ -1,4 +0,0 @@ - - Send - email - diff --git a/src/app/features/backbone/footer/footer.component.html b/src/app/features/backbone/footer/footer.component.html index 5065c2a6..81cbef01 100644 --- a/src/app/features/backbone/footer/footer.component.html +++ b/src/app/features/backbone/footer/footer.component.html @@ -4,47 +4,142 @@
+
- +
+
+ {{ data.timestamp|timeago }} + {{ data.version }} +
+
+
+
+
• Panel images for modules in details and search
+
• Panel images in rack view
+
• Add modules to rack from below the rack
+
• Submit multiple panels for a module
+
• Multiple UX improvements
+ +
+
+
+
+ +
+
Home
+ +
Racks
+ + + +
+
+
+
+
- • Panel images for modules in details and search + • Check out the documentation
- • Panel images in rack view + • Join the Discord server
- • Add modules to rack from below the rack + • Status page
+
+
+
+
+ + +
- • Submit multiple panels for a module + • Facebook +
+
+ • YouTube
- - +
- + +
+ +
+ • FAQ +
+
+ • Modules +
+
+ • Racks +
+
+ • Patches +
+
+ • Collection +
+ +
+
+
+ + +
- + diff --git a/src/app/features/backbone/footer/footer.component.scss b/src/app/features/backbone/footer/footer.component.scss index 292ac078..4787aff0 100644 --- a/src/app/features/backbone/footer/footer.component.scss +++ b/src/app/features/backbone/footer/footer.component.scss @@ -1,10 +1,10 @@ @import "~src/app/style/brand-resources.scss"; .root { - padding-top: 1rem; - padding-bottom: 1rem; + padding-top: 1rem; + padding-bottom: 1rem; background-color: rgba(0, 0, 0, .1); - margin-bottom: 2rem; + margin-bottom: 2rem; > * { padding: 1rem; @@ -13,9 +13,30 @@ .tagline { @include heading-font; - text-align: end; - color: rgba(0, 0, 0, 0.4); - margin-top: 0; - margin-bottom: 0; + text-align: end; + color: rgba(0, 0, 0, 0.4); + margin-top: 0; + margin-bottom: 0; letter-spacing: 0 !important; } + + +a { + color: rgba(0, 0, 0, 0.93); + text-decoration: none; + border-bottom: 1px dotted rgba(0, 0, 0, 0.93); + //remove the default link styling for clicked links like these + + transition: border-bottom 0.2s ease-in-out; + + + &:visited { + color: rgba(0, 0, 0, 0.93); + } + + &:hover { + border-bottom: 1px solid rgba(0, 0, 0, 0.93); + } + + +} diff --git a/src/app/features/backbone/footer/footer.component.ts b/src/app/features/backbone/footer/footer.component.ts index 24f437d4..3993b76a 100644 --- a/src/app/features/backbone/footer/footer.component.ts +++ b/src/app/features/backbone/footer/footer.component.ts @@ -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 { + } + } diff --git a/src/build.ts b/src/build.ts index 0c75c175..b5d550f5 100644 --- a/src/build.ts +++ b/src/build.ts @@ -1,13 +1,13 @@ // Build information, automatically generated by `ng-info` const build = { - version: '4.1.1', - timestamp: 'Thu Jan 25 2024 09:45:35 GMT+0100 (Central European Standard Time)', + version: "4.1.1", + timestamp: "Fri Jan 26 2024 00:36:18 GMT+0100 (Ora standard dell’Europa centrale)", message: null, git: { - user: 'Vladyslav Yakovenko', - branch: 'sweep/allowe_to_copy_name_and_company_of_modul', - hash: 'd7f7ea', - fullHash: 'd7f7eaaaf77baa8933a0be7a089af33e3ed3b9bf' + user: "Polyterative", + branch: "improvements", + hash: "4382fc", + fullHash: "4382fcec12708504ea8b9090b94e6d76283755bd" } };