-
Notifications
You must be signed in to change notification settings - Fork 195
Feat: ai suggestions #2373
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
Feat: ai suggestions #2373
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
594a673
feat: ai suggestions [wip].
ItzNotABug 3ed568d
add: some nice stuff.
ItzNotABug d276182
add: some nice stuff.
ItzNotABug bc46be0
update: misc fixes and updates.
ItzNotABug c278249
update: progress.
ItzNotABug a4ee350
lint.
ItzNotABug 2b466b3
Merge branch 'main' into 'suggestions-api'.
ItzNotABug 60d993a
add: column suggestions.
ItzNotABug 07f223f
update: disable fields on creation.
ItzNotABug 6249794
update: redefined empty state [wip].
ItzNotABug d71a9e4
update: improve ui.
ItzNotABug b294c55
update: ui;
ItzNotABug e62e58a
fic: notification spacing on phone.
ItzNotABug 3e9480a
fic: notification spacing on phone.
ItzNotABug e25a0fa
fix: better fade on show/hide of overlays on mobile.
ItzNotABug a192cb5
update: flow.
ItzNotABug 9ea9e78
update: flow and a bit of animation.
ItzNotABug 44019cf
update: enable the email verification notification via an env config.…
ItzNotABug 521c381
fix: env logic.
ItzNotABug 574e163
fix: width calc.
ItzNotABug 1c17c3c
fix: width calc, again.
ItzNotABug dc0a720
update: clear id, name in the end.
ItzNotABug 5990c93
fix: address rabbit's comment > children shouldn't open popover's too…
ItzNotABug aec79aa
remove: todo.
ItzNotABug 7105437
remove: todo.
ItzNotABug 6df5b0d
fix: missing icons on sheet view and elements support for enums.
ItzNotABug cd804b2
remove: transitions for height change on empty sheets.
ItzNotABug 4561b79
lint;
ItzNotABug d7aca13
fix: possible variable shadowed.
ItzNotABug 1e0315f
fix: lint.
ItzNotABug e496836
fix: incorrect numeric limits on columns.
ItzNotABug c05e2f5
update: cancel navigating when suggestions are up for review.
ItzNotABug dcdf1b0
update: center the floating action bar!
ItzNotABug 117e0c5
update: address remaining comments from design.
ItzNotABug dfb77b0
address comment.
ItzNotABug 648f84e
add: console mock suggestions env.
ItzNotABug c1e5385
Merge branch 'main' into suggestions-api
ItzNotABug 3e4ac31
address comment.
ItzNotABug 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
Some comments aren't visible on the classic Files Changed page.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| import { writable } from 'svelte/store'; | ||
|
|
||
| export const navigationCancelled = writable(false); |
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.