Jeldrik Hanschke
|
77afc0d9fa
|
remove implicit this usage in templates (#352)
This refactors references to values in templates from `{{foo}}` to either `{{this.foo}}` if it's a property of backing JavaScript class or `{{@foo}}` if it's passed in on invocation.
You could find more details on this change in Ember docs:
- [required `this` in templates](https://guides.emberjs.com/release/upgrading/current-edition/templates/#toc_required-this-in-templates)
- [named arguments](https://guides.emberjs.com/release/upgrading/current-edition/templates/#toc_named-arguments)
While doing this I noticed that `<PollEvaluationSummaryOption>` component could be easily refactored to a template-only component. Done it as part of this pull request even so it's technically not related.
|
2020-01-18 12:17:06 +01:00 |
|
Jeldrik Hanschke
|
18ba1b6bbc
|
convert component invocation to angle brackets (#339)
|
2020-01-08 15:58:10 +01: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 |
|
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 |
|
jelhan
|
8441c92295
|
use poll title as page title
Part of #76
|
2016-08-20 23:28:39 +02:00 |
|
jelhan
|
5613dfdd43
|
add button for copying poll link
closes #95
|
2016-08-20 22:02:53 +02:00 |
|
jelhan
|
3e92fa8c87
|
Switch to bootstrap fixed-width grid layout.
Part of #76
|
2016-03-21 22:08:51 +01:00 |
|
jelhan
|
c1dfa16eed
|
update ember-i18n
|
2015-11-20 02:18:19 +01:00 |
|
jelhan
|
f0a09d9aee
|
handle connection issues on user save:
* show error message (modal)
* provide retry button
fixes #66
|
2015-01-21 01:30:14 +01:00 |
|
jelhan
|
7a77c455c3
|
layout
|
2014-10-20 00:25:15 +02:00 |
|
jelhan
|
469a9f1e4e
|
language switch
|
2014-09-29 02:39:11 +02:00 |
|
jelhan
|
b066b8806c
|
Starting to move to Ember App Kit
|
2014-07-06 17:37:54 +02:00 |
|