MozillaSecurity / MozillaSecurity/FuzzManager
Update to newer bootstrap/bootstrap-vue
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 208
- Forks
- 48
- Avg merge
- 23h 5m
- Merged PRs (30d)
- 2
Description
We currently use old versions of Bootstrap (3.4.1) and Bootstrap-Vue (2.4.2).
I tried updating to newer versions and ran into two issues:
-
navbar has changed significantly
Converting navbar from
<nav class="navbar">to<b-navbar>was quite easy, but getting the formatting similar was taking more than a few minutes so I abandoned it. -
glyphicons are removed in Bootstrap v4.
This can be replaced with just the glyphicons font, eg: https://github.com/Neos21/bootstrap3-glyphicons
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Bootstrap navbar and glyphicons documentation linked in the issue, and review the current dependency versions and frontend usage. Done means the project uses newer Bootstrap and Bootstrap-Vue versions while preserving the existing navbar formatting and replacing the removed glyphicons.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100