-
Notifications
You must be signed in to change notification settings - Fork 8
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/text overrides #65
Open
viveknigam3003
wants to merge
20
commits into
main
Choose a base branch
from
feat/textOverrides
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.
+2,632
−43
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
9276a9b
feat: adding textbox override
viveknigam3003 cbf2b41
feat: adding rocketium json upload
viveknigam3003 03fafc7
feat: adding data
viveknigam3003 a5e7b55
feat: adding warnings and fill
viveknigam3003 1c2372d
feat: adding shadow functions
viveknigam3003 5ff67ec
Merge branch 'main' of https://github.com/viveknigam3003/canvas-edito…
viveknigam3003 49034de
chore: removed unused logs
viveknigam3003 e327b9b
fix: sec vul
viveknigam3003 d559253
feat: updated json
viveknigam3003 d27ff32
feat: keys
viveknigam3003 5b102f3
feat: added text transform and shadow
viveknigam3003 87d77a2
feat: fixing font size
viveknigam3003 22e9290
feat: importing multiple sizes
viveknigam3003 16f1712
Merge branch 'main' of https://github.com/viveknigam3003/canvas-edito…
viveknigam3003 dfb52cd
feat: importing image
viveknigam3003 631a9e7
fix: turning off ruler by default
viveknigam3003 cf3cb73
fix: removing textbox bg border rendering
viveknigam3003 265adf7
feat: creating box as a concept for text
viveknigam3003 67523c1
feat: implemented linear gradient
viveknigam3003 eabd378
feat: adding border radius to textbox
viveknigam3003 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"_id": "asset-group-65ae4dadf215a459dbdeb76c", | ||
"chatChannelInfo": { | ||
"isChatChannelCreated": false, | ||
"channelUrl": null, | ||
"presentMembers": [] | ||
}, | ||
"count": { | ||
"creatives": 2, | ||
"variations": 1, | ||
"styles": 1, | ||
"sizes": 2 | ||
}, | ||
"name": "Test Project", | ||
"image": "https://rocketium.com/img/workspace-placeholder-6.jpg", | ||
"variations": [ | ||
{ | ||
"_id": "39313102-c0fa-4018-1c55-b622457d1832", | ||
"name": "Variant 1", | ||
"styles": ["2cad2d27-ac8a-4d4d-14de-a3190fe594e0"], | ||
"error": "successful", | ||
"image": "https://rocketium.com/shapeIcons/rectangle.png" | ||
} | ||
], | ||
"timestamp": { | ||
"$date": "2024-01-22T11:25:48.473Z" | ||
}, | ||
"sizes": [], | ||
"groupIds": [], | ||
"isDeleted": false, | ||
"numberOfCreatives": 2, | ||
"status": null, | ||
"tags": [], | ||
"amazonReviewers": [], | ||
"assetFolderId": null, | ||
"teamId": "61c939e514526b130d183dc0", | ||
"parentGroupId": null, | ||
"modifiedBy": "vivek.nigam@rocketium.com", | ||
"outputFormat": "image", | ||
"templateId": null, | ||
"templateSizes": {}, | ||
"shortId": "RobPCAe0YWFe", | ||
"createdBy": "vivek.nigam@rocketium.com", | ||
"draftLink": "https://rocketium.com/advertising/campaign/editor/RobPCAe0YWFe/Test Project", | ||
"createdAt": { | ||
"$date": "2024-01-22T11:12:45.087Z" | ||
}, | ||
"updatedAt": { | ||
"$date": "2024-01-22T11:25:48.502Z" | ||
}, | ||
"__v": 0, | ||
"customField": {}, | ||
"clientMetadata": null, | ||
"metadata": null | ||
} |
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.
shall we disable ruler by default? i know we face sometimes issue in dev mode