update teaser block for 12.3

pull/11334/head
ulferts 2 years ago
parent 78cff13895
commit 4aecd8e9a1
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 22
      config/locales/js-en.yml
  2. 4
      frontend/src/app/features/homescreen/blocks/new-features.component.ts
  3. BIN
      frontend/src/assets/images/12_2_features.png
  4. BIN
      frontend/src/assets/images/12_3_features.png

@ -326,26 +326,26 @@ en:
learn_about: "Learn more about the new features"
# Include the version to invalidate outdated translations in other locales.
# Otherwise, e.g. chinese might still have the translations for 10.0 in the 12.0 release.
'12_2':
'12_3':
standard:
learn_about_link: https://www.openproject.org/blog/openproject-12-2-release
learn_about_link: https://www.openproject.org/blog/openproject-12-3-release
new_features_html: >
The release contains various new features and improvements: <br>
<ul class="%{list_styling_class}">
<li>No more endless searching for files! With the new <b>Nextcloud integration</b> in OpenProject 12.2, you can now find files directly in the respective work package and always have the correct version at your fingertips.</li>
<li>We introduced <b>a new date picker</b> with updated input behaviour and an information banner that includes a button to show releations in the Gantt chart.</li>
<li>We added the possibility to <b>log time for other users.</b></li>
<li>Mark notifications as read also outside of the notification center.</li>
<li>Define your global work week (weekends and non-working days of the week).</li>
<li>Calculate duration based on start and finish dates and the possibility to consider non-working days (weekends) in scheduling.</li>
<li>Add meaningful tooltips to the most essential actions.</li>
<li>Copying a project will also copy file links attached to all work packages.</li>
</ul>
bim:
learn_about_link: https://www.openproject.org/blog/openproject-12-2-release
learn_about_link: https://www.openproject.org/blog/openproject-12-3-release
new_features_html: >
The release contains various new features and improvements: <br>
<ul class="%{list_styling_class}">
<li>No more endless searching for files! With the new <b>Nextcloud integration</b> in OpenProject 12.2, you can now find files directly in the respective work package and always have the correct version at your fingertips.</li>
<li>We introduced <b>a new date picker</b> with updated input behaviour and an information banner that includes a button to show releations in the Gantt chart.</li>
<li>We added the possibility to <b>log time for other users.</b></li>
<li>Mark notifications as read also outside of the notification center.</li>
<li>Define your global work week (weekends and non-working days of the week).</li>
<li>Calculate duration based on start and finish dates and the possibility to consider non-working days (weekends) in scheduling.</li>
<li>Add meaningful tooltips to the most essential actions.</li>
<li>Copying a project will also copy file links attached to all work packages.</li>
</ul>
label_activate: "Activate"

@ -34,7 +34,7 @@ import { imagePath } from 'core-app/shared/helpers/images/path-helper';
export const homescreenNewFeaturesBlockSelector = 'homescreen-new-features-block';
// The key used in the I18n files to distinguish between versions.
const OpVersionI18n = '12_2';
const OpVersionI18n = '12_3';
@Component({
template: `
@ -64,7 +64,7 @@ const OpVersionI18n = '12_2';
export class HomescreenNewFeaturesBlockComponent {
public isStandardEdition:boolean;
new_features_image = imagePath('12_2_features.png');
new_features_image = imagePath('12_3_features.png');
public text = {
newFeatures: this.i18n.t('js.label_new_features'),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Loading…
Cancel
Save