-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Filebot #1127
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
Closed
Closed
Filebot #1127
Changes from all commits
Commits
Show all changes
87 commits
Select commit
Hold shift + click to select a range
0673658
basis for drive support
elie222 e7c854c
refactor oauth for calendar and add drive support
elie222 82941fd
add connect drive ui
elie222 2bffca1
remove frontend logs
elie222 e5fe3b3
capture exceptions
elie222 84d5df5
update schema and add prompt
elie222 bad9af7
filebot utils
elie222 d1afc93
Merge branch 'main' into feat/folders
elie222 c9589b4
doc extraction util
elie222 60cb263
Merge branch 'main' into feat/folders
elie222 9fe0ac1
address comments
elie222 8f88380
implemented more of drive support
elie222 2c6bec4
complete flow
elie222 e93d311
use helper
elie222 328e402
Merge branch 'main' into feat/folders
elie222 acc0873
delete file
elie222 fe57a74
fix
elie222 be261e7
Merge branch 'main' into feat/folders
elie222 9d2b48e
migration and sidebar link
elie222 9a30c79
adjust styling
elie222 5e7938f
onboarding for auto file
elie222 3d94b4b
onboarding and wip styling
elie222 936e838
update readme
elie222 b8e9a2d
move toggle to top right
elie222 5e3b118
add kibo ui treeview
elie222 5bbeb61
no folders found
elie222 c19a330
update turbo
elie222 8a37297
use small card
elie222 55e1995
error if cant connect to drive
elie222 ccf0c11
refresh drive func
elie222 7249bc2
load sub folders
elie222 313db1f
badge
elie222 70e9000
adjust ui to select folders and prompt
elie222 b845a4d
refactor
elie222 5dde067
colocate action
elie222 b241b4e
force onboarding view
elie222 f64e6a7
setup screen
elie222 3e7426b
show preview in setup
elie222 84048f0
filing within setup
elie222 89d2668
fix comments
elie222 68f9404
add tests
elie222 44f69f1
fix types
elie222 c117b33
fix failing test
elie222 501a788
fix build
elie222 23f74b9
remove unnecssary token
elie222 ebd1d5b
Merge branch 'main' into feat/folders
elie222 747e3c5
fix tests
elie222 28ca749
fixes
elie222 dc11999
fixes
elie222 c88f031
reuse existing styles
elie222 43249e2
Merge branch 'main' into feat/folders
elie222 95efe1b
drive adjustments. reusable mutedtext
elie222 682f050
optimise query
elie222 5be142b
rename auto file to smart filing
elie222 a24b1fe
rename var
elie222 37b7c15
delete unused file
elie222 2b3362f
simplify code
elie222 9b4b69e
encrypt drive tokens
elie222 39ef222
clean up
elie222 5c0b2de
create folder if none exist
elie222 c4439d1
fix fetching emails with attachments
elie222 9407581
improved preview mode
elie222 e098f89
implement check
elie222 106c42b
show correct folder selector as tree
elie222 5146f18
faster select folder. when we create folders, store as filing folder
elie222 0dd0f2d
dont create new folders unless necessary
elie222 6d33854
adjutst filing prompt
elie222 fbf5ecf
tooltip for skipped
elie222 630ab41
reusable filing activity components
elie222 8559581
paginate folders
elie222 db6ddf9
process attachments in after()
elie222 b295b07
only fetch attachment when needed
elie222 36828fb
adjust filebot suffix
elie222 158b77e
ts check
elie222 6a927fe
remove comments
elie222 247ff47
move helpers into single
elie222 9f52f0b
clean up
elie222 a1d4aa0
refactor addFilingFolderAction to consolidate folder data into a sing…
elie222 e984a09
handle error
elie222 9c4c121
clean up set up code
elie222 c955629
fixes
elie222 e89be0b
Merge branch 'main' into feat/folders
elie222 7270769
Merge branch 'main' into feat/folders
elie222 19260b6
Merge branch 'main' into feat/folders
elie222 2aafece
fix: add prompt consent to Microsoft Drive OAuth for refresh token
elie222 0f535a5
Merge branch 'main' into feat/folders
elie222 8c1ccef
Merge branch 'main' into feat/folders
elie222 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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| import { redirectToEmailAccountPath } from "@/utils/account"; | ||
|
|
||
| export default async function DrivePage() { | ||
| await redirectToEmailAccountPath("/drive"); | ||
| } |
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
5 changes: 3 additions & 2 deletions
5
apps/web/app/(app)/[emailAccountId]/assistant/RulesTabNew.tsx
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.
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.
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.
P1: Invalid HTML nesting:
MutedTextrenders as a<p>element, but contains<div>children. Block-level elements likedivcannot be nested insidepelements. This will cause React hydration mismatches and browser parsing issues. Either keep the originaldivwrapper or change the inner elements tospan.Prompt for AI agents