Skip to content

Commit b34d802

Browse files
moodyjmzclaude
andcommitted
feat(appstore): replace OnlyOffice with Euro-Office in office suite switcher
- Replace onlyoffice/onlyoffice entry with collabora-office/richdocuments - Change nextcloud-office appId from richdocuments to eurooffice - Update features and learnMoreUrl for Euro-Office branding Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
1 parent 50ddee1 commit b34d802

1 file changed

Lines changed: 16 additions & 15 deletions

File tree

apps/appstore/src/service/OfficeSuites.ts

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,23 @@ import { t } from '@nextcloud/l10n'
88
export const OFFICE_SUITES = Object.freeze([
99
{
1010
id: 'nextcloud-office',
11-
appId: 'richdocuments',
11+
appId: 'eurooffice',
1212
name: 'Nextcloud Office',
13+
features: [
14+
t('settings', 'Powered by Euro-Office'),
15+
t('settings', 'Good Nextcloud integration'),
16+
t('settings', 'Open source'),
17+
t('settings', 'Best performance'),
18+
t('settings', 'Limited ODF compatibility'),
19+
t('settings', 'Best Microsoft compatibility'),
20+
],
21+
learnMoreUrl: 'https://github.com/Euro-Office',
22+
isPrimary: true,
23+
},
24+
{
25+
id: 'collabora-office',
26+
appId: 'richdocuments',
27+
name: 'Collabora Office',
1328
features: [
1429
t('settings', 'Best Nextcloud integration'),
1530
t('settings', 'Open source'),
@@ -19,20 +34,6 @@ export const OFFICE_SUITES = Object.freeze([
1934
t('settings', 'Best support for legacy files'),
2035
],
2136
learnMoreUrl: 'https://nextcloud.com/collaboraonline/',
22-
isPrimary: true,
23-
},
24-
{
25-
id: 'onlyoffice',
26-
appId: 'onlyoffice',
27-
name: 'Onlyoffice',
28-
features: [
29-
t('settings', 'Good Nextcloud integration'),
30-
t('settings', 'Open core'),
31-
t('settings', 'Best performance'),
32-
t('settings', 'Limited ODF compatibility'),
33-
t('settings', 'Best Microsoft compatibility'),
34-
],
35-
learnMoreUrl: 'https://nextcloud.com/onlyoffice/',
3637
isPrimary: false,
3738
},
3839
])

0 commit comments

Comments
 (0)