Changes between Version 11 and Version 12 of Shell/Design/0.2
- Timestamp:
- Dec 18, 2014, 7:28:23 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Shell/Design/0.2
v11 v12 2 2 3 3 == Homescreen == 4 5 The homescreen shows icons for all pinned web apps. 4 6 5 7 [[Image(homescreen.png)]] … … 7 9 == Homescreen Search == 8 10 11 The search bar shows results as you type. Apps are ordered by manifest URL frecency, pages are ordered by URL frecency, search suggestions are shown for the default search engine and there are also entries for any other installed Open Search providers. 12 9 13 [[Image(homescreen_search.png)]] 10 14 11 15 == New Browser Tab == 16 17 The browser app is a catch-all app for pages which don't belong to a pinned web app. Browser tabs have browser chrome. 12 18 13 19 [[Image(browser_newtab.png)]] … … 15 21 == Browser Tab Loading == 16 22 23 Browser tabs have a distinct light theme to differentiate them from app tabs. 24 17 25 [[Image(browser_loading.png)]] 18 26 19 27 == Browser Tab Loaded == 28 29 The URL bar has a combined go/stop/refresh button. 20 30 21 31 [[Image(browser_loaded.png)]] … … 23 33 == Browser Menu == 24 34 35 The browser menu provides contextual functions like pinning the current page or current app. 36 25 37 [[Image(browser_menu.png)]] 26 38 27 39 == Pin App == 40 41 If a Web App Manifest is detected for the current page, the user will be informed that current page is part of a web app they can pin. 28 42 29 43 [[Image(pin_app.png)]] … … 31 45 == Browser Search == 32 46 47 Typing into the URL bar of a browser tabs shows the same universal search results as homescreen search. 48 33 49 [[Image(browser_search.png)]] 34 50 35 51 == App Window == 52 53 Pinned apps open in app window. The tabs bar and navigation chrome are collapsed by default. 36 54 37 55 [[Image(app_window.png)]] … … 39 57 == App Tab == 40 58 59 Hovering over the top edge of an app window will reveal the tabs bar. 60 41 61 [[Image(app_tab.png)]] 42 62 43 63 == App Tabs == 64 65 App windows can have multiple tabs for any pages within the scope of the pinned app. 44 66 45 67 [[Image(app_tabs.png)]] … … 47 69 == App Chrome == 48 70 71 Web apps which specify the minimal-ui display mode in their manifest have back and forward buttons which can be revealed by hovering over the left and right edges of the window when available. 72 49 73 [[Image(app_back_button.png)]] 50 74 51 75 == Homescreen with Open Apps == 76 77 When the user returns to the homescreen open apps are represented by their app icons at the bottom of the screen. 52 78 53 79 [[Image(homescreen_with_open_apps.png)]] … … 55 81 == Task Manager == 56 82 83 The task manager shows the pages of each app pinned together with an app pin. 84 57 85 [[Image(task_manager.png)]]