-
Notifications
You must be signed in to change notification settings - Fork 147
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
smtp update #384
Merged
Merged
smtp update #384
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
a948cb0
smtp update
lohanidamodar 2116a7f
auth templates component
lohanidamodar 48a8a03
Merge branch 'main' of https://github.com/appwrite/console into feat-…
lohanidamodar e24bd15
basic flow setup
lohanidamodar ea4fee2
basic working version of email templates
lohanidamodar 8b52804
feat: add inputSearchSelect, add modal on textareaclick, small fixes
ArmanNik df4879d
Merge pull request #409 from appwrite/feat-custom-smpt-arman
lohanidamodar a0c8eec
improvements
lohanidamodar 2a2eb7f
use SDK from github
lohanidamodar b8d2483
trying to get collapsible to work
lohanidamodar f7044ce
cleanup
lohanidamodar ceed967
more templates implementation
lohanidamodar 2001c0e
fix: small chagens
ArmanNik fa21777
Merge branch 'main' of github.com:appwrite/console into feat-custom-smtp
ArmanNik e518553
refactor: email templates functions
ArmanNik 5c95ea1
fix: sms layout
ArmanNik c72fdc1
feat: smpt small refactor, disabled button, sms fix
ArmanNik b9cb702
feat: loading state and fixes
ArmanNik d5f08ae
chore: add new sdk package as alias
ArmanNik 28eb65b
empty commit
ArmanNik 1b7447d
empty commit
ArmanNik 8369b94
empty commit
ArmanNik 7e91411
empty commit
ArmanNik 3a27a00
fix: Chen's review
ArmanNik 4466cdd
testing layout
ArmanNik 84679cc
fix: templates layout
ArmanNik 532dfe0
fix: design review
ArmanNik b43632d
fix: small design fixes
ArmanNik fcee6f8
fix: add title to template page
ArmanNik aba9aea
feat: reset modal, fix loading, design fixes, update sdk
ArmanNik 8b7fe92
fix: remove superfluos code
ArmanNik ac13072
Merge branch 'main' of github.com:appwrite/console into feat-custom-smtp
ArmanNik b5ecedc
Merge branch 'main' of github.com:appwrite/console into feat-custom-smtp
ArmanNik d2088cf
fix: review
ArmanNik ae33ba1
Merge branch 'main' of github.com:appwrite/console into feat-custom-smtp
ArmanNik e719ea8
fix: fixes from review
ArmanNik 603323b
fix: from review
ArmanNik 3797364
Merge branch 'main' of github.com:appwrite/console into feat-custom-smtp
ArmanNik 8911b89
chore: upgrade package
ArmanNik 2bd9dcc
chore : update packages
ArmanNik 9ba4cf1
fix: review, add tracking
ArmanNik d1edc8c
fix: name store correctly
ArmanNik a0da0f0
Merge branch '1.4.x' of github.com:appwrite/console into feat-custom-…
ArmanNik 0fa7a1d
Merge branch '1.4.x' of https://github.com/appwrite/console into feat…
christyjacob4 f2ed6d1
fix: api call
ArmanNik 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.
Do we need this? I don't see where it's used. Also, it might not be clear to have two ways to control whether the action buttons show.
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.
We needed it in some initial design but now is not needed for this specific branch :)