-
Notifications
You must be signed in to change notification settings - Fork 3
feat: user workflows for creative templates #11
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
Merged
Merged
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
558f653
feat(templates): add template save/load functionality with versioning
manu4543 93f2cb2
lint fix
manu4543 9f91d94
feat: add test script to package.json
manu4543 b6b2bdd
test: add coverage tests for background and resize/crop field visibil…
manu4543 e7044a2
ci: update test command to run coverage tests
manu4543 aee0784
test: add validation tests for backward compatibility and transformat…
manu4543 ed70e31
refactor: clean up code formatting and improve readability in tests a…
manu4543 2aa122f
fix: increase coverage thresholds for lines, branches, and statements…
manu4543 1dd73d4
feat: working commit for auto-save templates with storage provider in…
hrhv ff64163
feat: working commit for view all templates component
hrhv 96b912e
feat: brought the view templates component into a modal overlay
hrhv 4f211d2
feat: ui fixes for created by filter
hrhv 2b1710e
feat: ui improvements for template library
hrhv 8c6480e
feat: template library working commit
hrhv ce5575a
feat: ui fixes
hrhv e7a2276
fix: localStorage provider pinning/unpinning should not update updatedAt
hrhv 8c637d2
fix: lint fixes
hrhv cf0e151
feat: polished template library ui blocks
hrhv 2d85de6
feat: compact layout for templates dropdown in the navbar
hrhv ddb52ae
feat: refined ui for template dropdown
hrhv 50552da
fix: font size increased for better visibility
hrhv e01ea30
fix: table header and row cells justfied left
hrhv 428229b
fix: remove border from all changes saved popover
hrhv 99cbccf
feat: added visibility icon next to the template name
hrhv 4374023
feat: navbar ui improvement
hrhv 70d1b40
fix: reduce margin left on the name
hrhv cdd5dc2
chore: working state commit
hrhv 6ff72a2
fix: close button label
hrhv 96e349f
fix: all lint fixes
hrhv 0dbc50d
chore: update husky hook
hrhv 3b85ae5
feat: working commit 1 for creative templates
hrhv 39d0e2c
fix: regression in template dropdown showing creator avatar and pin o…
hrhv f743d6e
fix: restore template dropdown hover
hrhv 458cc5e
fix: contextual awareness for close confirmation modal
hrhv f0727c9
chore: remove accidentally commited symlink
hrhv 6a19cf6
fix: contextual awareness for isDirty and save status of template for…
hrhv 3fe5492
fix: clicking somewhere outside of template library modal closes it
hrhv eab1b0d
fix: save button color in settings modal
hrhv eed6731
fix: handle really long template names
hrhv 8bc70e5
feat: working commit - need review
hrhv abe2a27
feat: working commit - template status icons and switcher fixes
hrhv f987d9e
feat: working commit - design color consistency in buttons
hrhv c4bbb49
fix: monorepo + lint configs
hrhv 1c929b8
fix: run tests only from the dev package
hrhv fbabc09
chore: update CI
hrhv 952f160
fix: moved testing dev deps to root
hrhv 9bc52c2
chore: added turbo script for test:coverage
hrhv c838498
fix: template dropdown + ui tests
hrhv f0df327
fix: added virtual rendering for template library + keyboard navigati…
hrhv c1830b3
fix: failing tests for virtual render
hrhv ab05224
fix: handle special characters in the UI; backend was okay before
hrhv d8f95fc
fix: increase timeout for failing test
hrhv ada2337
fix: ui fixes around template library, dropdown and settings modals
hrhv e65a244
fix: more ui fixes - much stable state
hrhv 52b1518
fix: final set of ui fixes - very stable build
hrhv c144f9e
fix: move to chakraAny
hrhv 157e18e
refac: consolidated the template ordering logic used across template …
hrhv 333031c
fix: ui fixes in theme colors, settings modal etc.
hrhv d25f0a9
fix: permission handling working
hrhv 2d47232
fix: combined delete into a single flow
hrhv 480ae65
fix: permission errors in sync reported properly in template status
hrhv be81a54
fix: restricting registration of onClick handler for settings modal b…
hrhv 889c259
chore: version bump to 3.0.0
hrhv e315d57
chore: updated ci steps to optimize test suites and lints
hrhv 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
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 |
|---|---|---|
|
|
@@ -19,4 +19,5 @@ packages/imagekit-editor/*.tgz | |
| .yarn | ||
| builds | ||
| packages/imagekit-editor/README.md | ||
| .cursor | ||
| .cursor | ||
| coverage | ||
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.
Uh oh!
There was an error while loading. Please reload this page.