Henry
86bf6c6dff
Minor refactoring and renaming of variables
2015-10-30 10:30:39 -07:00
Henry
0e07fb860e
Added convenience methods for alert and error to the NotificationService
2015-10-30 10:28:08 -07:00
Henry
b3d4f48e2e
Allow string or model to simplify message specification
2015-10-30 10:22:24 -07:00
Henry
896dd8d2c7
Fixed jslint errors
2015-10-23 16:30:51 -07:00
Henry
789b640b9b
Refactored dismiss and minimize out of NotificationService and on to returned Notification type
2015-10-23 16:28:42 -07:00
Henry
e05858e26b
Added newline to end of source files
2015-10-23 12:11:37 -07:00
Henry
89046ecad5
fixed jslint error
2015-10-23 12:03:56 -07:00
Henry
fa7431d68b
Added test case to DialogServiceSpec
2015-10-23 12:01:48 -07:00
Henry
78b528b4a5
Added additional test cases, and some tidying
2015-10-23 11:48:37 -07:00
Henry
e3ef68bc6f
Fixed jslint errors
2015-10-22 16:41:09 -07:00
Henry
83276d70d3
Removed MessageSeverity enum and MessageController
2015-10-22 16:29:10 -07:00
Henry
109ae3323d
Added jsdoc and moved MessageController to dialogs from notifications
2015-10-22 15:10:53 -07:00
Henry
0053989de8
renamed dialog and notification 'actions' to 'options'
2015-10-22 14:14:21 -07:00
Henry
f08725b6a2
Fixed jshint errors
2015-10-14 16:22:11 -07:00
Henry
301b73c6c6
Banner notifications are not maximized if 'info' message
2015-10-14 16:22:10 -07:00
Henry
912e70d219
Fixed failing tests, and added stopPropagation to prevent maximizing of notifications on action click or dismiss
2015-10-14 16:22:10 -07:00
Henry
1d41939418
Fixed failing tests
2015-10-14 16:22:10 -07:00
Henry
ee382be38d
Added transitions and severity classes
2015-10-14 16:22:10 -07:00
Charles Hacskaylo
34ea3ad9bb
[Frontend] Banner message animations; class renaming
...
open #163
open #170
Added transition animations to message banners;
Renamed $colorStatus* class names to map more
closely to severity constants;
2015-10-14 16:22:10 -07:00
Henry
2ba6f18c59
Making changes to implement display queue
2015-10-14 16:22:10 -07:00
Henry
b2a09599a0
Modified messages dialog launcher
2015-10-14 16:22:10 -07:00
Henry
11264759ec
Added highest severity calculation in NotifiationService
2015-10-14 16:22:10 -07:00
Andrew Henry
c0ff6de27b
Added notification indicator
2015-10-14 16:22:10 -07:00
Henry
60dda8a7a4
Updated
2015-10-14 16:21:54 -07:00
Henry
82ae9e72c1
Integrated notifications list
2015-10-09 14:17:55 -07:00
Henry
85300d3743
Refactored DialogService a little
2015-10-09 11:57:47 -07:00
Henry
fe3e3325e1
Merge branch 'open170' into open155
2015-10-09 11:00:09 -07:00
Henry
2b97d61d6c
Further integration work
2015-10-09 10:59:36 -07:00
Charles Hacskaylo
954fdd5906
[Frontend] Sanding/positioning and Cancel button added to Messasges dialog
...
open #159
open #170
Added Cancel button to Messages dialog in DialogService.js;
Important tweaks to layout of messages to allow
bottom-bar to align to bottom in singleton dialog view;
Revised status colors in theme's constants files;
2015-10-08 19:10:26 -07:00
Henry
8267058487
Begun integration of Notifications framework with Charles' code
2015-10-08 15:08:26 -07:00
Henry
4a913376ac
Merge branch 'open170' into open155
2015-10-08 13:57:25 -07:00
Henry
5ff3c71523
Fixed the Banner Controller which was not returning reference to controller
2015-10-08 13:56:59 -07:00
Henry
ba614fe2d6
Trying to sort out error
2015-10-08 13:46:42 -07:00
Henry
5e713f279b
Moved some more vars
2015-10-08 13:18:47 -07:00
Henry
df590107cb
Moved some more vars
2015-10-08 13:17:12 -07:00
Henry
fc8630dbc6
Moved some vars
2015-10-08 13:15:31 -07:00
Henry
12a94f828a
Added some more semicolons
2015-10-08 13:14:30 -07:00
Charles Hacskaylo
0e840ae003
[Frontend] Messages major work
...
open #159
open #170
CSS, markup and JS test files initially complete;
Templates renamed for consistency;
message-type icons styled;
Added severity constant "alert";
TO-DO: check refactored CSS against mobile,
see what's broken;
2015-10-08 13:09:41 -07:00
Henry
e1e5919f68
Added some semicolons
2015-10-08 13:08:43 -07:00
Henry
b2cd66bd5d
Merged in charles' changes
2015-10-08 11:26:31 -07:00
Henry
af1fa6e77a
added semicolons to test spec
2015-10-08 11:13:32 -07:00
Henry
5ff90f7254
Added more tests, some refactoring
2015-10-08 11:03:48 -07:00
Charles Hacskaylo
0ca9e5c952
[Frontend] Message list initially working
...
open #159
open #170
Thank you @akhenry;
launchMessages function added to DialogLaunchController.js;
New message-list.html template;
message.html is now its own include;
blocking-message.html renamed to
overlay-blocking-message.html;
2015-10-08 09:37:43 -07:00
Charles Hacskaylo
8ee93d9603
[Frontend] Tweaks to dialog-launch; added ui-symbols
...
open #159
open #170
2015-10-07 18:26:11 -07:00
Charles Hacskaylo
ac59df9595
[Frontend] Added type-icon to message dialogs
...
open #159
open #170
Percent complete added to progress-bar.html;
Refined overlay height;
2015-10-07 17:56:25 -07:00
Charles Hacskaylo
182eff977c
[Frontend] Dialog and overlay layout/positioning mods
...
open #159
open #170
Restructured overlay size and positioning approach
for better flexibility;
Getting new dialogs and the overlay to
play nicely in mobile context;
2015-10-07 16:36:55 -07:00
Henry
3af23b7bc5
Added test cases for notification service
2015-10-07 14:30:19 -07:00
Charles Hacskaylo
7f529eec68
[Frontend] Mods to OverlayService
...
open #159
open #170
OverlayService can now be passed typeClass,
which is added to the CSS class of the overlay's
mct-include tag - intent is to allow the overlay
to size itself based on the type of content to be
displayed;
2015-10-07 12:11:30 -07:00
Charles Hacskaylo
ad4292f1e9
[Frontend] Mods to DialogService model and dialogs
...
open #159
open #170
Properly re-cast model.hint and added model.actionText;
Moved progressText into progress-bar.html;
Tweaks to dialog styles;
Tweaked styles for progress bar;
Normalized various dialog templates markup;
2015-10-07 11:45:08 -07:00
Charles Hacskaylo
6840e596a5
[Frontend] Adding progress-bar.html template
...
open #159
open #170
2015-10-07 10:25:47 -07:00