theforumhelpers.github.io
theforumhelpers.github.io copied to clipboard
The site for the Scratch group "The Forum Helpers"
### Theme Title It is currently called light. ### Colours **Needs Discussion** --primary: --secondary: #7c84ba --secondaryHover: #485189 --textPrimary: #e6e7ec --textSecondary: --linkHover: --searchBar: --saturation: --tertiary: --tertiaryHover: --textTertiary: ### Additional context This...
**Describe the bug** New forum needs to be added to the list of unconstrucitve forums **To Reproduce** See the list on the apply page **Expected behavior** It should have the...
We currently implement the `fetch` standard, which is present starting Chromium 42 and Firefox 39. In FHP.js, we can really simplify it a LOT, and use better code practices supported...
**Describe the bug** The dashboard says "Recent Codwords" instead of "Recent Codewords" **To Reproduce** Open the dashboard as a manager **Expected behavior** The spelling should be correct. **Browser Information** Include...
### Discussed in https://github.com/theforumhelpers/theforumhelpers.github.io/discussions/321 Originally posted by **penguinmoose** July 17, 2022 I feel like the title ("The Forum Helpers") in the header's font is a bit odd. It looks different...
I think it would be better to turn the theme changing button into a dropdown menu/select. That way, someone can view all the available themes and jump to a desired...
**Remove subheadings in the hompage** I feel like the subheadings (“Who are we?”, “What forums are we most active in?”, and “How can I join The Forum Helpers”?) are unneeded...
**Describe the changes needed** I think it would be better to escape < and > in user bios instead of simply removing them. That way, people can insert < and...
I think the headings in the list of forum helpers (“Managers” and “Curators”) should become normal headings consistent with the rest of the website. The headings there is like the...
looking through the source code, there are so many places where stuff points to theforumhelpers.github.io. this makes development tedious. why not just use relative urls like ```js fetch("/forumhelpers/"+dataSet+".json") ``` instead...