-
Notifications
You must be signed in to change notification settings - Fork 205
fix: 1.4 QA fixes after release #530
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
25 commits
Select commit
Hold shift + click to select a range
644072a
fix: form items tags can be changed to fix Safari bug
ArmanNik 2dd7960
fix: runtimes not getting fetched
ArmanNik eccfe29
fix: download button opens in an external page to avoid loading bar i…
ArmanNik 2967b21
fix: services settings spacing
ArmanNik d293ca2
fix: entrypoin is optional
ArmanNik e51981c
fix: manual deployment pass `undefined` for unset optional vaules
ArmanNik f67ffd6
fix: domain verification copy
ArmanNik e26ce64
fix: documentation links
ArmanNik 8903ec0
fix: fetch bigger image for retina screens
ArmanNik e41e04b
fix: complete TODO for component
ArmanNik dcbc74d
fix: add active tag for active deployment
ArmanNik 42b91fb
fix: active deployment is updated correctly
ArmanNik 5d1b353
fix: avoid elipsys on tag
ArmanNik 915203e
fix: deplyment page loading
ArmanNik 2604d69
fix: small stuff
ArmanNik bc60c66
fix: remove card from templates
ArmanNik 8efae20
fix: add tooltip to runtimes
ArmanNik 8d99b45
fix: english
ArmanNik 9702fbc
fix: design for cover screen
ArmanNik 20f116e
refactor: inputSearch, search in templates
ArmanNik da1cc36
fix: design template pages
ArmanNik cb2343f
fix: domains design
ArmanNik 85ef264
fix: domains design
ArmanNik 133e755
Merge branch 'main' of github.com:appwrite/console into fix-1.4-QA-af…
ArmanNik 3c4fabf
fix: change domain pill to warning, fix not dismissable alerts
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
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
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 |
|---|---|---|
| @@ -1,8 +1,17 @@ | ||
| <script context="module" lang="ts"> | ||
| export type FormItemTag = 'li' | 'div'; | ||
| </script> | ||
|
|
||
| <script lang="ts"> | ||
| export let tag: FormItemTag = 'li'; | ||
| export let fullWidth = false; | ||
| export let isMultiple = false; | ||
| </script> | ||
|
|
||
| <li class="form-item" class:is-multiple={isMultiple} class:u-width-full-line={fullWidth}> | ||
| <svelte:element | ||
| this={tag} | ||
| class="form-item" | ||
| class:is-multiple={isMultiple} | ||
| class:u-width-full-line={fullWidth}> | ||
| <slot /> | ||
| </li> | ||
| </svelte:element> |
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
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
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
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.
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.