-
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
42 major refactoring #86
Draft
SanJSp
wants to merge
47
commits into
main
Choose a base branch
from
42-major-refactoring
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…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
…positoryguide into 42-major-refactoring
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Re-opening of #45 as it has been reverted.
Let's try to get the deployment running☺️