Steve Sanderson
d02436d55c
Bootstrap 4 and new styling ( #619 )
...
* Upgrade to bootstrap v4
Remove redundant MIME type
* Add new styling to StandaloneApp
* Update THIRD-PARTY-NOTICES.txt
* Update version of Blazor used by templates when running from source
* Update styling on BlazorStandalone.CSharp template
* Tweak brace style
* Update styling in BlazorHosted.CSharp template
* Update E2E tests that rely on specific CSS
* Add Open Ionic fonts license to notices too
2018-04-19 21:06:28 +01:00
Luke Latham
945995199c
Template/sample updates
2018-04-10 22:41:07 -07:00
Steve Sanderson
5bf0b891e9
In NavLink, support matching either complete URLs or just URL prefixes (both are necessary for typical nav menus)
2018-03-20 13:15:37 +00:00
Ryan Nowak
49c0596405
Use real component syntax for NavLink/NavMenu
2018-03-14 11:23:42 +00:00
Steve Sanderson
85c515861c
Update StandaloneApp
2018-03-14 11:23:41 +00:00
Ryan Nowak
a053155ab4
Implement layout and implements with directives
...
- Remove haxxxx
- Add proper directives with tooling support
2018-03-14 11:23:40 +00:00
Steve Sanderson
4bd3cd98d6
Simplify apps by moving some commonly used types into Microsoft.AspNetCore.Blazor namespace
2018-02-28 11:29:14 +00:00
Steve Sanderson
891f2a14d0
Basic implementation of temporary HttpClient. Currently only supports GET requests and doesn't return HTTP headers.
2018-02-23 12:29:53 +00:00
Steve Sanderson
eab10dcf83
Move NavLink component into Microsoft.AspNetCore.Blazor
2018-02-23 10:43:16 +00:00
Steve Sanderson
3e30655ea4
Low-level NavLink implementation
2018-02-22 15:03:49 +00:00
Steve Sanderson
fd5875c5e7
Replace "About" with "Counter". Move navigation links into NavMenu. Doesn't highlight active page yet though.
2018-02-21 10:22:03 +00:00
Steve Sanderson
96c6d959c0
Add simple NavMenu to StandaloneApp
2018-02-16 16:04:49 +00:00
Steve Sanderson
69498f68f9
Add LayoutDisplay component and use it in StandaloneApp
2018-02-16 15:04:57 +00:00