-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: implement first step of modular #25
Open
f-necas
wants to merge
24
commits into
main
Choose a base branch
from
modular-conf
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.
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e5196b7
feat: implement first step of modular
f-necas 4ebe0c0
feat: first step of condition
f-necas 47aa4a1
feat: set menu config file and block account
f-necas 0a49d94
feat: add i18n, config file, improve repsonsive
f-necas a42e38b
feat: add active app url
f-necas f1cd390
feat: add types and update active app scoring
f-necas da82e95
feat: remove activeApp
f-necas b27d85d
feat: format
f-necas 8a2ef79
feat: this should work
f-necas 0445430
feat: remove getActiveTab
f-necas ef47dd2
feat: better naming
f-necas 8e8fbb9
feat: ugly but working
f-necas eab279f
feat: cleaning
f-necas 3208d92
feat: add icons
f-necas 7847a8c
feat: format and readme
f-necas eb9b75b
feat: add documentation
f-necas 1734baf
feat: add documentation
f-necas 145e829
feat: better example
f-necas c3bf847
feat: use object assign to keep default values
f-necas aaff7fe
fix: build
f-necas c2446ef
fix: reset height
f-necas 6395a8e
feat: set leagcy header back to props to avoid import config file
f-necas 5063b7b
feat: set leagcy header back to props to avoid import config file
f-necas f7c06a6
feat: and logo either
f-necas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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.
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.
shouldnt that be
${props.height}
here again instead of80px
? i know nothing to css classes but it feels strange.