5151 <!-- Building Blocks -->
5252 < link rel ="stylesheet " type ="text/css " href ="style/bb/action_menu.css "/>
5353 < link rel ="stylesheet " type ="text/css " href ="style/bb/buttons.css "/>
54- < link rel ="stylesheet " type ="text/css " href ="style/bb/confirm.css "/>
5554 < link rel ="stylesheet " type ="text/css " href ="style/bb/drawer.css "/>
5655 < link rel ="stylesheet " type ="text/css " href ="style/bb/edit_mode.css "/>
5756 < link rel ="stylesheet " type ="text/css " href ="style/bb/input_areas.css "/>
5857 < link rel ="stylesheet " type ="text/css " href ="style/bb/lists.css "/>
5958 < link rel ="stylesheet " type ="text/css " href ="style/bb/progress_activity.css "/>
60- < link rel ="stylesheet " type ="text/css " href ="style/bb/scrolling.css "/>
61- < link rel ="stylesheet " type ="text/css " href ="style/bb/seekbars.css "/>
6259 < link rel ="stylesheet " type ="text/css " href ="style/bb/status.css "/>
6360 < link rel ="stylesheet " type ="text/css " href ="style/bb/switches.css "/>
6461 < link rel ="stylesheet " type ="text/css " href ="style/bb/tabs.css "/>
65- < link rel ="stylesheet " type ="text/css " href ="style/bb/time_selector.css "/>
6662 < link rel ="stylesheet " type ="text/css " href ="style/bb/toolbars.css "/>
6763 < link rel ="stylesheet " type ="text/css " href ="style/bb/value_selector.css "/>
6864
8076< body role ="application ">
8177 < div class ="spinner center " id ="loadSpinner " style ="z-index: 1000; "> < div > </ div > </ div >
8278
83- < section data-type ="sidebar " id ="sidebar_welcome ">
79+ < section data-type ="sidebar " id ="sidebar_welcome " data-swipe-left =" sidebar " data-swipe-left-id =" welcome " >
8480 < header >
85- < menu type ="toolbar ">
86- < button data-click ="sidebar " data-click-id ="welcome "> < span class ="icon icon-back "> </ span > </ button >
87- </ menu >
8881 < h1 > Menu</ h1 >
8982 </ header >
9083 < div role ="toolbar ">
@@ -113,9 +106,11 @@ <h2>Other</h2>
113106 </ nav >
114107 </ section >
115108
116- < section role ="region " id ="welcome ">
109+ < section role ="region " id ="welcome "
110+ data-swipe-right ="sidebar " data-swipe-right-id ="welcome " data-swipe-right-state ="open "
111+ data-swipe-left ="sidebar " data-swipe-left-id ="welcome " data-swipe-left-state ="close ">
117112 < header >
118- < button data-click ="sidebar " data-click-id ="welcome "> < span class ="icon icon-menu "> </ span > </ button >
113+ < button data-click ="sidebar " data-click-id ="welcome " class =" drawerEnabled " > < span class ="icon icon-menu "> </ span > </ button >
119114 < menu type ="toolbar ">
120115 < button data-click ="nav " data-click-location ="add "> < span class ="icon icon-create "> </ span > </ button >
121116 </ menu >
@@ -208,11 +203,8 @@ <h2>Documents on Dropbox</h2>
208203 </ section >
209204 < div class ="background "> </ div >
210205
211- < section data-type ="sidebar " id ="sidebar_main " data-position ="right ">
206+ < section data-type ="sidebar " id ="sidebar_main " data-position ="right " data-swipe-right =" sidebar " data-swipe-right-id =" main " >
212207 < header >
213- < menu type ="toolbar ">
214- < button data-click ="sidebar " data-click-id ="main "> < span class ="icon icon-back "> </ span > </ button >
215- </ menu >
216208 < h1 > Menu</ h1 >
217209 </ header >
218210 < div role ="toolbar ">
@@ -243,13 +235,15 @@ <h2>Other</h2>
243235 </ nav >
244236 </ section >
245237
246- < section role ="region " id ="edit ">
238+ < section role ="region " id ="edit "
239+ data-swipe-left ="sidebar " data-swipe-left-id ="main " data-swipe-left-state ="open "
240+ data-swipe-right ="sidebar " data-swipe-right-id ="main " data-swipe-right-state ="close ">
247241 < header >
248242 < button data-click ="closeFile "> < span class ="icon icon-close "> </ span > </ button >
249243 < menu type ="toolbar ">
250244 < button data-click ="saveFromEditor " id ="editorSaveButton "> < span class ="icon icon-save "> </ span > </ button >
251245 < button data-click ="fullscreen "> < span class ="icon icon-fs "> </ span > </ button >
252- < button data-click ="sidebar " data-click-id ="main "> < span class ="icon icon-menu "> </ span > </ button >
246+ < button data-click ="sidebar " data-click-id ="main " class =" drawerEnabled " > < span class ="icon icon-menu "> </ span > </ button >
253247 </ menu >
254248 < h1 > < span id ="currentFileLocation " style ="display:none; "> </ span > < span id ="currentFileDirectory " style ="display:none; "> </ span > < span id ="currentFileName "> </ span > < span id ="currentFileType "> </ span > </ h1 >
255249 </ header >
@@ -267,6 +261,8 @@ <h1><span id="currentFileLocation" style="display:none;"></span><span id="curren
267261 < li > < button class ="sticky icon-strikethrough " firetext-icon id ="strikethrough " data-click ="formatDoc " data-click-action ="strikeThrough "> </ button > </ li >
268262 < li > < button class ="icon-more " data-click ="nav " data-click-location ="format "> </ button > </ li >
269263 </ ul >
264+ < ul >
265+ </ ul >
270266 </ div >
271267 </ div >
272268 </ li >
@@ -529,9 +525,6 @@ <h2>Cloud</h2>
529525 < aside class ="icon-dropbox "> </ aside >
530526 < p > Use < b > Dropbox</ b > </ p >
531527 </ li >
532- < li class ="noLink ">
533- < p > More storage providers coming!</ p >
534- </ li >
535528 </ ul >
536529 < h2 > Editing</ h2 >
537530 < ul >
0 commit comments