Skip to content

Commit

Permalink
update leantime color
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Feb 16, 2025
1 parent ca1488e commit 440c4a4
Show file tree
Hide file tree
Showing 46 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .dev/test.env
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LEAN_LOG_PATH = '' # Default Log Path (including
LEAN_LOGO_PATH = '/dist/images/logo.svg' # Default logo path, can be changed later
LEAN_PRINT_LOGO_URL = '/dist/images/logo.jpg' # Default logo URL use for printing (must be jpg or png format)
LEAN_DEFAULT_THEME = 'default' # Default theme
LEAN_PRIMARY_COLOR = '#1b75bb' # Primary Theme color
LEAN_PRIMARY_COLOR = '#006d9f' # Primary Theme color
LEAN_SECONDARY_COLOR = '#81B1A8' # Secondary Theme Color
LEAN_KEEP_THEME = true # Keep theme and language from previous user for login screen

Expand Down
2 changes: 1 addition & 1 deletion app/Domain/Notifications/Services/Messengers.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public function prepareMessage(NotificationModel $notification): array

$message = [
[
'color' => '#1b75bb',
'color' => '#006d9f',
'fallback' => $notification->message,
'pretext' => $notification->message,
'title' => $headline,
Expand Down
2 changes: 1 addition & 1 deletion app/Domain/Tickets/Js/ticketsController.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ leantime.ticketsController = (function () {
'#4B7811',
'#fdab3d',
'#1bbbb1',
'#1B75BB',
'#006d9f',
'#124F7D',
'#082236',
'#5F0F40',
Expand Down
22 changes: 11 additions & 11 deletions app/Domain/Wiki/Templates/templates.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,15 +297,15 @@
$bugTpl->content = '<table style="border-collapse: collapse; width: 100.051%;" border="1">
<tbody>
<tr data-mce-active="1">
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Summary</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Summary</strong></span></td>
<td style="width: 82.7562%;" data-mce-active="1">summarize the issue your are experiencing</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Environment</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Environment</strong></span></td>
<td style="width: 82.7562%;">describe the environment under which the problem occured (hosted, production, staging etc)</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Reproduction Steps</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Reproduction Steps</strong></span></td>
<td style="width: 82.7562%;">Describe the steps to reproduce the problem<br />
<ol>
<li>Step 1</li>
Expand All @@ -314,19 +314,19 @@
</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Expected Outcome</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Expected Outcome</strong></span></td>
<td style="width: 82.7562%;">describe what you expected would happen</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Actual Outcome</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Actual Outcome</strong></span></td>
<td style="width: 82.7562%;">describe what actually happened</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Impact</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Impact</strong></span></td>
<td style="width: 82.7562%;">describe how impactful this issue is to your workflow (eg can not work at all; delays my work; large inconvenience etc)</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Additional Details</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Additional Details</strong></span></td>
<td style="width: 82.7562%;">Anything else you would like to mention</td>
</tr>
</tbody>
Expand All @@ -341,19 +341,19 @@
$featureTpl->content = '<table style="border-collapse: collapse; width: 100.051%;" border="1">
<tbody>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Summary</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Summary</strong></span></td>
<td style="width: 82.7562%;">summarize the feature you would like</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Target User</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Target User</strong></span></td>
<td style="width: 82.7562%;">describe who benefits most from this feature</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Desired Timeline</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Desired Timeline</strong></span></td>
<td style="width: 82.7562%;">when would you like to see it implemented</td>
</tr>
<tr>
<td style="width: 17.2438%; background-color: #1b75bb;"><span style="color: #ffffff;"><strong>Additional Details</strong></span></td>
<td style="width: 17.2438%; background-color: var(--accent1);"><span style="color: #ffffff;"><strong>Additional Details</strong></span></td>
<td style="width: 82.7562%;">any additional details</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions app/Language/ar-SA.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ email_notifications.new_user_subject="Your Leantime account is ready"
email_notifications.new_user_message="%1$s created a new user account for you. You can access your account at: <a href='%2$s'>%2$s</a><br/><br/>Your username is: %3$s<br/>And your password is: %4$s<br/><br/>Please make sure to update your password once you login.<br/>Have fun!<br/>"

email_notifications.user_invite_subject="You have been invited to join a project on Leantime"
email_notifications.user_invite_message="<br />%1$s invites you to join a project on Leantime. Please click on the following link to complete account set up: <br/><br /><a href='%2$s' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Sign Up</a><br /<br />"
email_notifications.user_invite_message="<br />%1$s invites you to join a project on Leantime. Please click on the following link to complete account set up: <br/><br /><a href='%2$s' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Sign Up</a><br /<br />"

email_notifications.password_reset_subject="Leantime Password Reset"
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."

email_notifications.latest_updates_subject="Leantime - Latest updates"

Expand Down
4 changes: 2 additions & 2 deletions app/Language/cs-CZ.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ email_notifications.new_user_subject="Your Leantime account is ready"
email_notifications.new_user_message="%1$s created a new user account for you. You can access your account at: <a href='%2$s'>%2$s</a><br/><br/>Your username is: %3$s<br/>And your password is: %4$s<br/><br/>Please make sure to update your password once you login.<br/>Have fun!<br/>"

email_notifications.user_invite_subject="You have been invited to join a project on Leantime"
email_notifications.user_invite_message="<br />%1$s invites you to join a project on Leantime. Please click on the following link to complete account set up: <br/><br /><a href='%2$s' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Sign Up</a><br /<br />"
email_notifications.user_invite_message="<br />%1$s invites you to join a project on Leantime. Please click on the following link to complete account set up: <br/><br /><a href='%2$s' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Sign Up</a><br /<br />"

email_notifications.password_reset_subject="Leantime Password Reset"
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."

email_notifications.latest_updates_subject="Leantime - Latest updates"

Expand Down
4 changes: 2 additions & 2 deletions app/Language/da-DK.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ email_notifications.new_user_subject="Din Leantime-konto er klar"
email_notifications.new_user_message="%1$s har oprettet en ny brugerkonto til dig. Du kan få adgang til din konto på: <a href='%2$s'>%2$s</a><br/><br/>Dit brugernavn er: %3$s<br/>Og din adgangskode er: %4$s<br/><br/>Sørg venligst for at opdatere din adgangskode, når du logger ind.<br/>God fornøjelse!<br/>"

email_notifications.user_invite_subject="Du er blevet inviteret til at deltage i et projekt på Leantime"
email_notifications.user_invite_message="<br />%1$s inviterer dig til at deltage i et projekt på Leantime. Klik venligst på følgende link for at fuldføre kontoopsætningen: <br/><br /><a href='%2$s' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Tilmeld dig</a><br /<br />"
email_notifications.user_invite_message="<br />%1$s inviterer dig til at deltage i et projekt på Leantime. Klik venligst på følgende link for at fuldføre kontoopsætningen: <br/><br /><a href='%2$s' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Tilmeld dig</a><br /<br />"

email_notifications.password_reset_subject="Leantime Adgangskode Nulstilling"
email_notifications.password_reset_message="Vi har modtaget din anmodning om at nulstille din Leantime-adgangskode.<br/><br/>Hvis du vil nulstille din adgangskode, skal du klikke på dette link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Nulstil adgangskode</a><br/><br/>Hvis du ikke har anmodet om en adgangskode nulstilling, kan du ignorere denne besked.<br/><br/>Tak."
email_notifications.password_reset_message="Vi har modtaget din anmodning om at nulstille din Leantime-adgangskode.<br/><br/>Hvis du vil nulstille din adgangskode, skal du klikke på dette link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Nulstil adgangskode</a><br/><br/>Hvis du ikke har anmodet om en adgangskode nulstilling, kan du ignorere denne besked.<br/><br/>Tak."

email_notifications.latest_updates_subject="Leantime - Seneste opdateringer"

Expand Down
4 changes: 2 additions & 2 deletions app/Language/de-DE-inf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ email_notifications.new_user_subject="Dein Leantime Account ist bereit."
email_notifications.new_user_message="%1$s hat ein Benutzerkonto für dich angelegt. Du kannst unter: <a href='%2$s'>%2$s</a> auf dein Konto zugreifen<br/><br/>Dein Benutzername lautet: %3$s<br/>Und dein Passwort ist: %4$s<br/><br/>Bitte ändere dein Passwort nach der Anmeldung.<br/><br/>"

email_notifications.user_invite_subject="Du wurdest eingeladen, Dich an einem Projekt in Leantime zu beteiligen"
email_notifications.user_invite_message="<br />%1$s lädt dich ein, einem Projekt bei Leantime beizutreten. Klicke bitte auf den folgenden Link um deinen Account anzulegen: <br/><br /><a href='%2$s' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Registrieren</a><br /<br />"
email_notifications.user_invite_message="<br />%1$s lädt dich ein, einem Projekt bei Leantime beizutreten. Klicke bitte auf den folgenden Link um deinen Account anzulegen: <br/><br /><a href='%2$s' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Registrieren</a><br /<br />"

email_notifications.password_reset_subject="Leantime Passwort Rücksetzung"
email_notifications.password_reset_message="Wir haben deine Anfrage für das Zurücksetzen deines Passworts erhalten.<br/><br/>Wenn du dein Passwort zurücksetzen möchtest, klicke bitte auf diesen Link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Passwort zurücksetzen</a><br/><br/>Wenn du dein Passwort nicht zurücksetzen möchtest, kannst du diese Nachricht ignorieren.<br/><br/>Vielen Dank."
email_notifications.password_reset_message="Wir haben deine Anfrage für das Zurücksetzen deines Passworts erhalten.<br/><br/>Wenn du dein Passwort zurücksetzen möchtest, klicke bitte auf diesen Link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Passwort zurücksetzen</a><br/><br/>Wenn du dein Passwort nicht zurücksetzen möchtest, kannst du diese Nachricht ignorieren.<br/><br/>Vielen Dank."

email_notifications.latest_updates_subject="Leantime - letzte Aktualisierungen"

Expand Down
4 changes: 2 additions & 2 deletions app/Language/de-DE.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ email_notifications.new_user_subject="Ihr Leantime Account ist bereit."
email_notifications.new_user_message="%1$s hat ein Benutzerkonto für Sie angelegt. Sie können unter: <a href='%2$s'>%2$s</a> auf Ihr Konto zugreifen<br/><br/>Ihr Benutzername lautet: %3$s<br/>Und Ihr Passwort ist: %4$s<br/><br/>Bitte ändern Sie Ihr Passwort nach der Anmeldung.<br/><br/>"

email_notifications.user_invite_subject="Sie wurden zu einem Projekt auf Leantime eingeladen"
email_notifications.user_invite_message="<br />%1$s invites you to join a project on Leantime. Please click on the following link to complete account set up: <br/><br /><a href='%2$s' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Sign Up</a><br /<br />"
email_notifications.user_invite_message="<br />%1$s invites you to join a project on Leantime. Please click on the following link to complete account set up: <br/><br /><a href='%2$s' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Sign Up</a><br /<br />"

email_notifications.password_reset_subject="Leantime Passwort Rücksetzung"
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."

email_notifications.latest_updates_subject="Leantime - Letzte Aktualisierungen"

Expand Down
4 changes: 2 additions & 2 deletions app/Language/el-GR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1104,10 +1104,10 @@ email_notifications.new_user_subject="Ο Leantime λογαριασμός σας
email_notifications.new_user_message="%1$s created a new user account for you. You can access your account at: <a href='%2$s'>%2$s</a><br/><br/>Your username is: %3$s<br/>And your password is: %4$s<br/><br/>Please make sure to update your password once you login.<br/>Have fun!<br/>"

email_notifications.user_invite_subject="Έχετε προσκληθεί να συμμετάσχετε σε ένα έργο στο Leantime"
email_notifications.user_invite_message="<br />%1$s σας προσκαλεί να συμμετάσχετε σε ένα έργο στο Leantime. Κάντε κλικ στον παρακάτω σύνδεσμο για να ολοκληρώσετε τις ρυθμίσεις λογαριασμού: <br/><br /><a href='%2$s' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Εγγραφή</a><br /<br />"
email_notifications.user_invite_message="<br />%1$s σας προσκαλεί να συμμετάσχετε σε ένα έργο στο Leantime. Κάντε κλικ στον παρακάτω σύνδεσμο για να ολοκληρώσετε τις ρυθμίσεις λογαριασμού: <br/><br /><a href='%2$s' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Εγγραφή</a><br /<br />"

email_notifications.password_reset_subject="Επαναφορά Κωδικού Πρόσβασης Λιγότερο Χρόνο"
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #1b75bb;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."
email_notifications.password_reset_message="We've received your e-mail requesting your Leantime password be reset.<br/><br/>If you would like to reset your password, please click on this link:<br/><a href='%1$s' target='_blank' style='font-size: 14px;background: #006d9f;display: inline-block;color: #fff;border-radius: 5px;padding: 3px 12px;text-decoration: none;'>Reset Password</a><br/><br/>If you did not request a password reset, please ignore this message.<br/><br/>Thank you."

email_notifications.latest_updates_subject="Λιγότερο χρόνο - Τελευταίες ενημερώσεις"

Expand Down
Loading

0 comments on commit 440c4a4

Please sign in to comment.