Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to full css-variables theming with IThemes provider #31751

Merged
merged 15 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

# ignore all apps except core ones
/apps*/*
!/apps/accessibility
!/apps/cloud_federation_api
!/apps/comments
!/apps/contactsinteraction
Expand Down
6 changes: 0 additions & 6 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ source_file = translationfiles/templates/workflowengine.pot
source_lang = en
type = PO

[nextcloud.accessibility]
file_filter = translationfiles/<lang>/accessibility.po
source_file = translationfiles/templates/accessibility.pot
source_lang = en
type = PO

[nextcloud.provisioning_api]
file_filter = translationfiles/<lang>/provisioning_api.po
source_file = translationfiles/templates/provisioning_api.pot
Expand Down
9 changes: 0 additions & 9 deletions apps/accessibility/.editorconfig

This file was deleted.

12 changes: 0 additions & 12 deletions apps/accessibility/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions apps/accessibility/.jshintrc

This file was deleted.

2 changes: 0 additions & 2 deletions apps/accessibility/.l10nignore

This file was deleted.

26 changes: 0 additions & 26 deletions apps/accessibility/Makefile

This file was deleted.

22 changes: 0 additions & 22 deletions apps/accessibility/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions apps/accessibility/appinfo/info.xml

This file was deleted.

47 changes: 0 additions & 47 deletions apps/accessibility/appinfo/routes.php

This file was deleted.

12 changes: 0 additions & 12 deletions apps/accessibility/composer/autoload.php

This file was deleted.

13 changes: 0 additions & 13 deletions apps/accessibility/composer/composer.json

This file was deleted.

18 changes: 0 additions & 18 deletions apps/accessibility/composer/composer.lock

This file was deleted.

Loading