Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stages: - build - performance - dast - publish - deploy variables: Loading @@ -23,3 +24,6 @@ include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main file: "populate-code-climate-default-config.yml" - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main file: "nc-publish-app.yml" README.md +6 −6 Original line number Diff line number Diff line ## /e/ Cloud Theme Helper App - This app is a helper app to be used along with the /e/ Cloud Theme - It adds icon classes and makes the needed icon replacements in some Nextcloud pages - Enabling it without adding and enabling the /e/ Cloud Theme is not recommended # Murena Workspace Theme Helper App - This app is a helper app to be used along with the Murena Workspace theme - It adds icon classes and makes the needed icon replacements in some Nextcloud pages - Enabling it without adding and enabling the Murena Workspace Cloud Theme is not recommended ## Developer Documentation # Developer Documentation ### To add new icons ## To add new icons - Add the icon in the `img` folder - For example, the `notifications.svg` file will be added as `img/notifications/notifications.svg` Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ stages: - build - performance - dast - publish - deploy variables: Loading @@ -23,3 +24,6 @@ include: - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main file: "populate-code-climate-default-config.yml" - project: "e/infra/ecloud/nextcloud-apps/ci-templates" ref: main file: "nc-publish-app.yml"
README.md +6 −6 Original line number Diff line number Diff line ## /e/ Cloud Theme Helper App - This app is a helper app to be used along with the /e/ Cloud Theme - It adds icon classes and makes the needed icon replacements in some Nextcloud pages - Enabling it without adding and enabling the /e/ Cloud Theme is not recommended # Murena Workspace Theme Helper App - This app is a helper app to be used along with the Murena Workspace theme - It adds icon classes and makes the needed icon replacements in some Nextcloud pages - Enabling it without adding and enabling the Murena Workspace Cloud Theme is not recommended ## Developer Documentation # Developer Documentation ### To add new icons ## To add new icons - Add the icon in the `img` folder - For example, the `notifications.svg` file will be added as `img/notifications/notifications.svg` Loading