Skip to content

Commit 2d8bd81

Browse files
committed
Merge branch 'staging/4.1' into release/4.1
2 parents f4d6372 + 640a4e2 commit 2d8bd81

48 files changed

Lines changed: 1239 additions & 286 deletions

Some content is hidden

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

_data/clients-feedback.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,20 @@ industry40:
440440
0: "Exceptional experience working with ThingsBoard's unit"
441441
1: "We are delighted to share our exceptional experience working with ThingsBoard's development unit for custom widget development. As a company specializing in delivering innovative IoT solutions, working with ThingsBoard Professional Edition platform, we sought their expertise to reduce our time to market. From the initial estimation to the final delivery, ThingsBoard's development team demonstrated remarkable professionalism and technical prowess."
442442
2: 'Their careful estimation process significantly enhanced our understanding of the project scope, making planning and collaboration more effective. Additionally, their team attentively listened to our detailed requirements and skilfully transformed them into thoughtfully designed custom widgets. The development process was smooth, with regular updates and transparent communication.'
443-
3: "The custom widgets showcased impressive quality, surpassing our initial expectations. The team's attention to detail and commitment to following our design guidelines were commendable. The widgets successfully integrate with the ThingsBoard Professional Edition platform, contributing to a user-friendly experience and improving the functionality of our solutions. We wholeheartedly recommend ThingsBoard's development unit for any custom development requirements. Their dedication to excellence, reliability, and their ability to transform ideas into tangible solutions make them an invaluable partner in driving innovation and delivering superior customer experiences. We look forward to continuing our collaboration with ThingsBoard and their development unit in future projects."
443+
- author: Andreas Kücker
444+
position: Manager Digital
445+
companyName: süc//dacor GmbH
446+
id: dacor
447+
link: https://dacor.de/
448+
authorImage: https://img.thingsboard.io/customers/andreas-kucker.webp
449+
companyImage: https://img.thingsboard.io/customers/dacor.svg
450+
companyImageWidth: 170
451+
companyImageHeight: 30
452+
text:
453+
0: "Enhancing production transparency with IoT-driven monitoring in automotive component manufacturing"
454+
1: "A well-established medium-sized company specializes in the machining of profiles used in roof opening systems and sunroofs for the automotive sector. The machining process is semi-automated, but lacked the capability to transmit production data. Our client had a need for greater transparency in their manufacturing process, especially regarding downtime and productivity tracking."
455+
2: 'To address this requirement, we implemented a solution that involves integrating a trigger within the machine’s program. This trigger, connected via cable, captures the power status of the milling motor and transmits this data to an IoT module. From there, we wirelessly transmit the data over LoRaWAN technology. The collected data is then processed and aggregated in our Thingsboard platform, allowing us to present it in an understandable dashboard format for production management and control purposes.'
456+
3: "The aggregated data is presented in a digital twin format on a dashboard, which accurately reflects the layout of the manufacturing facility, including the various machines on the floor. Each machine displays the status of its milling motors, and some machines operate with two milling heads. Performance metrics, such as efficiency and the number of production cycles (representing the produced units), are indicated with color-coded values. Green values indicate good performance, orange suggests suboptimal performance, and red signals poor performance. This visual representation enables the plant manager to quickly identify machines that may require optimization or attention."
444457
warehouse-monitoring:
445458
label: Warehouse Monitoring
446459
icon: https://img.thingsboard.io/warehouse-monitoring-icon.svg

_includes/scroll-progress-button.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
position: fixed
44
z-index: 50
55
padding: 0
6-
right: 2.5rem
6+
left: 2.5rem
77
bottom: 2.5rem
88
opacity: 0
99
visibility: hidden

_sass/_base.sass

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ footer
686686
.subscribe
687687
margin: 0
688688
height: fit-content
689-
padding: 12px 20px
689+
padding: 13px 20px
690690
transition-duration: unset
691691
&:hover
692692
transition-duration: unset
@@ -699,19 +699,21 @@ footer
699699
.subscribe-form
700700
background: none !important
701701
border: none !important
702-
padding: 0px
702+
padding: 0
703703
width: 520px !important
704704
@media (max-width: 768px)
705705
width: 100% !important
706706

707707
&.horizontal
708-
padding-bottom: 0px
708+
padding-bottom: 0
709+
display: flex
710+
flex-wrap: wrap
709711

710712
.form-section
711713
p
712714
line-height: 150%
713-
padding: 0px !important
714-
margin: 0px 0px 10px 0px
715+
padding: 0 !important
716+
margin: 0 0 10px 0
715717

716718
&.mb10
717719
margin-bottom: 10px
@@ -755,7 +757,7 @@ footer
755757
.form-control
756758
background-color: white !important
757759
height: 47px
758-
padding: 16px
760+
width: 100%
759761
font-size: 18px
760762
line-height: 16px
761763
font-weight: 400

case-studies/case-study-page.sass

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,21 @@
298298
.text
299299
& > p
300300
margin-bottom: 16px
301+
p a
302+
position: relative
303+
text-decoration: underline
304+
font-size: 16px
305+
line-height: 28px
306+
font-weight: 500
307+
&:after
308+
content: ""
309+
background-image: url(https://img.thingsboard.io/case-studies/link-arrow.svg)
310+
font-size: 13px
311+
position: absolute
312+
right: -14px
313+
top: 0
314+
width: 10px
315+
height: 10px
301316
ul
302317
margin-left: 34px
303318
list-style: disc

0 commit comments

Comments
 (0)