e339ee1dd1
[Search] Asynchronous recursion
...
The list creation now sucessfully goes 1 level
deep into the tree for objects. Still needs
more work to delve into subfolders.
2015-07-09 14:40:52 -07:00
684a0e88a2
[Mobile] Constants
...
Added constants to the
mobile one with device
height.
2015-07-09 14:26:02 -07:00
30a4f15330
[Mobile] Adjusted
...
Adjusted the _layout.scss to
have a function that makes
something disappear on phone
and tablet.
2015-07-09 14:11:51 -07:00
dfd08000f1
[Mobile] Adjust
...
Adjusted the tablet amount
that the slide occurs.
2015-07-09 13:42:07 -07:00
94b306e129
[Search] Listify filetree
...
SearchController now attempts to convert the filetree
into a list format. Still needs to be modified to be
asynchronous.
2015-07-09 11:16:55 -07:00
82c8d26264
[Mobile]
...
Now does not display
the icon for the slide menu
on desktops.
2015-07-09 11:16:41 -07:00
bd236e1cb1
[Mobile] Icon
...
Added menu/hamburger icon.
2015-07-09 11:06:25 -07:00
e47a36e799
[Mobile] Simplified
...
treeSlide now uses one line that
sets it to true or false simply
like a switch. So not matter what
it will either slide or not.
2015-07-09 10:55:52 -07:00
30efec0090
[Mobile] Angular
...
Replaced document usage with
angular calls that change the ternary
op to flip the slide.
2015-07-09 10:53:03 -07:00
b9371ea03d
[Mobile] Moved Button
...
Button moved to the Browse.html
and BrowseController handles the
tree slide.
2015-07-09 10:28:45 -07:00
7974f33781
[Mobile] Phone
...
Adjusted to differentiate
phones and tablets.
2015-07-08 16:28:40 -07:00
32eaf3893a
[Search] Display search items
...
The search view now very rudimentarily displays
some 'search-item's.
2015-07-08 16:20:12 -07:00
cdcaedc8dd
[Mobile] Added transistions
...
Transistions added, however still using
document.getElementById.
2015-07-08 15:57:08 -07:00
845b9a2faa
[Search] Fixed comments
2015-07-08 15:34:09 -07:00
5870248617
[Search] Search framework
...
Created a basic framework for a search
view. It consists of a search bar and
a results list.
2015-07-08 15:32:20 -07:00
07ef4dfe8a
[Mobile] Menu Slide
...
Menu slides, but not transition
css slides out on click. Currently
uses document, which needs to be
replaced with angular version using
and/or and/or
ng-class and/or ng-click.
2015-07-08 14:27:59 -07:00
342be0822f
[Mobile] Gen css
2015-07-08 12:17:19 -07:00
5c56484889
[Mobile] Main scss added
...
Added the mobile files as imports
to the main scss files that
generate as css files.
2015-07-08 12:14:40 -07:00
2b4162c0be
[Mobile] Reorganize
...
Reorganized the sass files. To incorporate, new
mobile directory, which holds all the mobile
sass code.
2015-07-08 12:11:48 -07:00
3704d64560
[Mobile] Push to show current
2015-07-08 11:08:31 -07:00
24fae72492
[Mobile] Left tree
...
Attempt to resize left
tree menu when changing device.
Currently does not move the splitter
bar.
2015-07-07 16:46:32 -07:00
79fb6eabd9
[Mobile] Menu Button
...
Menu button added to the
bundle and as a file modelled
after the action button.
2015-07-07 16:28:34 -07:00
1ddb00c8d6
[Mobile] Resize
...
Resized the height of each
item in grid based on new
tablet/phone widths.
2015-07-07 14:01:57 -07:00
8a0b77ec5c
[Mobile] Folder View
...
Folder representation now
will be a list.
2015-07-07 13:02:40 -07:00
9e6d84a1d5
[Edit] No more tooltips
...
Changed the attribute of 'title' on mct-container
to 'label'. This made the tooltips in Edit mode
dissapear. #46 .
2015-07-07 11:14:45 -07:00
2fc447e16f
[Mobile] Comments
...
Added comments and reverted the
grid back to normal.
2015-07-07 10:15:25 -07:00
d828bf59f9
[Mobile] Constants/Etc
...
Added constants for media queries.
in _constants.scss. Also, now on tablet,
zoom is disabled.
2015-07-07 09:58:22 -07:00
b2a23ee968
[Browse] Tests completed
...
Completed the menu arrow controller test. All
tests are now completed. #33 .
2015-07-07 09:28:01 -07:00
d8806f14aa
[Mobile] Set viewport
...
Viewport has been set in
index.html. Then what was
implemented prior to this
(rem-display and browser-manage)
was commented out.
2015-07-07 09:08:16 -07:00
0c6a9ca857
[Mobile] Styles
...
Added new style to set the width
of the tree.
2015-07-06 13:15:38 -07:00
e3a96eff8d
[Browse] Fixed clicking on menu
...
Previously any click on the context menu would
close the context menu rather than doing the
appropriate action. This is now fixed. The menu
only closes when a click happens not on the
menu. #33 .
2015-07-02 15:34:11 -07:00
2b67ae42bf
[Browse] Gesture and action tests
...
The menu gesture and the menu action tests
are completed. #33 .
2015-07-02 14:00:54 -07:00
07c907b315
Merge remote-tracking branch 'upstream/master'
2015-07-02 13:14:27 -07:00
db920a7b5c
[Browse] Starting tests
...
Created new test files for the additions. #33 .
2015-07-02 12:50:48 -07:00
a582375e61
[Browse] Style
...
All modified code follows style guides. #33 .
2015-07-02 12:38:32 -07:00
2524c75505
[Browse] Menu arrow works
...
The menu arrow now displays a context menu
when clicked. #33 .
2015-07-02 12:36:35 -07:00
c08f972ab4
[Browse] Menu action called correctly
...
Both the menu gesture and the menu arrow now
correctly call the menu action. #33 .
2015-07-02 11:57:03 -07:00
809a6e457c
Merge branch 'master' of https://github.com/nasa/openmctweb into open33
2015-07-02 11:33:07 -07:00
30d8c1647c
[Browse] Right click works
...
Right clicking for a context menu now
works again. #33 .
2015-07-02 11:30:45 -07:00
861b4781fe
Merge branch 'open33' of https://github.com/slhale/openmctweb into open33
2015-07-02 10:59:04 -07:00
4e6301edb4
[Browse] Fixed multiple clicks
...
Fixed having multiple calls to ContextMenuGesture. #33 .
2015-07-02 10:58:19 -07:00
b965c48ff2
[Browse] Fixed multiple clicks
...
Fixed having multiple calls to ContextMenuGesture. #33 .
2015-07-02 10:54:43 -07:00
3edd967e27
[Browse] Changed action key
...
Changed the key for the context menu action from
'contextMenu' to 'menu'. #33 .
2015-07-02 10:30:45 -07:00
bb80b2175c
[Browse] Gesture calling action
...
The context menu gesture (attempts) to call the
context menu action. The menu arrow still fails
to call. #33 .
2015-07-02 09:36:19 -07:00
e9989ae00d
[Browse] Some progress
...
Still doesn't work.
2015-07-01 14:32:49 -07:00
d343d38037
Merge remote-tracking branch 'upstream/master'
2015-07-01 13:30:08 -07:00
4c77dd6a69
Merge pull request #42 from nasa/reload-bundles-on-pageload
...
[Development] Reload bundle file with each request
2015-07-01 13:19:21 -07:00
347da6c5c2
[Build] Bump version number
...
Bump version number and restore snapshot status. WTD-823
2015-07-01 13:13:14 -07:00
daf780a2b4
[Build] Bump version number
...
Bump version number to close out Thebe, WTD-823.
2015-07-01 12:54:36 -07:00
fd98bdae4c
[Frontend] Added $colorIconLink in _constants
...
WTD-1404
2015-07-01 10:07:47 -07:00