1
0
mirror of synced 2026-01-08 21:02:10 -05:00
Commit Graph

47 Commits

Author SHA1 Message Date
Kevin Heis
2d15c92e84 Move a few more files into events src (#36574) 2023-05-08 15:33:13 +00:00
Chris Wilson ⚡
e8ed256adb Remove /contact from support links (#36798) 2023-05-05 00:22:59 +00:00
Kevin Heis
26b4dc46dd Lower footer heading levels (#36396) 2023-04-14 19:52:46 +00:00
Kevin Heis
43e22aee45 Footer headings 2 (#36381) 2023-04-13 22:34:16 +00:00
Kevin Heis
6c1d512da9 Add H1 headings to footer for a11y (#36216) 2023-04-13 20:56:05 +00:00
Kevin Heis
022c8b03e6 Add aria-label to external site icons (#36269) 2023-04-07 17:12:11 +00:00
Kevin Heis
e70cf905d8 Remove "or," (#36211) 2023-04-05 23:29:18 +00:00
Kevin Heis
0c67aadebc Move events into subject folder (#35262) 2023-03-14 15:53:42 +00:00
Hector Alfaro
0c5588843f Clean up translation-specific legal links (#34703) 2023-02-13 20:40:27 +00:00
Hector Alfaro
de1ecbc222 Add Impressum link to footer in de (#34656) 2023-02-10 21:25:06 +00:00
Hector Alfaro
1cf5045d95 Make privacy link obvious in ko (#34655) 2023-02-10 20:52:30 +00:00
Peter Bengtsson
5720e01ca0 correct redirecting site-policy links in code (#32858) 2022-11-23 14:13:16 +00:00
Kevin Heis
3447bd60c6 Change footer column sizes depending on which appear (#32759)
Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-11-23 13:05:25 +00:00
Peter Bengtsson
ea468cc967 new link for community discussion (#32424) 2022-11-07 21:25:27 +00:00
Peter Bengtsson
6bd8fe6d49 no survey on /site-policy docs (#32402) 2022-11-07 16:25:23 +00:00
Kevin Heis
56aa9ea094 Move use session to its own hook file (#29641)
* Move use session to its own hook file

* Trying useSWR

* Try one hour html cache

* blah blah lint

* Update to include loading state

* Update components/hooks/useSession.ts

Co-authored-by: Peter Bengtsson <peterbe@github.com>

Co-authored-by: Peter Bengtsson <peterbe@github.com>
2022-08-05 14:47:10 +00:00
Kevin Heis
823135417e Fix the gray chin (#29625) 2022-08-04 10:23:50 -07:00
Evan Bonsignori
034fc18348 feat: contribution links to .md (#29411) 2022-07-28 17:16:27 +00:00
Peter Bengtsson
8e27bbac9a Remove contribution component from mobile temporarily (#27866)
* Remove contribution component from mobile temporarily

* Update components/page-footer/Contribution.tsx

Co-authored-by: Grace Park <gracepark@github.com>

* cleanup

Co-authored-by: Grace Park <gracepark@github.com>
2022-05-27 14:20:34 +00:00
Brian Evans
cbc92f1956 Update Support.tsx
making the linter happy
2022-03-14 08:32:20 -07:00
Brian Evans
2de792f3ae Update components/page-footer/Support.tsx
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2022-03-14 07:55:37 -07:00
Brian Evans
1ba55397c8 update enterprise contact link 2022-03-11 20:45:46 +00:00
Robert Sese
ea1881c8aa Don't show contribution section when not English (#25583) 2022-02-23 21:28:08 +00:00
Robert Sese
9eaca93bdb Don't show contribution section in early access (#25444) 2022-02-17 16:59:11 +00:00
Robert Sese
850aa34e05 a11y: set focus after submitting survey (#24666)
* Set focus after submitting survey

* Add role=status to success message
2022-01-26 18:14:39 +00:00
Grace Park
a3b81bb93c restructure footer and header (#24601) 2022-01-24 15:19:45 -08:00
Grace Park
2ae7d02f1a adding keyboard focus to survey buttons (#24595) 2022-01-24 14:11:53 -08:00
Robert Sese
fcc9b904dd Comment on why we do manual email validation (#24192)
* Comment on why we do manual email validation

* One 'do'
2022-01-10 22:47:46 +00:00
Grace Park
e37fc2edd9 Accessibility footer color color contrast ratio (#24158)
* programmatically group breadcrumbs

* forgot to commit li
'
'

* adding inline-block

* add emphasis color on border to meet accessibility color contrast ratio

* update border for footer buttons to meet accessibility color contrast ratio

* run prettier
2022-01-07 16:20:54 -08:00
Robert Sese
76b0b5ade1 a11y: survey email validation (#24159)
* Add email error state checking

* Clear email error on cancel

* Disable submit if email is invalid

* Add Primer-ized error message

* Add aria attributes

* Better function name
2022-01-08 00:01:42 +00:00
Grace Park
70262789ec make clear list structure in footer for accessibility (#23549) 2021-12-09 20:31:22 +00:00
Ramya Parimi
7db55a6a7e Merge branch 'main' into main 2021-11-03 06:04:00 -05:00
Peter Bengtsson
453e6340a7 reset survey after route navigation (#22488)
Part of #1115
2021-10-29 15:19:54 +00:00
Kevin Heis
567652b0e3 Primer 18 b (#22462)
* Create migrate-colors-primer-18.js

* Update colors round 1

* upgrade primer packages

* Update index.scss

* Replace auto colors

* remove btn-primary-matte

* Turns out the class names and variables names DONT LINE UP... ugh....

* Check for allowed var colors
2021-10-28 19:17:23 +00:00
Anil Seervi
c183d07491 Update footer help link 2021-10-19 03:07:24 +00:00
Anil Seervi
4fcd2b4d1c use Link tag and relative url 2021-10-19 02:13:46 +00:00
Anil Seervi
8189f38035 Make internal footer links dynamic to language picker : Fixes #11274 2021-10-18 15:13:47 +00:00
Anil Seervi
06a3a7b91c Link to developers page 2021-10-17 11:10:01 +05:30
Grace Park
4727433baa Community redirect update to camel case and adding documentation (#21979)
* update to camel case

* add documentation on communityRedirect
2021-10-07 15:02:58 -07:00
Grace Park
9dd8ed7398 Bring back community redirect (#21971)
* add back

* adding community_redirect to page context based on parent

* update to use parentProduct

* bring back the link-secondary and text-bold
2021-10-07 18:58:31 +00:00
Mike Surowiec
b279482cf9 Footer styling (#21877) 2021-10-06 18:09:11 +00:00
Grace Park
1211a3a92c Remove community_redirect and update all footer links for Codespaces, Discussions, and Sponsors (#21815)
* remove community_redirect and update all footer links to redirect to discussions for Codespaces, Sponsors, and Discussions

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect

* Remove community_redirect
2021-09-30 23:07:51 +00:00
Kevin Heis
504155926d Create a lead component (#21311)
* Create a lead component

* Update to remove markdown-body from Lead, copy over <code> styles

* ...so I can read the test output

* Update Lead.tsx

* Update Lead.tsx
2021-09-16 19:02:56 +00:00
Ramya Parimi
fa1ace2395 fixed radio check overwrite 2021-08-31 13:25:34 -05:00
Kevin Heis
b1374fd8ee Remove extraneous sentence on survey (#20895) 2021-08-17 11:20:56 -07:00
Grace Park
5b59619d68 Adding Product feedback redirect (#20785)
* adding product feedback redirect for community on sponsors, discussions, and actions community link

* remove community redirect from actions and add to codespaces and add tests

* update wording for these links

* updating to add name of the button to frontmatter
2021-08-11 10:37:41 -07:00
Mike Surowiec
a511c95c7f SCSS and Component cleanup (pt 1) (#20572)
* turn article.scss into a module + componentized

* Update Survey to use only component styles, add cancel button

* Update GenericError + 404 page to use only standard classes

* update LearningTrack to not use markdown-body

* remove / consolidate stylesheets

* cleanup Graphiql explorer page and scss

* Componentize Breadcrumb styles

* Componentize DeprecationBanner styles

* scope h2 a link style to markdown-body

* cleanup nav, organize page-header and page-footer components

* remove unused scroll-button.scss

* organize LanguagePicker and ProductPicker

* add declarations file

* remove featured-links.scss, update tests

* update list utility and toc test

* fix bad merge resolution

* update breadcrumbs test
2021-07-29 17:27:20 +00:00