Skip to content

Commit

Permalink
[TASK] release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan committed Feb 17, 2023
1 parent 9af4abc commit c435cc4
Show file tree
Hide file tree
Showing 11 changed files with 102 additions and 372 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VITE_APPLICATION_NAME="FANTools - Development"
VITE_API_URL="https://pocketbase-test.fatools.site"
VITE_LOCALE_DEFAULT="en"
VITE_LOCALE_FALLBACK="en"
VITE_TOKEN_SECRET="#12223Secret123!456$"
VITE_TOKEN_SECRET="#12223Secret123!456"
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ VITE_APPLICATION_NAME="FANTools"
VITE_API_URL="https://pocketbase.fatools.site"
VITE_LOCALE_DEFAULT="nl"
VITE_LOCALE_FALLBACK="nl"
VITE_TOKEN_SECRET="#12223Secret123!456$"
VITE_TOKEN_SECRET="#12223Secret123!456"
4 changes: 3 additions & 1 deletion src/assets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $font-family: 'Poppins';
--background-color-jumbotron: #46a335;
--background-color-secondary: #ebebeb;
--background-color-href: #46a335;
--background-color-href-white: #fff;
}

:root.dark-theme {
Expand All @@ -15,6 +16,7 @@ $font-family: 'Poppins';
--background-color-jumbotron: #292929;
--background-color-card-bg: #141414;
--background-color-href: #fff;
--background-color-href-white: #fff;
}

body {
Expand All @@ -38,7 +40,7 @@ a {

.vbt-autcomplete-list a:hover {
background-color: var(--background-color-jumbotron) !important;
color: var(--background-color-href) !important
color: var(--background-color-href-white) !important
}

.navbar {
Expand Down
31 changes: 31 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"contractor": {
"title": "Escalatiematrix",
"description": "Mailadresses and phonenumbers sorted per contractor"
},
"broadband_checker": {
"title": "Broadband checker",
"description": "Look up fiber or copper status from customers"
}
},
"accessarea-migration": {
Expand Down Expand Up @@ -133,6 +137,33 @@
},
"passwordlost": "Forgot password?"
},
"speedchecker": {
"title": "Broadband checker",
"fiber_info": {
"title": "Fiber",
"thirdparty_name": "Thirdparty name",
"thirdparty_delivery": "Thirdparty delivery",
"nl_type": "NL type",
"construction_type": "Construction type",
"reason_not_connected": "Reason not connected",
"planned_fiber_to_the_home_date": "HAS plandate",
"civil_date": "Civil plandate",
"delivery_date": "Delivery date",
"wholesale_broadband_access_plan_date_description": "Wholesale access plandate",
"sp_diy_allowed": "DIY allowed",
"connection_fee": "Connection fee",
"no": "No",
"yes": "Yes",
"open": "Open",
"not_connected_fine": "No comment",
"maximum_speed": "Maximum speed achievable: "
},
"placeholder": {
"zip_code": "Zip code",
"house_number": "House number",
"house_number_extension": "Extension"
}
},
"notification": {
"deleted": "{name} has been deleted!",
"updated": "{name} has been updated!"
Expand Down
168 changes: 0 additions & 168 deletions src/locales/frontend/en.json

This file was deleted.

Loading

0 comments on commit c435cc4

Please sign in to comment.