Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates #3

Merged
merged 41 commits into from
Jan 21, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
b66809c
Update requirement of package (#4461)
Ciantic Jan 10, 2022
f117e55
Fixed mutation convention with ID attribute (#4639)
PascalSenn Jan 12, 2022
88468a9
Updated BCP preview links
rstaib Jan 13, 2022
a438e83
Updated Banana Cake Pop V22 (#4644)
michaelstaib Jan 13, 2022
99e4b0e
Fixed mutation convention runtime type determination (#4645)
michaelstaib Jan 13, 2022
649ee26
Added banners for blog articles
rstaib Jan 13, 2022
b5aebd6
Handle if errors prop exsits even if we have an response exception (#…
allmightyse Jan 13, 2022
b997cc3
Hot Chocolate 12.5 Release Blog (#4570)
michaelstaib Jan 13, 2022
484e969
Fixed Spelling
michaelstaib Jan 14, 2022
ffb865b
Website Cleanup
rstaib Jan 15, 2022
eeb6fe5
Cleanup tabs (Website)
rstaib Jan 15, 2022
da45c30
Fixed Website Layout
rstaib Jan 15, 2022
aca8c3e
Integrated Apollo Federation Support in Build (#4650)
michaelstaib Jan 15, 2022
c255a9a
Added SkipIntrospectionFields option on MaxDepthAnalyzer (#4649)
michaelstaib Jan 15, 2022
2174412
Fixed Website Build Issues
rstaib Jan 15, 2022
5d17e46
Merge branch 'main' of github.com:ChilliCream/hotchocolate
rstaib Jan 15, 2022
52918ec
Added Security Policy
michaelstaib Jan 15, 2022
9bc3803
Update Security Policy
michaelstaib Jan 15, 2022
9d253df
Fixed mutation convention for ListType payload (#4653)
horse315 Jan 15, 2022
82b7bad
Added CodeQL
michaelstaib Jan 16, 2022
9f6ec37
Removed JavaScript from CodeQL
michaelstaib Jan 16, 2022
db989a9
Use Build Scripts with CodeQL
michaelstaib Jan 16, 2022
1d2535e
Reworked CodeQL Build
michaelstaib Jan 16, 2022
42dc286
Updated CodeQL to install the dotnet SDK
michaelstaib Jan 16, 2022
16343a5
Fixed CodeQL dotnet build command.
michaelstaib Jan 16, 2022
5dbf2d6
Fixed Website Layout Bug
rstaib Jan 16, 2022
0952ae1
Website: Added Material UI
rstaib Jan 16, 2022
1da4696
Fixed Website Layout Issues
rstaib Jan 16, 2022
e5f3a68
Merge branch 'main' of github.com:ChilliCream/hotchocolate
rstaib Jan 16, 2022
d60ca07
Added error limits to the document validation. (#4655)
michaelstaib Jan 16, 2022
bcf1f35
New Website Search
rstaib Jan 16, 2022
d1c7113
Merge branch 'main' of github.com:ChilliCream/hotchocolate
rstaib Jan 16, 2022
63e1319
Fixed Badges
michaelstaib Jan 16, 2022
ee8a2cc
Website Launch Button
rstaib Jan 16, 2022
ef64576
Merge branch 'main' of github.com:ChilliCream/hotchocolate
rstaib Jan 16, 2022
d199ca7
Fixed typo in mutations documentation (#4656)
nullableexception Jan 17, 2022
f3a4011
Fixed problems with benchmarks and adds reference results (#4659)
martetassyns Jan 18, 2022
7a329be
Add note for xml docs + custom naming convention (#4661)
benmccallum Jan 18, 2022
6192c11
Fixed ApolloFederation Printer (#4663)
michaelstaib Jan 19, 2022
9edff91
Refined ID attribute to allow use of IDAttribute also without global …
michaelstaib Jan 19, 2022
d593f81
Update issue templates (#4671)
benmccallum Jan 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed Website Layout Bug
  • Loading branch information
rstaib committed Jan 16, 2022
commit 5dbf2d616a508dd4e1f51963ea113aaa324827b1
2 changes: 1 addition & 1 deletion website/src/components/articles/article.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ArticleElement = styled.article`
padding-bottom: 20px;
max-width: 820px;

@media only screen and (min-width: 820px) {
@media only screen and (min-width: 860px) {
border-radius: var(--border-radius);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/doc-page/doc-page-navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export const Navigation = styled.nav<{ height: string; show: boolean }>`

${({ height }) =>
IsTablet(`
margin-left: -105%;
margin-left: -350px;
height: ${height};
position: fixed;
top: 60px;
Expand Down