-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Bootstrap npm starter #45
Conversation
…jor-refactoring # Conflicts: # package.json
…positoryguide into 42-major-refactoring
…e attribute to header depending on page
…t stored on settings page leave
# Conflicts: # view/home.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A lot of work! Thank you for that 🎈
But the rendering of the Home view is in some places buggy 🙅 I'd propose some changes so that it looks better 😊 Thank you for implementing them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the deployment and re-request then :)
…positoryguide into 42-major-refactoring
Should work now :) |
Has been reverted, because deployment is still not working |
* Use Bootstrap npm starter (#45) * start with applying the bootstrap npm starter (WIP) * Clean package.json, no purgeCSS * use node modules instead of manually included scripts * adapt view links to new paths * Use compiled CSS files * Add forgotten merge conflict * remove starter CSS (now main.css) * Fix merge * gitignore CSS dist files * Add bootstraptest page * return to using a cdn instead of npm * start adapting main page to the bootstrap example dashboard * import whole bootstrap instead of single packages and use fontawesome icons * remove files that should be ignored due to the .gitignore * add prettier and eslint as npm scripts and run them * move header in own file * let header be appended via script instead of needing to add it via html too * make sidebar navigation look like tab-pills * add padding to header to not overlap with the main content; add active attribute to header depending on page * adapt settings page to new visuals * adapt team pages to new visuals * adapt sprint page to new visuals * make sidebar fixed to left * load header via page script to avoid concurrency-issue; fix config not stored on settings page leave * fix url parameter cut and thus not processable * update readme * apply prettier * apply some pr-feedback * fix header not getting attached when the view-script throws an error * update some packages, remove unneeded icon-list scss file * fix sidebar placement and run prettier * update dependencies and run prettier * fix minor issues and adapt index.html for deployment * Update NPM packages * Update NPM packages with breaking changes * Update GH Actions workfow * Some more NPM package updates Co-authored-by: LucPrestin <[email protected]> * Add .nojekyll file for GH Pages * qucik fix for empty issue bodies * removed debugger statements * Add explanation to PR metrics * Initial explanations for PR measures * Add explanations for commit measures * Add explanations to issue measures * Revert "Use Bootstrap npm starter (#45)" This reverts commit 11c97f1. * removed individually comparable metric * Update README.md * Update README intro * Updates to README * Update NPM packages * Update deploy action Co-authored-by: LucPrestin <[email protected]> Co-authored-by: Sandro Speh <[email protected]> Co-authored-by: Sandro Sp <[email protected]>
No description provided.