Skip to content
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

Implemented Background gradient #647

Merged
merged 25 commits into from
Jan 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1330ea6
Added gradient UI to background-image
jonathanalvares9009 Jan 3, 2023
6971b53
Created UI for hardcoding gradients
jonathanalvares9009 Jan 4, 2023
7e74004
Apply hardcoded gradient
jonathanalvares9009 Jan 4, 2023
6c37837
Created a small display of the gradient
jonathanalvares9009 Jan 5, 2023
032ea1b
UI for changing the gradient type created
jonathanalvares9009 Jan 5, 2023
f151204
Can select and remove the color breakpoints
jonathanalvares9009 Jan 5, 2023
6d2e604
Put a guard statement to keep the gradient between 0 and 100
jonathanalvares9009 Jan 5, 2023
a67ac03
Implemented the color picker and used css to style the gradient-type …
jonathanalvares9009 Jan 6, 2023
3e43215
Created gradient data structure to hold color and stop
jonathanalvares9009 Jan 6, 2023
4a25b1e
Create a linear gradient
jonathanalvares9009 Jan 6, 2023
27f672a
Created angle selector
jonathanalvares9009 Jan 6, 2023
866c0a2
Created x and y axis selector
jonathanalvares9009 Jan 7, 2023
11b9e99
Created state for shapeType, xAxis and yAxis
jonathanalvares9009 Jan 7, 2023
4d87e10
Implemented gradient generator function
jonathanalvares9009 Jan 9, 2023
b785aaa
Used more descriptive names
jonathanalvares9009 Jan 9, 2023
c27e064
Showing the gradient in the style panel
jonathanalvares9009 Jan 9, 2023
77cac94
Provided necessary functions to GradientSelector to update the gradients
jonathanalvares9009 Jan 9, 2023
edafe7e
Created function to close gradientSelector and updating gradients
jonathanalvares9009 Jan 9, 2023
766250d
Memoised data and created a two communication between data
jonathanalvares9009 Jan 9, 2023
c7049b7
Implemented two way connection between styles and gave a default styl…
jonathanalvares9009 Jan 10, 2023
352beb7
Created a div that tells the exact type of gradient
jonathanalvares9009 Jan 10, 2023
69b1d53
Improved the angle setting experience
jonathanalvares9009 Jan 10, 2023
54544fb
Created a function to show that data is repeating
jonathanalvares9009 Jan 11, 2023
98ac7c6
Background repeat ability introduced
jonathanalvares9009 Jan 11, 2023
980d352
Merge branch 'main' into background-gradient
jonathanalvares9009 Jan 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading