272b4b649e
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In progress: moved limits classes out
of _contants and into _glyphs;
timers, entanglement context menu items,
form validation, date picker.
2016-06-30 12:11:25 -07:00
95d26e6fe7
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; limits
2016-06-29 14:18:12 -07:00
26b30d96db
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; overlay close, search inputs,
messages and message banners,
ui-symbol removal in-progress.
2016-06-28 17:16:18 -07:00
4e2a01ad85
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; .labeled added to .s-btn,
removed .s-icon-btn
2016-06-28 16:21:05 -07:00
521db3c3fe
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; plot options, imagery buttons,
cleanups in buttons.scss, edit-action buttons,
.s-btn .no-label class added.
2016-06-28 16:10:54 -07:00
8bb8db69e6
[Frontend] Refactoring glyphs to classes
...
Fixes #1047
In-progress; indicators, notifications, actions,
tests
2016-06-28 14:47:52 -07:00
53ed0bfb22
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In progress, really: view icons, timer/clock
2016-06-27 17:01:45 -07:00
47dc7f2f6b
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In progress: grid items
2016-06-27 16:13:31 -07:00
2bd34f71be
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Context menus and associated actions,
custom checkboxes, tree item being edited
2016-06-27 15:00:46 -07:00
b561d4f60e
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In-progess: glyphs.scss now uses $vars to
allow other scss to use a var instead of string
literals;
2016-06-27 14:27:56 -07:00
0cf4089620
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In-progess: tree-labels, unknown objects, object
header
2016-06-27 14:13:59 -07:00
46cae10905
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In-progess, menus and Create menu fixes
2016-06-27 11:41:06 -07:00
fe3097707f
Merge remote-tracking branch 'origin/master' into frontend-1047
2016-06-27 11:20:55 -07:00
652a50c700
Merge remote-tracking branch 'origin/open1018-new'
2016-06-27 09:13:03 -07:00
2339560363
[Time Conductor] Bounds updated when date selected from date selector. Fixes #1018
2016-06-24 21:50:59 -07:00
24e870a126
[Save] Show blocking dialog
...
Show a blocking dialog while the save action is being performed.
Prevents users from pressing save a second time or performing
further actions while a save is in progress.
Fixes https://github.jpl.nasa.gov/MissionControl/vista/issues/362
2016-06-24 20:01:52 -07:00
7d69ae401b
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In-progress, converting types, mods to
Create Menu template
2016-06-23 15:59:56 -07:00
18d9f3d6b2
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Very much In-progess: convert some controls;
2016-06-23 15:14:22 -07:00
e93a90a782
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Very much In-progess, classes for all symbols
added to glyphs.scss; .menu cleaned up;
2016-06-23 11:28:07 -07:00
dc670b22a6
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Very much In-progess, "icon-" selector,
browse bar buttons
2016-06-23 08:55:27 -07:00
8b29ccf3af
[Frontend] Refactoring glyphs to classes
...
fixes #1047
Very much In-progess, s-btn and
s-btn-menu refactoring
2016-06-22 23:15:24 -07:00
f574ffed16
[Frontend] Refactoring glyphs to classes
...
fixes #1047
In-progess, e900 > e904
2016-06-22 14:37:34 -07:00
bc62ee4565
[Frontend] Complete revamp of unicodes
...
fixes #1047
New font files; no re-mapping yet in the app.
2016-06-22 13:28:15 -07:00
614f0c6e9f
[Frontend] Complete revamp of unicodes
...
fixes #1047
Moved all glyphs into PUA area of font, and
re-organized by category.
2016-06-22 13:23:18 -07:00
c8f4568bd0
[Plot] Set min height
...
Set the min height for the plot element based on user feedback for
minimum plot size that they find useful. Plot ticks may overlap
but that is expected to be fixed in a future release.
Fixes https://github.com/nasa/openmct/issues/1048
2016-06-22 10:51:16 -07:00
47bd4031d5
[Frontend] Renaming symbols font files
...
Fixes #1047
- Modified sass to point to renamed font files;
- Added new 12px symbols font files to sass;
2016-06-21 18:39:48 -07:00
22a51d6bbb
[Frontend] Updating Icomoon project files
...
Fixes #1047
- Renamed main project file;
- Added new 12px symbols project file;
2016-06-21 18:22:33 -07:00
13ded2fd84
[Frontend] Added new 12px symbols font files
...
Fixes #1047
2016-06-21 18:19:27 -07:00
aef5660dfd
[Frontend] Renaming symbols font files
...
Fixes #1047
2016-06-21 18:16:56 -07:00
8080490e5c
[Frontend] Applied emphasis colors to .key-properties
...
fixes #1014
Added .key-properties to .major to color the Edit
button as intended;
2016-06-20 16:06:23 -07:00
a3443d8077
Merge pull request #1025 from nasa/frontend-1019
...
R&I fixes for Snow button colors and Timeline edit Add menu
2016-06-20 12:36:29 -07:00
dea94e4e68
[Frontend] Fix button colors in Snow theme
...
Fixes #1014
- Problem was actually application of a color
within the .icon class - fix removes that
definition;
2016-06-16 17:55:40 -07:00
d40c7f1821
[Frontend] Restore the Add menu to edit Timelines
...
Fixes #1019
- Removed overflow: hidden from .l-edit-controls;
2016-06-16 17:46:15 -07:00
c7e7e0c302
[Frontend] Fixes to un-squish plots
...
Fixes #1022
- min-height added to .gl-plot element;
- Moved plot value definitions out of _plots-main
and into _constants and normalized naming;
2016-06-16 17:24:44 -07:00
c2517c1670
[Edit Mode] Canceling edit mode with unsaved changes now shows confirmation dialog to user. Fixes #664
2016-06-15 17:10:29 -07:00
717ceff02c
Merge pull request #995 from nasa/timeline-913a
...
R&I tweaks to Timeline scrollbar and splitters
2016-06-15 11:45:17 -07:00
50bd233b0a
Merge remote-tracking branch 'origin/master' into table-export-934
...
Conflicts:
platform/commonUI/general/res/sass/controls/_buttons.scss
platform/features/table/res/templates/mct-table.html
2016-06-15 10:05:20 -07:00
3480809129
Merge remote-tracking branch 'origin/open629'
2016-06-14 10:44:58 -07:00
d759401b69
Merge remote-tracking branch 'origin/open1000'
2016-06-14 10:38:51 -07:00
0aebecfbb0
Merge pull request #987 from nasa/anim-to-edit-709
...
[Frontend] Animation added to transition from browse to edit mode
2016-06-13 13:31:49 -07:00
29dd51439d
[Date Input] Addressed issues with date selector. Fixes #1000
2016-06-08 17:37:26 +01:00
8e0858bb24
[Frontend] Tweaks to splitter dimensions
...
Fixes #913
- Tightened up splitter height and width;
- Added hover color for snow theme;
2016-06-03 10:00:16 -07:00
808ccd0376
[Frontend] Tweaks to splitter
...
Fixes #913
- IN PROGRESS: working on making
smaller splitter in Timelines
2016-06-02 16:23:42 -07:00
f167022eea
Changed logic of persisted check slightly
2016-06-02 10:26:38 +01:00
76edba1014
[Frontend] Mods to Edit button
...
fixes #709
- Changed title and style of main Edit button;
- Updated EditItem.js protractor ID accordingly;
2016-06-01 19:19:58 -07:00
7904989a23
[Frontend] Added transitional animation to Edit mode
...
fixes #709
- When going from browse to edit mode, the wrapper
around the object being edited will now transition in
from its edges, and the edit controls toolbar will
animate its height;
- There is no transition applied for going from edit
to browse; to do this we'd need to mod the JS on
exiting to look for the end of an animation event;
- Tested in Chrome, Safari and Firefox;
- May not be smooth with very complex objects
like Layouts with a large number of components;
- Added transitional animations to .l-object-wrapper
and .l-edit-controls;
- New 'animTo' mixin added to _effects.scss;
2016-06-01 19:18:55 -07:00
ea676b4368
Merge remote-tracking branch 'origin/master' into table-export-934
2016-06-01 10:33:53 -07:00
b1266abf01
[Edit] Fixed issue with cancel action throwing an error. Fixes #979
2016-06-01 10:41:01 +01:00
8b9c51f303
[Frontend] Styling Export button
...
fixes #973
- Done;
- Styling for Export button and tabular view
area in layout frame context;
- Export button in frame context now
hidden until user hovers over tabular
view area in frame, includes animated
transition;
- Normalized line-height on button and
menu elements in frame context;
- Layout/markup/SASS for historical and
RT tabular view modified;
- Converted imagery.html layout
to use flexbox;
2016-05-31 11:40:31 -07:00
661b3d5889
[Frontend] Styling Export button
...
fixes #973
- In progress:
- Added new download symbol to symbols font;
- Added export symbol to export button;
- Layout/markup/SASS for historical tabular
view modified;
2016-05-31 09:50:12 -07:00