#116 - changed home-office icon
This commit is contained in:
parent
ae1f6e066b
commit
4ecabeba0d
@ -33,13 +33,13 @@ class DailySummary extends SignatureHandler
|
|||||||
->map(fn(User $user) => $user->profile->full_name);
|
->map(fn(User $user) => $user->profile->full_name);
|
||||||
|
|
||||||
$absencesAttachment = Attachment::create()
|
$absencesAttachment = Attachment::create()
|
||||||
->setTitle("Nieobecności :palm_tree:")
|
->setTitle("Nieobecności :sunny:")
|
||||||
->setColor("#eab308")
|
->setColor("#eab308")
|
||||||
->setText($absences->isNotEmpty() ? $absences->implode("\n") : "Wszyscy dzisiaj pracują :muscle:");
|
->setText($absences->isNotEmpty() ? $absences->implode("\n") : "Wszyscy dzisiaj pracują :muscle:");
|
||||||
|
|
||||||
$remoteAttachment = Attachment::create()
|
$remoteAttachment = Attachment::create()
|
||||||
->setTitle("Praca zdalna :house_with_garden:")
|
->setTitle("Praca zdalna :house_with_garden:")
|
||||||
->setColor("#d946ef")
|
->setColor("#527aba")
|
||||||
->setText($remoteDays->isNotEmpty() ? $remoteDays->implode("\n") : "Wszyscy dzisiaj są w biurze :boom:");
|
->setText($remoteDays->isNotEmpty() ? $remoteDays->implode("\n") : "Wszyscy dzisiaj są w biurze :boom:");
|
||||||
|
|
||||||
$birthdayAttachment = Attachment::create()
|
$birthdayAttachment = Attachment::create()
|
||||||
|
@ -43,7 +43,7 @@ class SendDailySummaryToSlack extends Command
|
|||||||
|
|
||||||
$remoteAttachment = Attachment::create()
|
$remoteAttachment = Attachment::create()
|
||||||
->setTitle("Praca zdalna :house_with_garden:")
|
->setTitle("Praca zdalna :house_with_garden:")
|
||||||
->setColor("#d946ef")
|
->setColor("#527aba")
|
||||||
->setText($remoteDays->isNotEmpty() ? $remoteDays->implode("\n") : "Wszyscy dzisiaj są w biurze :boom:");
|
->setText($remoteDays->isNotEmpty() ? $remoteDays->implode("\n") : "Wszyscy dzisiaj są w biurze :boom:");
|
||||||
|
|
||||||
$birthdayAttachment = Attachment::create()
|
$birthdayAttachment = Attachment::create()
|
||||||
|
@ -8,7 +8,7 @@ import HandHeartOutlineIcon from 'vue-material-design-icons/HandHeartOutline.vue
|
|||||||
import CalendarCheckIcon from 'vue-material-design-icons/CalendarCheck.vue'
|
import CalendarCheckIcon from 'vue-material-design-icons/CalendarCheck.vue'
|
||||||
import MedicalBagIcon from 'vue-material-design-icons/MedicalBag.vue'
|
import MedicalBagIcon from 'vue-material-design-icons/MedicalBag.vue'
|
||||||
import CalendarRemoveIcon from 'vue-material-design-icons/CalendarRemove.vue'
|
import CalendarRemoveIcon from 'vue-material-design-icons/CalendarRemove.vue'
|
||||||
import LaptopIcon from 'vue-material-design-icons/Laptop.vue'
|
import HomeCityIcon from 'vue-material-design-icons/HomeCity.vue'
|
||||||
|
|
||||||
const types = [
|
const types = [
|
||||||
{
|
{
|
||||||
@ -43,8 +43,8 @@ const types = [
|
|||||||
text: 'Urlop szkoleniowy',
|
text: 'Urlop szkoleniowy',
|
||||||
value: 'training_vacation',
|
value: 'training_vacation',
|
||||||
icon: HumanMaleBoardIcon,
|
icon: HumanMaleBoardIcon,
|
||||||
color: 'text-blumilk-500',
|
color: 'text-indigo-500',
|
||||||
border: 'border-blumilk-500',
|
border: 'border-indigo-500',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Urlop bezpłatny',
|
text: 'Urlop bezpłatny',
|
||||||
@ -84,9 +84,9 @@ const types = [
|
|||||||
{
|
{
|
||||||
text: 'Praca zdalna',
|
text: 'Praca zdalna',
|
||||||
value: 'home_office',
|
value: 'home_office',
|
||||||
icon: LaptopIcon,
|
icon: HomeCityIcon,
|
||||||
color: 'text-fuchsia-500',
|
color: 'text-blumilk-500',
|
||||||
border: 'border-fuchsia-500',
|
border: 'border-blumilk-500',
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user