1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 13:35:25 +02:00

Redesign setting screens

We're using iconography to stylize each setting screen.

Imeplemented new color palletes and shades.
This commit is contained in:
McMatts 2018-12-13 12:24:16 +00:00
parent 02102f9bf3
commit f442081a41
42 changed files with 563 additions and 548 deletions

View file

@ -9,7 +9,9 @@
//
// https://documize.com
import { inject as service } from '@ember/service';
import Controller from '@ember/controller';
export default Controller.extend({
appMeta: service(),
});

View file

@ -1 +1,6 @@
{{layout/logo-heading
title=(concat appMeta.edition " Edition " appMeta.version)
desc="Enterprise Edition provides premium features and comprehensive product support"
icon=constants.Icon.Announce}}
{{customize/change-log}}