1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

Move What's New into dedicated page

No longer a modal popup.

Also merged About dialog content.
This commit is contained in:
Harvey Kandola 2018-12-17 10:19:16 +00:00
parent 42db78ce14
commit 0cc83c13c8
8 changed files with 94 additions and 78 deletions

View file

@ -11,7 +11,7 @@
import $ from 'jquery';
import { notEmpty } from '@ember/object/computed';
import { inject as service } from '@ember/service'
import { inject as service } from '@ember/service';
import Modals from '../../mixins/modal';
import Component from '@ember/component';