Skip to content

Commit

Permalink
Set import as default action & update webpack config
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Aug 21, 2020
1 parent aaa23c1 commit f8a5d29
Show file tree
Hide file tree
Showing 11 changed files with 1,046 additions and 1,154 deletions.
2 changes: 1 addition & 1 deletion lib/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function index(): TemplateResponse {
$this->initialStateService->provideInitialState(Application::APP_ID, 'enableSocialSync', $bgSyncEnabledByUser);
$this->initialStateService->provideInitialState(Application::APP_ID, 'contactsinteraction', $this->appManager->isEnabledForUser('contactsinteraction') === true);

Util::addScript(Application::APP_ID, 'contacts');
Util::addScript(Application::APP_ID, 'contacts-main');
Util::addStyle(Application::APP_ID, 'contacts');

return new TemplateResponse(Application::APP_ID, 'main');
Expand Down
Loading

0 comments on commit f8a5d29

Please sign in to comment.