Piotr Sarnacki
36db80d45f
Add Ember.computed.limit and use it in LimitedArray
...
arrayComputed was added recently in order to make array computations
easier. Using arrayComputed we can improve LimitedArray which now uses
an isolated multipurpose Ember.computed.limit.
2014-02-18 10:00:33 +01:00
Piotr Sarnacki
f0e95ddd3f
Main view mostly works on new router
2013-02-21 23:22:51 +01:00
Piotr Sarnacki
23a58866bd
Fix LimitedArray to work properly with SortableMixin
2012-12-14 04:31:28 +01:00
Piotr Sarnacki
de9d695c5e
Remove console.log
2012-12-11 15:53:09 +01:00
Piotr Sarnacki
fd82bf3791
Use contentArrayWillChange for deleting records from LimitedArray
...
Using contentArrayDidChange is usless for deletion, because the records
were already deleted, so we can't fetch them from the content array.
2012-12-11 15:51:11 +01:00
Piotr Sarnacki
e36fb0d7a2
Properly hide 'show more job' link in the queues
2012-12-11 15:03:47 +01:00
Piotr Sarnacki
79e6f5e037
Allow to change the place of insertion for limited array
2012-12-11 14:41:21 +01:00
Piotr Sarnacki
52e6959c9c
Do not refresh entire LimitedArray if there is not such need
2012-11-28 01:00:44 +01:00
Piotr Sarnacki
d1633e796a
Slightly better implementation of showAll for jobs in queues
2012-11-28 00:26:37 +01:00
Piotr Sarnacki
afa1d07fbe
Show only first 15 elements from each queue for now
...
With shitloads of jobs in queues app becomes unusable, this is a quick
solution to make it better.
2012-11-28 00:04:23 +01:00
Sven Fuchs
d94b001e81
restore isLoaded for repos controller
2012-11-10 04:21:49 +01:00
Piotr Sarnacki
7fc77e66ea
Limit repos list to 30 items
2012-10-09 18:23:11 +02:00