cb5429979a
[Mobile] layout adjustment
...
Currently mobile css transition does
not work on phone portrait. Added
some not reached css classes used in old
slide menu.
2015-08-31 14:13:14 -07:00
46deabafee
Merge branch 'mobile' into mobile_ins
2015-08-31 13:43:45 -07:00
90f62b92a5
[Frontend] Super-minor cleanups in .scss files
...
open #93
2015-08-31 12:54:52 -07:00
5a991076ea
[Frontend] CSS and markup tweaks to enable flex layout
...
open #93
Layout frame and imagery markup modified;
2015-08-31 12:34:34 -07:00
0521b09bec
[Mobile] Merge
...
Added comments to _layout.scss
2015-08-28 13:17:17 -07:00
2b7a4d40eb
[Mobile] Merge
...
Moved some of css 'sanding' over
to merged in slide menu. Also adjusted with
to be same as old show/hide tree dimensions.
2015-08-28 12:48:41 -07:00
2a288cd740
[Mobile] Merge 1
...
Part 1 of merge, sliding menu not
working, however right representation
works and the left tree is expanded.
2015-08-28 10:38:45 -07:00
54bf39344a
[Mobile] Multiple mobile Safari fixes
...
open #74
New mixins to prefix '-webkit-' to props and vals;
'flex' classes use new webkit mixins;
Fixed flex layout of .object-browse-bar and
.context-available element;
Migrated CSS to remove small .scss include files;
2015-08-27 17:05:50 -07:00
1961adf8d6
[Mobile] Fixed font-size and line-height problem in tree
...
open #74
2015-08-27 10:33:32 -07:00
6e172359b4
[Mobile] IN PROGRESS: Significant re-org of search results styling
...
open #74
Removed all styles for search-result-item
in search/_search.scss and significantly re-orged .tree-item in
_tree.scss and mobile/_tree.scss to control
search-result-item styles;
2015-08-26 18:15:29 -07:00
d33678276c
[Mobile] IN PROGRESS: Re-orgs after merge of Shivam's mobile branch
...
open #74
Re-applied changes to browse.html;
Added mobile/.../_search.scss;
Removed unused mobile/search/layout.scss;
Moved inclusion of search/_search.scss from tree.scss to main.scss;
2015-08-26 17:49:40 -07:00
1cbca41c53
Merge remote-tracking branch 'github/mobile' into open74-merge-mobile
2015-08-26 16:55:15 -07:00
a27083c28c
[Mobile] IN PROGRESS: tweaked padding in form-row
...
open #74
2015-08-26 16:54:13 -07:00
def5e17bb8
[Mobile] Merge
...
Merged open73 into mobile. Search bar is currently
covering the create button slightly.
2015-08-26 14:07:52 -07:00
b8b9721ddc
[Mobile] IN PROGRESS: Hide name in view-switcher in mobile
...
open #74
2015-08-26 13:04:09 -07:00
f80266b23f
[Mobile] IN PROGRESS: Styling in forms, overlay and tree
...
open #74
.section-header and form-row styles changed in forms/_elems.scss;
significant changes to overlay in mobile: full-screen, close button, more;
tree hover bg changed to use rgba(#fff, 0.1);
removed "Hide title by default" in core/bundle.json;
2015-08-26 12:34:45 -07:00
9a3009f327
[Mobile] IN PROGRESS: Styling on Create menu
...
open #74
2015-08-26 10:50:14 -07:00
05fb7173aa
[Inpsector] Inspector icon
...
Change from gear to info icon. #73 .
2015-08-26 10:44:11 -07:00
57d1876dd8
[Inspector] Fix inspector pane transition
...
Changed the pane transition so that on
pane open the inspector becomes invisible
after the pane starts opening. #73 .
2015-08-26 10:43:03 -07:00
7119f6f3a1
[Inspector] Splitter drag temporarily removes transition
...
Dragging mct-splitter will remove a 'slide'
class from the splitter's sibling while a
drag is in process, and then replace the
'slide' class. This allows the left and right
panes to have slide transitions for open/close,
but not when the splitter is being dragged. #73 .
2015-08-26 10:23:18 -07:00
89bfa54563
[Mobile] IN PROGRESS: Misc layout tweaks; treeview pane styling
...
open #74
Treeview pane darkened;
Spacing in frame tweaked;
#content-area in right pane hidden
when treeview expanded for
phone portrait only;
Removed mobile-pane and
desktop-browse classes from markup;
2015-08-26 10:08:57 -07:00
39bd292886
[Mobile] IN PROGRESS: Overlay and form cleanups
...
open #74
Widths and layout strategy fixed for label and
controls in form when appearing in mobile;
Overlay margins adjusted;
Cleaned up font size, line-height in tree items;
2015-08-26 09:43:51 -07:00
86d398d8ff
[Inspector] Fix location label text
...
Fixed the location object labels so that their
overflow text properly gets hidden, and so that
the direction arrows are aligned with the
labels. #73 .
2015-08-25 16:30:57 -07:00
e8bc9ecc1a
[Search, Mobile] Merge
...
Merged search/master into mobile. Adjusted the
search bar to work on branch and fit accordingly.
2015-08-25 15:27:21 -07:00
5cc634e946
Merge branch 'open72' into open73
...
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
2015-08-25 15:02:57 -07:00
7e837c266d
Merge branch 'master' of https://github.com/nasa/openmctweb into open73
...
Conflicts:
platform/commonUI/browse/res/templates/browse.html
2015-08-25 14:59:13 -07:00
cd204af71c
[Treeview] Compatability with search
...
Update to hide search bar when the pane is
closed. #72 .
2015-08-25 14:55:23 -07:00
4e9348cb28
Merge branch 'master' of https://github.com/nasa/openmctweb into open72
...
Conflicts:
platform/commonUI/browse/res/templates/browse.html
2015-08-25 14:52:51 -07:00
c4de3505b9
[Inspector] Location horizontal overflow
...
Modified location labels to have cut-off text
be indicated by ellipses when the inspection
pane width is small. #73 .
2015-08-25 14:30:42 -07:00
07d0706cd1
[Mobile] IN PROGRESS:
...
open #74
Added name for "base" (unknown) type in core/bundle.json;
Fixes to grid-item .details element:
- ellipsize,
- type now displayed properly;
- number of items with correct plural syntax;
2015-08-25 14:17:34 -07:00
fd5a911d50
[Mobile] IN PROGRESS: Fixed object-browse-bar flex
...
open #74
Also set left position of .object-browse-bar;
2015-08-25 13:51:02 -07:00
c71f1fe447
[Mobile] IN PROGRESS: Significant refactor in mobile/_layout.scss
...
open #74
Made view-switcher visible when browsing via mobile;
Fixed class in browse.html markup from left-menu to left;
Moved object-browse-bar, top-bar classes from _controls into _layout;
Renamed and simplified menu widths in mobile _constants;
Really significant refactor of mobiles/_layout;
Tweaks in user-environ/_layout;
TO-DO: figure out why object-browse-bar flex styles not
working in mobile;
2015-08-25 13:34:37 -07:00
cd46dab5c1
[Mobile] Merge
...
Merged with master and resolved conflicts.
2015-08-25 12:36:50 -07:00
5080b5296e
[Inspector] Consistent link and nonlink style
...
Changed stlying on the labels for parent
lists to have more consistent styling
between the link and nonlink parents. #73 .
2015-08-25 11:14:41 -07:00
7a7cabedcc
[Inspector] Add hovertext and scrolling
...
Made the inspector capable of scrolling.
Added hovertext to the contextual and
primary location sections for some
clarification. #73 .
2015-08-25 10:18:31 -07:00
e1858bf0ae
[Mobile] IN PROGRESS: Moved position of view-switcher
...
open #74
view-switcher in object browse and edit moved to precede
action buttons, with margin;
Re-located CSS for .btn, etc. from _controls.scss to _layout.scss;
Cleaned up line-spacing in object-header in .frame;
2015-08-25 10:15:14 -07:00
7542c6d49a
[Mobile] IN PROGRESS: Cleanups on .btn for line-height, sizing, etc.
...
open #74
2015-08-25 09:41:38 -07:00
6571da922d
[Search] Update style for link icons
...
Added styling to correctly position and color
link icons within the search resutls list.
2015-08-25 08:56:32 -07:00
13b66cd215
[Mobile] IN PROGRESS: Only display custom scrollbars in desktop mode
...
open #74
2015-08-24 17:04:38 -07:00
69c6d4bd26
[Mobile] IN PROGRESS: Tweaks to labels;
...
open #74
Cleaned up layout of bottom-bar;
Fixed class selector for ue-bottom-bar;
2015-08-24 16:31:38 -07:00
76c4b96683
[Mobile] IN PROGRESS: Menu hide/show fixes; font-size tweaking
...
open #74
Changed .right-repr to use translateX in phone portrait mode;
font-size tweaking;
Refactored css organization in mobile/_layout.scss;
2015-08-24 15:24:35 -07:00
c81e2dbb4a
Merge branch 'master' of https://github.com/nasa/openmctweb into search
...
Conflicts:
platform/commonUI/general/src/controllers/TreeNodeController.js
platform/persistence/elastic/src/ElasticSearchProvider.js
2015-08-24 13:14:43 -07:00
41198627c3
Merge branch 'master' of https://github.com/nasa/openmctweb into open72
...
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
2015-08-24 13:08:48 -07:00
454b96c3c9
Merge branch 'master' of https://github.com/nasa/openmctweb into open73
...
Conflicts:
platform/commonUI/general/res/css/theme-espresso.css
2015-08-24 13:06:44 -07:00
44ed4e0e0d
[Mobile] IN PROGRESS: Minor tweak for line-height in top-bar
...
open #74
2015-08-24 12:39:50 -07:00
d5062c74a2
[Inspector] Stlying tweak
...
Made titles taller so that they weren't
squished with the data.
2015-08-24 12:35:13 -07:00
e96d3e3738
[Mobile] IN PROGRESS: Significant redo of object-header
...
open #74
Added .bar .l-flex using display: flex in object header;
2015-08-24 12:22:08 -07:00
57e3c2554d
[Inspector] Pane tab button tweaks
...
Changed size and position slightly. Icon when
closed different.
2015-08-24 10:57:50 -07:00
67e57081f4
[Inspector] Right pane transition
...
Created the sliding transition for when the
object inspector pane opens or closes.
2015-08-24 10:47:14 -07:00
9eb23a62bc
Merge branch 'open75' into open-master
2015-08-24 10:42:19 -07:00