-
Notifications
You must be signed in to change notification settings - Fork 85
feat: add badge size options (small/medium/large) #50
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
Closed
Nagajyothi-tammisetti
wants to merge
31
commits into
JhaSourav07:main
from
Nagajyothi-tammisetti:feature/badge-size-options
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
809596e
feat: add new color themes
Nagajyothi-tammisetti bbdd1c0
feat: add ocean, sunset, forest, rose, and nord color themes
Nagajyothi-tammisetti 5997bc8
feat: add ocean, sunset, forest, rose, and nord color themes
Nagajyothi-tammisetti 3e3c4df
docs: add ocean, sunset, forest, rose, and nord themes to THEMES.md
Nagajyothi-tammisetti 73a3a52
fix: replace theme previews with actual screenshots
Nagajyothi-tammisetti 1290eeb
style: run prettier format on all files
Nagajyothi-tammisetti 8829a35
feat: add new font options (mono, elegant, minimal, retro) - closes #4
Nagajyothi-tammisetti 4cf3f96
fix: restore missing emojis in THEMES.md
Nagajyothi-tammisetti 9568f58
fix: resolve THEMES.md merge conflict - keep consistent emoji and forβ¦
Nagajyothi-tammisetti bc2260b
Merge branch 'main' into feature/add-new-font-options
Nagajyothi-tammisetti bd07c1a
fix: remove duplicate font field from BadgeParams interface
Nagajyothi-tammisetti ff1a43f
style: fix prettier formatting on changed files
Nagajyothi-tammisetti 52d1ad5
style: fix prettier formatting on all files
Nagajyothi-tammisetti ba8e384
Merge branch 'main' into feature/add-new-font-options
Nagajyothi-tammisetti 6e4f6c0
ci: trigger CI rerun - all checks passing locally
Nagajyothi-tammisetti caa3aee
chore: ignore stray temp file
Nagajyothi-tammisetti 7a12a9d
feat: add badge size options (small/medium/large)
Nagajyothi-tammisetti 6db9024
feat: add Size selector to Customization Studio
Nagajyothi-tammisetti 0603e3d
fix: clean up duplicate fields in types and generator
Nagajyothi-tammisetti 6cc62e9
fix: remove duplicate code in generator.ts and types/index.ts
Nagajyothi-tammisetti 0087f6a
fix: correct import placement and remove duplicate SVG block
Nagajyothi-tammisetti e546b74
style: fix prettier formatting
Nagajyothi-tammisetti 8ff4033
test: add size option tests to generateSVG
Nagajyothi-tammisetti 3f00ae4
Merge branch 'main' into feature/badge-size-options
Nagajyothi-tammisetti 6e207a2
fix(tests): remove orphan closing brace at line 106
Nagajyothi-tammisetti 61977d9
fix(tests): add missing closing brace for describe block
Nagajyothi-tammisetti ee94950
fix(tests): move all it() blocks inside describe block
Nagajyothi-tammisetti 2a6503f
fix: add jetbrains font option and fallback for invalid fonts
Nagajyothi-tammisetti b3501f4
fix: add jetbrains font option and fallback for invalid fonts
Nagajyothi-tammisetti 85d0ae5
ci: retrigger CI pipeline
Nagajyothi-tammisetti 1be0bfb
style: fix prettier formatting for CI
Nagajyothi-tammisetti 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,3 +39,6 @@ yarn-error.log* | |
| # typescript | ||
| *.tsbuildinfo | ||
| next-env.d.ts | ||
|
|
||
|
|
||
| -Raw) -replace | ||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Can you tell me what was the need for changes in this file ?