Renovate Bot
8c5cb2e4d8
chore(deps): update codesee to v0.193.1
2022-02-25 00:43:46 +00:00
Renovate Bot
805807e276
fix(deps): pin dependency util to 0.12.4
2022-02-24 20:57:57 +00:00
camperbot
8ee7aa08f8
chore(i18n,client): processed translations ( #45234 )
2022-02-24 23:48:04 +05:30
Ismail Tlemcani
2846df2b66
fix: fix util import statement ( #45104 )
...
Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com >
2022-02-24 08:16:47 -08:00
Renovate Bot
7b1196ba8f
chore(deps): update codesee to v0.193.0
2022-02-24 03:09:35 +00:00
Renovate Bot
c013ae597d
chore(deps): update codesee to v0.192.0
2022-02-23 21:00:40 +00:00
Tom
2586503f9c
fix: typo in rdbms git tutorial title ( #45226 )
2022-02-23 15:42:29 +00:00
camperbot
ff4e21b7f2
chore(i18n,client): processed translations ( #45222 )
2022-02-23 12:41:30 +00:00
sidemt
c681c33587
fix(a11y): use appropriate aria-label for fCC logo depending on its use ( #45201 )
2022-02-23 13:52:44 +05:30
camperbot
0a4c8db230
chore(i18n,client): processed translations ( #45213 )
2022-02-22 20:55:27 +05:30
Ahmad Abdolsaheb
64efa96d30
feat(client): add badge benefit to progress modal copy ( #45142 )
...
* feat: add badge benefit to progress modal copy
* Update client/src/redux/index.js
2022-02-22 12:38:35 +00:00
Renovate Bot
565bcf80af
fix(deps): update dependency react-i18next to v11.15.5
2022-02-22 11:21:43 +00:00
Renovate Bot
09a873f4fe
fix(deps): update dependency @babel/standalone to v7.17.6
2022-02-22 02:44:44 +00:00
camperbot
3cbcbb481d
chore(i18n,client): processed translations ( #45196 )
2022-02-20 07:36:26 -08:00
camperbot
b9f34f0667
chore(i18n,client): processed translations ( #45191 )
2022-02-19 23:46:49 +09:00
camperbot
8138a07d52
chore(i18n,client): processed translations ( #45164 )
2022-02-19 16:23:47 +09:00
Oliver Eyton-Williams
87f3d320ce
refactor(client): explain transform's signature ( #45166 )
...
It's important to not pass frame to transform when using
transformWithFrame. Instead we need to pass either frame.contentDocument
or frame.contentDocument.documentElement
2022-02-18 23:02:40 +00:00
Tom
fd14608492
feat: release rdbms on staging ( #44576 )
...
fix: unhide cert from settings page
fix: add cert variables where missing
fix: show token on settings page
feat: add challenges to certified user data
fix: stylize settings page a little bit
fix: only show rdbms when upcomingChanges = true
fix: relational databases -> relational database
2022-02-18 17:29:30 +01:00
Mrugesh Mohapatra
d8bb9611dc
chore: [CodeFactor] Apply fixes ( #45163 )
...
Co-authored-by: codefactor-io <support@codefactor.io >
2022-02-18 04:43:18 -08:00
Shaun Hamilton
c620077a7b
fix(client): use iframe document element for transform ( #45155 )
2022-02-18 10:52:15 +01:00
Renovate Bot
1bdb03807a
chore(deps): update codesee to v0.191.0
2022-02-18 02:52:53 +00:00
Renovate Bot
1cf2a9c7b7
chore(deps): update dependency prismjs to v1.27.0
2022-02-18 00:38:41 +00:00
camperbot
a26f45ed81
chore(i18n,client): processed translations ( #45150 )
2022-02-18 03:49:44 +09:00
Renovate Bot
915b331c69
chore(deps): update babel monorepo to v7.17.5
2022-02-17 18:45:18 +00:00
Renovate Bot
29e2b9f775
chore(deps): update dependency webpack to v5.69.1
2022-02-17 17:52:30 +00:00
Naomi Carrigan
1681cf262a
fix: translatable "code saved" message ( #45130 )
2022-02-17 21:33:02 +05:30
Renovate Bot
c056af0e7a
chore(deps): update codesee to v0.190.1
2022-02-17 02:17:58 +00:00
Renovate Bot
dda619a8aa
fix(deps): update dependency nanoid to v3.3.1
2022-02-17 00:25:33 +00:00
Oliver Eyton-Williams
b223cdd255
refactor: display solutions ( #45139 )
...
* refactor: re-organise show-project-links
* refactor: update ChallengeFile's declared shape
* fix: handle missing challenge solution
* refactor: use display function for Certification
* refactor: use display function for TimeLine
* refactor: use common component for timeline + cert
* fix: handle legacy solutions
* refactor: use widget for certifications
* refactor: reorganise ShowDisplayWidget
* refactor: remove unused ids
* test: pass dataCy, not projectTitle, to widget
* chore: kebabify
* revert: add id back for dropdown
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
* revert: add the ids back
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com >
2022-02-16 13:48:22 -08:00
camperbot
fe7f2b74ca
chore(i18n,client): processed translations ( #45141 )
2022-02-16 18:18:47 +01:00
Renovate Bot
229a9d8b2b
chore(deps): update babel monorepo to v7.17.4
2022-02-16 03:55:50 +00:00
Renovate Bot
904778c7a6
chore(deps): update dependency @testing-library/react to v12.1.3
2022-02-16 01:35:20 +00:00
Renovate Bot
6f6b6cc84c
fix(deps): update dependency @stripe/stripe-js to v1.23.0
2022-02-15 22:56:09 +00:00
Bruce B
7abb89326b
fix(a11y): make breadcrumb nav more accessible ( #45021 )
...
* fix: make breadcrumb nav more accessible
* refactor: cypress test and jest snapshot
* slight adjustment to left breadcrumb focus outline
* feat: translate aria for nav
* chore(tools): update snapshot
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com >
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com >
2022-02-15 21:44:18 +03:00
Oliver Eyton-Williams
cde1407f58
feat(client): make all sources available in tests ( #44725 )
...
* feat: make all sources available in tests
The original contents of all files (index.html, script.js etc.) will be
accessible in tests. For example __sources['index.html'] gets the
original html file and nothing else.
* feat: use __file to get user code
2022-02-15 23:29:31 +05:30
Renovate Bot
62e75bc14f
chore(deps): update babel monorepo to v7.17.3
2022-02-15 17:24:44 +00:00
camperbot
4a157750f5
chore(i18n,client): processed translations ( #45122 )
2022-02-15 08:04:06 -08:00
Renovate Bot
84f60cb9c5
chore(deps): update dependency webpack to v5.69.0
2022-02-15 15:56:49 +00:00
Renovate Bot
a500344ce9
fix(deps): update dependency nanoid to v3.3.0
2022-02-15 09:47:46 +00:00
Renovate Bot
192c0fb192
chore(deps): update codesee to v0.189.0
2022-02-15 00:05:59 +00:00
camperbot
ad7c9af5bd
chore(i18n,client): processed translations ( #45108 )
2022-02-14 07:51:42 -08:00
renovate[bot]
24a5087c6c
chore(deps): update codesee to v0.187.0 ( #45013 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-02-14 21:09:48 +05:30
Ahmad Abdolsaheb
fa5c697d2a
feat: clean ga ( #45107 )
2022-02-14 10:26:56 +01:00
Krzysztof G
f644c239c1
chore(client): tsmigrate getTargetEditor.js ( #45090 )
2022-02-14 06:12:04 +07:00
camperbot
dbef7a3464
chore(i18n,client): processed translations ( #45083 )
2022-02-13 12:44:51 +09:00
Renovate Bot
fa670e37db
fix(deps): update dependency react-reflex to v4.0.6
2022-02-12 05:03:51 +00:00
Bruce B
a5e4596db7
fix(a11y): remove tab role from buttons in beta rwd challenges ( #45032 )
...
* fix: remove tab role from buttons in beta rwd challenges
* remove sr-only text
* remove whitespace
2022-02-11 16:00:36 -08:00
Oliver Eyton-Williams
7fe4695794
refactor: ignore eslint less ( #45082 )
...
* refactor: remove and fix some eslint disables
* refactor: drop max-line disables
2022-02-11 10:28:13 -08:00
Tom
57cf47dad4
feat: split rdbms into individual blocks and two challengeTypes ( #44978 )
...
* feat: split english rdbms into individual blocks
fix: stuff
fix: remove from partiallyComplete array on submit
fix: add suggestion
Update client/i18n/locales/english/translations.json
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/i18n/locales/english/intro.json
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/i18n/locales/english/intro.json
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/i18n/locales/english/intro.json
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Update client/src/templates/Challenges/codeally/show.tsx
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: prettier
* fix: style suggestion
* Apply suggestions from code review
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2022-02-11 15:39:27 +00:00
Bruce B
361e7fc2e5
fix(a11y): FCC logo link ( #45039 )
...
* fix: fcc logo link
* fix: fcc svg label
* feat: use translated aria for logo
* clean up
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com >
2022-02-10 17:02:26 -08:00