Added Bootstrap Navbar (top bar) with buttons for basic functionalities#2
Merged
iloveskittles82 merged 9 commits intodevfrom May 27, 2025
Merged
Added Bootstrap Navbar (top bar) with buttons for basic functionalities#2iloveskittles82 merged 9 commits intodevfrom
iloveskittles82 merged 9 commits intodevfrom
Conversation
Integrated Bootstrap and added a Navbar with 5 useless buttons. More buttons are to follow in the upcoming sprints. The 5 buttons will bring the following functionalities: - undo - redo - add sibling node (topic) - add child node (subtopic) - add tags The navbar currently collapses if the width of the site is too small. This gives a cleaner appearance on small window sizes.
…d side in the topbar)
…d side in the topbar) and a min. size for the mindmap container the buttons have to be implemented still
the page is now no longer accidentally scrollable which means the topbar will always stay where it is and the mindmap container will fill the rest of the window
# Conflicts: # index.html # package-lock.json
This file contains hidden or 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
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.
📝 Description
With this branch I added the top bar which includes the buttons for the basic functionalities which should be implemented by the end of May. The options for saving and opening jabmaps can be found in the top left.
Note that none of the buttons have any implemented functionality yet.
📸 Screenshots
📌 Other
Open Todos:
fix alignment in collapsed top bar

make editor buttons in the middle center correctly