6e89f0bf8d
feat(aio): about page styles
...
contributor fix
contributor card styling updates
button styling and container size fix
remove button and add image border
selection filter for buttons
header only show when group selected and styles
initial flip card funcitonality and data change
selected buttons styling
complete flip func and card style
flip feature
contributor group changes
fixes
2017-04-17 17:43:43 -07:00
e20a72280b
feat(aio): when select node in sidebar close other expanded nodes
2017-04-17 07:53:38 +01:00
11b54f69e5
feat(aio): edit page link styling and placement
2017-04-16 11:28:27 +01:00
4a3c66fe22
feat(aio): fixed sidenav, moved footer inside of sidenav container ( #16028 )
...
When content pages were short, the footer would take up a large part
of the display area and the side nav would look like it was shorter than
it really was.
This change moves the footer into the main content area so that the
nav always extends to the full length the browser.
2017-04-16 11:10:17 +01:00
9a5084412d
feat(aio): force plunker to embedded-style on narrow (mobile) screens
...
Regular plunker is unusable on narrow screen
Refactors LiveExampleComponent and adds tests.
Refactor width detection to `DeviceService` because need to know width change in 2 places.
Keep “disable” option add in earlier spikes because simple and potentially useful in future.
2017-04-16 08:12:48 +01:00
24670667f1
feat(aio): detect mobile device and tell user live-example is not available
...
Adds DeviceService to detect mobile device and listen for window resize events.
2017-04-16 08:12:48 +01:00
3f307ff061
style(aio): fix indentation on location service spec
...
Closes #15589
2017-04-15 22:17:33 +01:00
196203f6d7
feat(aio): implement resources with resources.json
2017-04-15 16:53:42 +01:00
7d986ae5dc
feat(aio): smaller typography, code header pad
2017-04-15 10:39:16 +01:00
a2bdcc9ba8
feat(aio): callout, code ex header styles
...
lighten up code ex background
2017-04-15 10:34:13 +01:00
624b5a5f83
feat(aio): filetree and top bar hover styles
2017-04-15 10:30:23 +01:00
b57c9605ce
feat(aio): pwa bg color and name
2017-04-15 10:27:16 +01:00
49dfc9fe2d
feat(aio): scroll bar styling
2017-04-15 10:25:24 +01:00
8f9ba62dc3
feat(aio): positioning UX for nav and search
2017-04-15 10:25:24 +01:00
2535769a65
feat(aio): allow reloading page from ServiceWorker update notification
2017-04-15 10:23:45 +01:00
b1a3c47766
fix(aio): add better message for disabled JavaScript
2017-04-15 10:23:45 +01:00
8479e9e6d7
feat(aio): high res screen spacing
2017-04-15 10:23:16 +01:00
092f0df7a6
test(aio): remove dross from NavMenuComponent spec
2017-04-15 10:22:01 +01:00
dfc81c3dab
feat(aio): sort search results by area/title
...
Display area names in all caps
Exclude results with no title because they don’t show & can’t be clicked.
Should find these and give their docs a title.
2017-04-15 10:19:32 +01:00
f09fd6ec16
test(aio): add sidenav tests and refactor related tests
2017-04-12 14:17:14 -07:00
8cfa58715c
feat(aio): hide side nav in mobile mode
...
Don’t show the side nav in mobile (not side-by-side) view when arriving or navigating.
Only show it by request.
The side nav should continue to appear in wide mode (side-by-side) when navigating from a marketing page to a guide page.
2017-04-12 14:17:14 -07:00
909264feb5
hr update
2017-04-12 21:10:05 +01:00
cc1ed77dd8
consolidated and moved api-list scss
2017-04-12 21:10:05 +01:00
7d69a91bfe
table updates, live example add, shield logo res
2017-04-12 21:10:05 +01:00
a6545ddd4d
filetree and subsection edits
2017-04-12 21:10:05 +01:00
498bd64d9c
code style updates
2017-04-12 21:10:05 +01:00
ad9a3a2d3b
features page and code/table fixes
2017-04-12 21:10:05 +01:00
2da0f1639f
feat(aio): filtree updates
2017-04-12 21:10:05 +01:00
3ec58ecea0
feat(aio): hr styling
2017-04-12 21:10:05 +01:00
4a052cd343
build(aio): upgrade to @angular/material#2.0.0-beta.3 ( #15606 )
2017-04-12 12:25:11 -07:00
075f3f8c9f
feat(aio): search results layer fix and responsive table
2017-04-12 14:46:31 +01:00
2798c1bbec
feat(aio): code block styles with header
2017-04-12 14:29:03 +01:00
04fb29b589
test(aio): add test for escaped newline in CodeComponent
2017-04-11 16:03:21 -07:00
9037593ab8
fix(aio): left align code in aio-code components
2017-04-11 16:03:21 -07:00
0799f184dc
fix(aio): v2 - when browser lacks service worker, disable sw feature
2017-04-11 14:26:22 -07:00
c530c5d317
fix(aio): when browser lacks service worker, disable sw feature
2017-04-11 14:26:22 -07:00
4c566dbfbb
fix(aio): api search input fix and style
2017-04-10 13:47:24 +01:00
25132bff86
feat(aio): marketing page styles
2017-04-03 15:48:52 -07:00
309bae0a0b
feat(aio): display “code sample missing” message when no code sample
...
Not having code in a `<code-example>` or `<code-tabs>` is presumed to be an error.
Hides the copy button as well.
2017-04-02 22:37:16 +01:00
ae70293df3
feat(aio): add DtComponent to view/change the raw contents
2017-04-02 22:15:57 +01:00
1e623a3710
feat(aio): add original style for feature page
...
fixes link to quick start; moves $unit to constants
2017-04-02 22:10:39 +01:00
928e2543cd
fix(aio): currentNode url should not contain hash or search
2017-04-02 11:41:35 +01:00
92e14a36f9
test(aio): ensure AppComponent.pageId has no search or hash
2017-04-02 11:41:35 +01:00
34a1990c57
fix(aio): trim code blocks before rendering
2017-04-02 11:40:40 +01:00
c8be3960a0
style(aio): fix minor syntax error
2017-04-01 11:49:08 +01:00
759af8b56b
feat(aio): add id to doc-viewer container based on current url
...
This enables page specific styling via CSS.
2017-04-01 11:49:08 +01:00
97deb01b1f
feat(aio): add about component and data
2017-04-01 07:49:45 +01:00
e1c2e50d92
docs(aio): move bio images into content folder
2017-04-01 07:17:24 +01:00
03fb766428
feat(aio): shell code styling
2017-03-31 17:13:36 -07:00
7c2ce296d3
feat(aio): add footer background
2017-03-31 11:36:56 -07:00