Commit graph

314 commits

Author SHA1 Message Date
Jeldrik Hanschke
17872949af
Merge pull request #401 from jelhan/renovate/ember-awesome-macros-6.x
Update dependency ember-awesome-macros to v6
2020-10-14 18:29:34 +02:00
Renovate Bot
eb8c8fddb7
Update dependency ember-composable-helpers to v4 2020-10-14 13:47:20 +00:00
Renovate Bot
82530e3a34
Update dependency ember-awesome-macros to v6 2020-10-14 13:47:01 +00:00
renovate[bot]
52b8a0de25
Update dependency release-it to v13 (#379)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-28 09:45:48 +01:00
renovate[bot]
e224356ded
Update dependency release-it-lerna-changelog to v2 (#381)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-20 20:28:31 +01:00
renovate[bot]
8860f26911
Update dependency fs-extra to v9 (#387)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-20 20:28:21 +01:00
renovate[bot]
61bec460fd
Update dependency ember-test-selectors to v4 (#371)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-16 21:41:43 +01:00
Jeldrik Hanschke
b386c45f92 Release 0.6.2 2020-01-31 20:29:03 +01:00
Jeldrik Hanschke
8a62662e6e
migrate from ember-i18n to ember-intl (#358)
* mark string as html safe before passing to translation instead of bypassing HTML escape using {{{unsafe}}} syntax
* replace ember-i18n with ember-intl
2020-01-30 00:23:12 +01:00
masterwendu
6043d23a42 run CI with GitHub Actions (#320)
All CI tests currently run in TravisCI are ported to GitHub Actions except for the BrowserStack tests.

TravisCI is kept in place for some transition period until we know GitHub Actions are working as expected. Also tests run on BrowserStack must be migrated to GitHub Actions before.
2020-01-22 19:55:43 +01:00
renovate[bot]
809bb001d8 Update dependency ember-cli-bundlesize to ^0.3.0 (#347)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-18 12:30:43 +01:00
renovate[bot]
e3d0833d25 Update dependency ember-cli-clipboard to ^0.14.0 (#348)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-18 12:20:48 +01:00
renovate[bot]
f226db090b Update dependency babel-eslint to v10 (#351)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-18 12:18:39 +01:00
Jeldrik Hanschke
c9482786c1
refactor to native ECMAScript classes (#344)
Replaces Ember's old object model by native ECMAScript classes. Mostly automated with ember-native-class-codemod.
2020-01-18 10:13:50 +01:00
Jeldrik Hanschke
7e784434b6
Upgrade Ember to 3.15 and other deps (#338) 2020-01-08 15:57:46 +01:00
Jeldrik Hanschke
efdc208772 Release 0.6.1 2020-01-05 23:08:44 +01:00
Jeldrik Hanschke
811a388c95 Release 0.6.0 2020-01-05 16:51:43 +01:00
Jeldrik Hanschke
87e2dd15ba
add separate section for i18n to changelog (#334) 2020-01-03 13:40:57 +01:00
renovate[bot]
c8704c6885 Update dependency lerna-changelog to v1 (#321) 2020-01-02 10:26:58 +01:00
renovate[bot]
4db4497cde Update dependency eslint-plugin-node to v11 (#329) 2020-01-02 10:11:13 +01:00
renovate[bot]
2f6d9c96c4 Update dependency ember-fetch to v7 (#313) 2019-11-30 17:02:04 +01:00
renovate[bot]
f4e2e2fa41 Update dependency ember-test-selectors to v3 (#310) 2019-11-27 21:21:36 +01:00
Jeldrik Hanschke
cc52e28676 Release 0.6.0-rc.4 2019-11-17 19:19:23 +01:00
renovate[bot]
2dc5c22409 Update dependency ember-bootstrap to v3 (#255) 2019-11-14 21:18:52 +01:00
Jeldrik Hanschke
55cfa6e20f Release 0.6.0-rc.3 2019-11-10 18:22:32 +01:00
Jeldrik Hanschke
79a11938ae Release 0.6.0-rc.2 2019-11-03 20:12:29 +01:00
Jeldrik Hanschke
17c67617f4 Release 0.6.0-rc.1 2019-10-31 10:38:29 +01:00
Jeldrik Hanschke
657620a98c
broccoli-assert-rev is required to fingerprint assets in production builds (#270) 2019-10-31 09:33:29 +01:00
Jeldrik Hanschke
06d3039466 Release 0.6.0-rc.0 2019-10-30 22:46:09 +01:00
Jeldrik Hanschke
b463f3ef62
automize releases with release-it and lerna-changelog (#269) 2019-10-30 22:39:37 +01:00
Jeldrik Hanschke
75a198f3e6
upgrade ember-source to ~3.13 (#266)
Also fixes an issue with owner injection. This must be done in `.create()` and not on `.extend()`. Ember 3.13 seems to be more strict about that one.
2019-10-29 12:31:22 +01:00
renovate[bot]
7e189ab83c Update dependency ember-power-calendar to ^0.14.0 (#239) 2019-10-29 10:43:06 +01:00
Jeldrik Hanschke
67caaad803
upgrade Ember CLI to 3.13 and Ember Source + Ember Data to 3.12 (#264)
* upgrade Ember CLI to 3.13 and Ember Source + Ember Data to 3.12

Ember Source upgrade to 3.13 is blocked by Ember CP Validations,
which does not support Ember Source 3.13 yet.

Ember Data upgrade to 3.13 is blocked by Ember Data Model Fragments,
which does not support Ember Data 3.13 yet.

Also removes autofocus mixin and inlines the code as mixins are
considered an antipattern in latest Ember versions.

Removes some left overs in `"resolutions"` key. But that shouldn't have a real impact.
2019-10-29 08:02:50 +01:00
Jeldrik Hanschke
9a0bb784a0
Merge pull request #232 from jelhan/renovate/ember-cli-clipboard-0.x
Update dependency ember-cli-clipboard to ^0.13.0
2019-10-28 22:24:45 +01:00
Jeldrik Hanschke
ffe105e98b
Merge pull request #261 from jelhan/renovate/ember-composable-helpers-3.x
Update dependency ember-composable-helpers to v3
2019-10-28 20:34:32 +01:00
Renovate Bot
25b6d96a0b
Update dependency ember-cli-browserstack to v1 2019-10-28 12:26:22 +00:00
Renovate Bot
6c3110c5c0 Update dependency ember-cli-browserstack to ^0.0.8 2019-10-28 13:19:39 +01:00
Renovate Bot
08c9333fd8
Update dependency ember-composable-helpers to v3 2019-10-25 22:02:03 +00:00
renovate[bot]
482e5c5007 Update dependency ember-moment to v8 (#245) 2019-09-18 09:54:40 +02:00
renovate[bot]
1ba04dbc7c Update dependency ember-cli-browser-navigation-button-test-helper to ^0.2.0 (#244) 2019-09-17 16:19:26 +02:00
renovate[bot]
8379b34c2b Update dependency eslint-plugin-node to v10 (#248) 2019-09-17 16:18:12 +02:00
Jeldrik Hanschke
7c523357dc
upgrade ember to 3.10 (#235)
Also adds a handy shortcut to run the bundlesize tests: `yarn test:bundlesize`.
2019-07-13 10:26:30 +02:00
Renovate Bot
d1adcc0915
Update dependency ember-cli-clipboard to ^0.13.0 2019-07-02 18:09:53 +00:00
renovate[bot]
ceb8c95702 Update dependency ember-cli-clipboard to ^0.12.0 (#227) 2019-06-21 20:07:05 +02:00
sappor0
c23ba1f6fb Using bootstrap 4 and related UI refresh (#205)
Changes at a glance:

- Switch from BS3 to BS4
- Polishing of some UI elements (low-hanging fruit for UX)
- Mobile-friendly layout.
2019-06-07 11:22:13 +02:00
renovate[bot]
85b2d94ace Update dependency ember-awesome-macros to v5 (#200) 2019-05-28 18:59:54 +02:00
jelhan
08f2a81ac1
Drop jQuery (#196)
Drops ember-radio-buttons addon and uses a plain input element instead. ember-radio-buttons doesn't seem to be maintained anymore and required jQuery. Also plain input element seems to be much easier to maintain.

Replaces ember-ajax by ember-fetch as ember-ajax is build on top of jQuery.ajax().

This reduces the bundle size by 25 KB (JavaScript) after gzip. Updating the size limit accordingly.
2019-05-22 12:29:29 +02:00
jelhan
0d21d6e169
test for bundle size regressions in CI (#195) 2019-05-21 16:52:46 +02:00
renovate[bot]
957000394e Update dependency fs-extra to v8 (#186) 2019-05-21 12:45:01 +02:00
jelhan
90e842e45b
upgrade dependencies (#178) 2019-04-24 21:43:02 +02:00
jelhan
bb160cc503
refactor participants table (#164)
- Drops floatthead and additional scrollbar
- Makes header and first column sticky
- Refactors code for readability

Sticky header is only working in Firefox. Chrome and Edge does not support `position: sticky` for `<thead>`. Haven't tested Safari.
2019-04-20 23:29:59 +02:00
jelhan
6c122148c3
fix: test must not trigger confirmation in IE 11 (#174)
Use test helpers provided by ember-cli-clipboard as they do not trigger confirmation in IE 11. Upgrades ember-cli-clipboard to latest version as the outdated version used before does not include these test helpers yet.

Also refactors test execution against BrowserStack to only run tests one by one. Not quite sure why but that fixes the IE 11 issue. Need to investigate later as that one slows down tests by requiring two additional builds.
2019-03-16 11:26:39 +01:00
jelhan
b8c02ca579
Replace SauceLabs with BrowserStack (#171) 2019-03-14 21:30:48 +01:00
jelhan
78e9d789e6
fix IE 11 (#170)
* upgrade ember-power-calendar for IE11 support

* Ember Bootstrap feature branch fixing IE 11 with unsupported input type

* upstream fix has been merged (but not released)
2019-03-13 21:11:08 +01:00
jelhan
82f89b74df
refactor in repo addon include api in build (#169)
* fs-extra dependency of in-repo-addon was not listed explicitly

* refactor: inclusion of api in build for readability

* fix: 'readdirSync' is assigned a value but never used
2019-03-08 01:19:17 +01:00
jelhan
e53ac9a140
remove dead code from build (#167)
* cherry-pick needed helpers from ember-math-helpers

This reduces the build size by 1.2 KB after gzip.

* dep: remove ember-array-helper

array helper already provided by ember-composable-helpers
2019-02-24 01:04:26 +01:00
jelhan
95d53baae9
refactor: remove route actions (#166) 2019-02-24 00:32:37 +01:00
Jeldrik Hanschke
5637b1f444 dep ember-export-application-global is not needed anymore
It's most likely a leftover from upgrading ember a long time ago.
2019-02-24 00:18:13 +01:00
Jeldrik Hanschke
830478051b upgrade qunit to fix CSP violations in test runner
This one requires a migration from deprecated ember-cli-qunit to ember-qunit.
ember-qunit throws in Unit tests cause they interact with runloop but didn't
awaited everything to finish. An assertion was thrown therefor:

> Assertion Failed: expected container not to be destroyed
2019-02-23 23:56:49 +01:00
Jeldrik Hanschke
5381c87d73 downgrade Chart.js to fix CSP violations
https://github.com/chartjs/Chart.js/issues/5208
2019-02-23 23:56:49 +01:00
Jeldrik Hanschke
dcb70f74f8 deps: uprade ember-cli-content-security-policy 2019-02-23 23:56:49 +01:00
Jeldrik Hanschke
06a92b947f refactor: replace bootstrap-datepicker by ember-power-calendar
Also renders two linked calendars if there is enough space.

Closes #143
2019-01-20 17:08:16 +01:00
Jeldrik Hanschke
dad9fbddf0 deps: drop bower 2019-01-03 07:09:36 +01:00
Jeldrik Hanschke
96f1990542 fix: label should reflect validation state of all times of a day 2019-01-03 00:46:36 +01:00
Jeldrik Hanschke
cf9efe993b refactor: replace LESS by SASS 2019-01-02 23:48:48 +01:00
Jeldrik Hanschke
af4fe70f72 refactor: drop ember-simple-select 2019-01-02 23:48:36 +01:00
Jeldrik Hanschke
3091f9ac5e deps: upgrade ember-page-title
Current page title is put before generic one, e.g. "Create a poll | Croodle"
instead of "Croodle | Create a poll". This was an upstream change with
could reasoning. Have a look here:
https://github.com/adopted-ember-addons/ember-page-title/releases/tag/5.0.0

Version 4.0.0 required the `{{head-layout}}` component in application's
template:
https://github.com/adopted-ember-addons/ember-page-title/releases/tag/4.0.0
2018-12-31 14:12:21 +01:00
Jeldrik Hanschke
bcd4bc7ac6 upgrade to ember 3.4 2018-12-31 10:17:03 +01:00
Jeldrik Hanschke
b7e63ed83b refactor: replace ember-object-at-helper by ember-composable-helpers 2018-12-30 10:06:49 +01:00
Jeldrik Hanschke
71d303174e refactor: drop ember-array-computed-macros 2018-12-30 01:04:33 +01:00
Jeldrik Hanschke
8f591e2978 refactor: use version provided in config in favor of ember-cli-build-info 2018-12-29 22:09:14 +01:00
Jeldrik Hanschke
11265cb82d deps: upgrade ember to 2.18 2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
0749668435 deps: upgrade ember-native-dom-helpers 2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
5cea1d48b6 deps: upgrade ember-awesome-macros 2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
8f90414f0c deps: upgrade ember-cli-mirage 2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
a6dee88dc1 deps: upgrade ember-moment 2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
792d2089bb deps: remove unused dependencies 2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
39a5c7d94c deps: upgrade array-helper, math-helpers, truth-helpers and transition-helper 2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
78ddf381c1 deps: upgrade ember-cli-bootstrap-datepicker
Drops another bower dependency. 🎉
2018-12-29 20:23:19 +01:00
Jeldrik Hanschke
6592102837 deps: upgrade ember-cp-validations to 3.x 2018-12-29 20:23:19 +01:00
jelhan
9c4bd9e669
upgrade ember-bootstrap and ember-bootstrap-cp-validations to latest versions (#146)
Ember Bootstrap has changed a lot since the very outdated pre 1.0 release
which was used here. Changes are mostly about using composable components
and closure actions.

Also replaces PhantomJS with Chrome in CI cause PhantomJS is also very
outdated and causing test failure not related to any real world issues.
Ember CLI has replaced PhantomJS with Chrome in v2.15.1, which is the
upfollowing minor release to the version currently used.
2018-10-28 22:54:14 +01:00
jelhan
acd2ec24ae upgrade ember-cli-build-info to fix deprecation warning
Fixes deprecation warning:
  DEPRECATION: Ember CLI addons manage their own module transpilation during
  the `treeForAddon` processing. `ember-cli-build-info` has overridden the
  `this.options.babel` options which conflicts with the addons ability to
  transpile its `addon/` files properly. Falling back to default babel
  configuration options.
2017-11-02 11:50:30 +01:00
jelhan
d0db209821 Released v0.5.6 2017-08-31 16:28:45 +02:00
jelhan
f41d8ebea0 Released v0.5.5 2017-08-31 14:43:46 +02:00
jelhan
70ba444b39 ensure that only non dev api dependencies are included in build (#138) 2017-08-26 01:29:57 +02:00
jelhan
9d230024bd chart.js is included by ember-cli-chart and not needed as dependency 2017-08-11 18:24:22 +02:00
jelhan
d2d88e271d upgrade ember-cli-chart to 3.3.1 2017-08-11 18:18:03 +02:00
jelhan
7a64346d56 upgrade ember-cli-page-object to 1.11.0 2017-08-11 16:53:18 +02:00
jelhan
b5c701c7c0 upgrade ember-cli-clipboard to 0.8.0 2017-08-11 16:49:41 +02:00
jelhan
d04d532018 upgrade ember-cli-content-security-policy to 0.6.2 2017-08-11 16:42:18 +02:00
jelhan
65702ff78e upgrade ember-array-helper to 2.1.0 2017-08-11 16:42:18 +02:00
jelhan
75a8bd023d update ember-simple-select to 0.6.1 which includes 1b2d13c0a8d5844757fd88b64b12f61c6455b94e 2017-08-11 16:42:18 +02:00
jelhan
64a9dea5e7 refactor dates handling (#137)
* Remove dates ArrayProxy.
* Use moment template helpers.
* Pass timezone and locale directly to moment template helper to avoid issues.
2017-08-11 16:39:36 +02:00
jelhan
87ad9b0506 use ember-cli-mirage to mock api 2017-08-01 09:49:02 +02:00
jelhan
7ab44aa9e5 use deprecation workflow 2017-08-01 09:48:48 +02:00
jelhan
632c36eb12 updates dependencies and fixes property modified twice in a single render deprecations 2017-08-01 09:48:48 +02:00
jelhan
364147f4b6 fix build issue by updating ember-moment 2017-07-25 17:17:39 +02:00
jelhan
b27476edde PR has been merged and included 2017-03-31 21:45:46 +02:00
jelhan
9fefe2f203 Fix: ember-debug.warn-options-missing deprecation warnings 2017-03-30 22:31:42 +02:00
jelhan
5b9a47ffc9 Lock ember-data to 2.8.x to fix incompatibilty with ember-data-models-fragment
Fixes 'Assertion Failed: Passing classes to store methods has been removed.' error.
2017-03-29 15:22:33 +02:00
jelhan
5fbe6bd79c Released 0.5.4 2016-12-25 23:03:32 +01:00
jelhan
8517338360 Released v0.5.3 2016-12-16 13:22:08 +01:00
jelhan
a01b0cbee6 updating some dependencies 2016-12-16 12:38:05 +01:00
jelhan
faa1be06f5 fixes deprecation warning caused by ember-cli-htmlbars 0.x
https://github.com/novafloss/ember-simple-select/issues/15
2016-12-15 17:28:12 +01:00
jelhan
6867a0924c Force newer version of ember-i18n-cp-validations to fix some Ember.Handlebars.SafeString deprecations 2016-09-23 19:53:09 +02:00
jelhan
70b6b4bfe2 Update ember-i18n to fix some Ember.Handlebars.SafeString deprecations 2016-09-20 11:25:48 +02:00
jelhan
2943be8aa7 update ember-bootstrap to fix most deprecations 2016-09-20 02:42:33 +02:00
jelhan
fd0d7ffd39 update ember to 2.8 and ember-cli to 2.9.0-beta.1 2016-09-20 02:01:26 +02:00
jelhan
3cf26d7221 make CSP even a little bit more restrictive 2016-09-03 18:51:38 +02:00
jelhan
591f014c1d Released v0.5.2 2016-08-30 11:11:08 +02:00
jelhan
e77f0c1edc Released v0.5.1 2016-08-26 20:40:47 +02:00
jelhan
a11f590062 remove version prefix in meta (again) 2016-08-26 20:39:57 +02:00
jelhan
fd6bb662cf Released v0.5.0 2016-08-26 19:18:16 +02:00
jelhan
22d2055fb2 update dependency: glob 2016-08-21 03:17:36 +02:00
jelhan
8441c92295 use poll title as page title
Part of #76
2016-08-20 23:28:39 +02:00
jelhan
8d9278a9ee show validation immediately after change for select and radio buttons
Introduced this feature by https://github.com/kaliber5/ember-bootstrap/pull/127
2016-08-20 22:51:21 +02:00
jelhan
5613dfdd43 add button for copying poll link
closes #95
2016-08-20 22:02:53 +02:00
jelhan
bbea5265fe update ember-i18n to latest (4.2.2) 2016-08-17 23:56:14 +02:00
jelhan
3d251bc9fb provide status bar to indicate steps of poll creation wizard
part of #76
2016-08-14 22:57:10 +02:00
jelhan
29189e5a06 updates ember-cli-page-object 2016-08-14 22:24:04 +02:00
jelhan
91e667c95b Fix chart issue in Microsoft edge
Include this PRs to ember-cli-chart:
* https://github.com/aomran/ember-cli-chart/pull/54
* https://github.com/aomran/ember-cli-chart/pull/59
* https://github.com/aomran/ember-cli-chart/pull/60
2016-08-14 18:07:02 +02:00
jelhan
b2885ffcf5 broccoli-merge-trees not needed anymore since app.toTree() supports multiple trees as argument 2016-08-14 18:00:15 +02:00
jelhan
36c7dc397c broccoli-static-compiler is deprecated. Use broccoli-funnel instead. 2016-08-14 17:51:32 +02:00
jelhan
59256827ba Merge branch 'v0.5.0' 2016-08-13 16:09:28 +02:00
jelhan
1e01edeb81 Released v0.4.0 2016-08-13 16:02:46 +02:00
jelhan
2a75db5304 Update to chartjs 2.x
enhancements:
* responsive charts
* native support for stacked bars
* CSP: script-src: unsafe-inline is not needed anymore #90
2016-08-12 23:09:43 +02:00
jelhan
1400b71417 updates ember, ember data and ember data model fragments and fixes some container deprecation 2016-08-12 23:09:37 +02:00
jelhan
26b3dab102 update ember-suave and fix some coding style 2016-08-11 22:47:17 +02:00
jelhan
e4af5da645 update a few dependencies 2016-08-11 22:41:32 +02:00
jelhan
36071f8c18 Fixes: v prefix should not be part of version
only tagged commits were affected

https://github.com/cibernox/git-repo-version/pull/12
2016-08-11 21:51:50 +02:00
jelhan
3c7181c5e9 Released v0.4.0-rc2 2016-08-04 22:25:42 +02:00
jelhan
ad3af23782 Released v0.4.0-RC1 2016-08-02 00:00:27 +02:00
jelhan
49c6c28af9 move back to stable versions where pull request have been merged 2016-08-01 23:45:22 +02:00
jelhan
78ea83c7a7 not used anymore since 0592eff1f0 2016-08-01 23:39:32 +02:00
jelhan
21c723b59b Released v0.4.0-beta2 2016-07-28 01:24:19 +02:00
jelhan
145a4ea96a Fix: reuse existing arrayproxy since otherwise it's not connected to model anymore 2016-07-27 23:06:54 +02:00
jelhan
b4c589a632 Released v0.4.0-beta1 2016-07-15 12:18:46 +02:00
jelhan
a28923ead2 refactor to use groupBy computed macro of ember-array-computed-macros instead of ember-group-by 2016-07-04 14:39:00 +02:00
jelhan
0c0dc44195 reactored to use array computed macros for cleaner code 2016-07-03 19:49:36 +02:00
jelhan
9d9121c04e all outstanding PRs for ember-bootstrap got merged 2016-06-14 13:53:22 +02:00
jelhan
f32e6bf4c6 Fixes: select options (create/index, create/settings) are not updated on locale change. 2016-06-14 11:40:58 +02:00
jelhan
327d6cd737 object-at helper as addon 2016-06-08 18:42:26 +02:00
jelhan
94b32a5fbd v0.4.0-alpha5 2016-06-08 14:16:13 +02:00
jelhan
2c11fe41bf perserve validation state in create/options-datetime by avoiding rerender 2016-06-08 13:56:06 +02:00
jelhan
72513bf893 remove ember-form-master-2000 2016-06-06 01:19:24 +02:00
jelhan
5b8d59c00b rewrite create/options-datetime with ember-bootstrap
ToDo left:
refactor `datetimes` property of `create-options-datetime` component to
not cause whole list to be updated. This is not only a performance issue
but also UX: e.g. validation state is lost when another item is added.
2016-06-06 01:19:24 +02:00
jelhan
4a31aaa616 use ember-bootstrap in create/options
ToDo:
Label validation state should not be bound to validation state of first element (option)
but to validation state of all elements. If any element has an error label validation state
should be error. Only if all elements are fine, label validation state should also be fine.
2016-06-06 01:19:24 +02:00
jelhan
0592eff1f0 ember-bootstrap for poll/participation 2016-06-06 01:19:23 +02:00
jelhan
32f9c3e633 use ember-bootstrap in create/index, create/meta, create/settings 2016-06-06 01:19:23 +02:00
jelhan
e558cccb60 add ember-bootstrap 2016-06-06 01:19:23 +02:00