Robin Ward
0d12ed2231
UX: More spinner upgrades
2014-11-13 15:40:28 -05:00
Robin Ward
7b50244e98
UX: Use new loading spinner when uploading an image
2014-11-13 12:55:47 -05:00
Robin Ward
03bc91f204
Unify loading-spinner helper, add conditional support via component
2014-11-12 15:11:20 -05:00
Robin Ward
824c0b0f87
FIX: Remove grouped-each helper. GroupedView is deprecated in Ember
...
1.9
2014-11-11 15:58:47 -05:00
Robin Ward
4d4734ef2f
Refactored loading routes for users/badges
2014-11-11 14:17:19 -05:00
Kris Aubuchon
6ca555eee0
simplifying the spinner due to IE/Win Chrome issues
2014-11-11 09:22:14 -05:00
Robin Ward
a6b1be81b1
Upgrade to Ember 1.7.1 + group patch
2014-11-10 14:49:02 -05:00
Kris Aubuchon
a0e5605869
updated loading spinner
2014-11-05 20:13:51 -05:00
Robin Ward
acfd99ebf2
FIX: Use proper HTML for spinner rather than handlebars
2014-11-05 12:04:35 -05:00
Kris Aubuchon
59e0c1b9cd
trying out a new css-only loading spinner
2014-11-05 10:08:20 -05:00
Robin Ward
44ff357e1c
Remove unused view, use preferred dash format for filenames, add
...
warnings when templates are missing
2014-10-29 10:39:06 -04:00
Robin Ward
daf7239d87
Lookup templates using the container
2014-10-29 10:32:57 -04:00
Sam
eab12cc6b8
PERF: move excerpt to raw, expose i18n to handlebars
2014-10-29 16:08:35 +11:00
Sam
5729e7df6f
PERF: use raw rendering for topic list
...
rename my handlebars helper to "raw",
create ember compat handlebars to handle rendering
patch ember rails to use the correct precompiler
2014-10-29 15:24:51 +11:00
Sam
e3b88d3688
Revert "REVERT commits for raw handlebars rendering. We need to create a"
...
This reverts commit a4363e033d .
2014-10-29 13:05:19 +11:00
Robin Ward
a4363e033d
REVERT commits for raw handlebars rendering. We need to create a
...
separate branch and discuss issues of this approach.
2014-10-28 10:56:04 -04:00
Sam
ad46a490cc
correct coldmaps
2014-10-28 17:54:00 +11:00
Sam
f5379cee89
PERF: move activity-column to handlebars
2014-10-28 17:20:56 +11:00
Sam
09f6011bbd
PERF: split out category column rendering
2014-10-28 14:56:27 +11:00
Sam
adb870a909
PERF: use handlebars rendering for user list
...
this shave topic list rendering on local down from 140ms to 100ms
2014-10-28 13:31:25 +11:00
Robin Ward
caf31dde1e
Revert "GroupedEach helper fix for ember 1.8"
...
This reverts commit 3075ebf77c .
2014-10-27 15:58:04 -04:00
Robin Ward
3075ebf77c
GroupedEach helper fix for ember 1.8
2014-10-27 15:31:35 -04:00
Robin Ward
71f211f0b3
FEATURE: Allow users to select a badge with an image to appear on their
...
user card
2014-10-20 16:35:38 -04:00
Robin Ward
d0fb8bbcfc
Instead of .js.handlebars use .hbs for handlebars templates
2014-09-26 15:23:15 -04:00
Robin Ward
1de9c3b04a
Migrate more helpers to ES6 format.
2014-09-12 14:27:34 -04:00
Robin Ward
3c26bca56a
Migrated more helpers to ES6 preferred format
2014-09-11 13:32:57 -04:00
Robin Ward
d010eee5d8
Remove unused titled-link-to helper
2014-09-11 13:14:11 -04:00
Robin Ward
62c9e4228d
Rename {{icon}} helper to {{fa-icon}} for future Ember
...
compatibility.
2014-09-09 17:29:05 -04:00
Robin Ward
8ac955247c
Convert category helpers to ES6.
2014-09-04 11:32:30 -04:00
Robin Ward
e9600d7cb1
Convert some application helpers to ES6 format.
2014-09-03 13:30:22 -04:00
Arpit Jalan
0453da6fa5
FIX: use short date format for timestamp
2014-08-27 12:56:52 +05:30
Robin Ward
d35633deab
FIX: Using a binding in an {{avatar}} was broken
2014-08-20 15:12:18 -04:00
Robin Ward
b46a373ff9
UX: Show User popup when clicking on a user in the topic list.
2014-08-19 16:22:37 -04:00
Sam
2d16255185
FIX: make filter bindable
2014-08-19 16:50:30 +10:00
Robin Ward
2f4f5d56e1
Use Site Settings for the cold date ranges
2014-08-15 12:09:31 -04:00
Robin Ward
6f3db0e386
UX: Squash activity columns together. Show a cold map on the difference
...
between the last post and original post dates. Fix some missing classes
in the mobile templates and topic map.
2014-08-14 16:06:27 -04:00
Robin Ward
ac89b3eb7e
ES6: grouped-each helper and moved event dispatcher to an initializer
2014-08-13 16:46:59 -04:00
Sam
4536f772c1
FIX: more reliable topic list counts
...
- unread was not incrementing when you read last post on topic
- new notifications were being inserted even if they existed in list
- terminology was all mixed up "1 new posts", split to 3 messages
- latest behaves as expected, updating count of new and updated topics
2014-08-05 13:27:34 +10:00
Robin Ward
f2b554be13
FIX: Use placeholder for avatar image size in expansion
2014-07-24 17:17:47 -04:00
Robin Ward
27f786e06a
FEATURE: Show user popup when clicking on an @mention in a post.
2014-07-23 16:10:29 -04:00
Benjamin Kampmann
b942dbfb43
remove block from views so Ember doesn't complain
2014-06-27 10:49:25 +02:00
Robin Ward
56096619c0
FIX: Use secondary category color for stripes when only showing the
...
stripe.
2014-06-20 12:46:42 -04:00
Robin Ward
7ae4c4dedc
COSMETIC: visual tweaks to the categories page
2014-06-19 17:11:45 -04:00
Robin Ward
61fb0f736b
Micro optimizations to {{plugin-outlet}}.
...
* Don't create a `ContainerView` if there is only one connection.
* Don't create a virtual view if there are no connectors and the
block form of the plugin isn't used.
2014-06-18 16:00:53 -04:00
Benjamin Kampmann
22d93bc43a
Let Plugin-Outlet Render inner template data
...
- allows passing of template data to the plugin-outlet to be rendered if no plugin is using that slot
- acts as a fallback when no plugin is found
- allows wrapping of existing features inside a plugin-outlet that then plugins can overwrite with their own behaviour
- backwards compatible
- uses invisible emberviews (as Ember.Component does)
- the template has full-access to the controller and view, should be totally transparent
2014-06-16 15:10:10 +02:00
Régis Hanol
3b6b2770f3
BUGFIX: date of the post in the share dialog is now properly bound
...
CLEANUP: removed all unused handlebars helpers
REFACTOR: removed 'unbound' prefix (for performance reasons, helpers are unbound by default)
REFACTOR: added 'bound' prefix to bound helpers
REFACTOR: renamed helper using 'foo-bar-foo' syntax (instead of camel case)
2014-06-10 19:04:31 +02:00
Robin Ward
580a1bf8b0
ES6: Migrated and deprecated a bunch of views
2014-06-10 11:54:38 -04:00
Robin Ward
6ae7d48fd1
FIX: Make sure the context of plugin outlets is correct
2014-06-05 15:20:55 -04:00
Régis Hanol
bc7730e0dd
BUGFIX: avatar in history dialog
2014-06-04 18:35:14 +02:00
Robin Ward
3f9c4100ef
Many Plugin upgrades.
2014-06-03 10:33:47 -04:00