Muhammed Mustafa
Muhammed Mustafa
In a different issue, raisedadead mentioned they discussed adding menu in the past and it would be unlikely to add menu, but this discussion had a different point. Here is...
Form control for chapter: Need to alter the props to account for chapter needs, here is the link to the chakira component https://github.com/chakra-ui/chakra-ui/tree/main/packages/form-control
Instead of checking the chaikra library and comparing it with the current component, I am better off checking chapter itself for prop it's using. for example, in this file https://github.com/freeCodeCamp/chapter/blob/main/client/src/components/Form/Fields.tsx...
styles from css ```css .form-group { margin-bottom: 15px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {...
This issue requires changing this function, in [1.1.test.js](https://github.com/Sboonny/learn-celestial-bodies-database/blob/edfea3fbf650d5516766d6e039c3d242989f76d8/.freeCodeCamp/test/1.1.test.js#L105-L114) ```js it(':6 "INT" data type should be used on two columns that aren\'t a key', async () => { const queryKeys =...
Meta and link closing tag is accepted almost everywhere, I made sure it's the similar test to make it easier to change them to self-closing if issue rise from that....
@lasjorg same is applied to link element, iam convinced. We should change link element tests as well
Because this is the last step in a project, and people can't see the right way to type it, I can see why we should make it strict. But again,...
I wonder if this issue still open, and what should i do to help, if so?
@Hdanzo yeab that would be lovely 👍. If you would like to fix this issue, please make sure you read [our guidelines for contributing](https://contribute.freecodecamp.org/#/), we prioritize contributors following the instructions...