-
Notifications
You must be signed in to change notification settings - Fork 198
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
Upload images from local files #232
Upload images from local files #232
Conversation
Codecov Report
@@ Coverage Diff @@
## main #232 +/- ##
==========================================
- Coverage 62.63% 62.41% -0.23%
==========================================
Files 243 246 +3
Lines 10772 10847 +75
==========================================
+ Hits 6747 6770 +23
- Misses 4025 4077 +52
|
Hey, @Mukund-Tandon Any updates? |
I am working on it will sumbit a changes by tommorow, sorry for the delay |
@Mukund-Tandon Okay, just let me know if you need any help. |
…th and also changed the ui of uploading image
@LucasXu0 , please can you review this , I have made the UI changes and also handled the case where if the image is not found at its source it should display error. I am working on writing test for these. Screen.Recording.2023-06-27.at.4.19.42.PM.mov |
Nice, I will check it out. Also, I plan to modify something on your branch. |
Suddenly, I have another idea to solve the deleted image problem. I plan to save the image value as base64, then we don't need to handle the error anymore. Let me do that on your branch. |
FYI, @Mukund-Tandon. I have submitted the code. Please check them. By the way, please rebase or merge the main branch as the pull request conflicts with it. |
Ok, I have updated my branch to resolve the merge conflicts .I will be now fixing some failing tests and will add more. |
@Mukund-Tandon Have you updated the branch? I didn't see any new commits. |
Just pushed the changes 😅 |
@LucasXu0 ,I had a doubt, what is the use of the files under image(location - lib/src/render/image |
@Mukund-Tandon They're deprecated. Are you working on fixing the tests? If not, I can do that. |
Yes I am working on the test, actually the tests of these files where only remaining failing test , so should I delete the test file of under image? |
No worries. Let me fix them. |
Ok, so now should I proceed to work on other issues? |
1db2ba9
to
fcca12a
Compare
Yep. Just choose the issues you want to solve. |
fcca12a
to
c6267ee
Compare
* main: feat: support uploading images from local files (AppFlowy-IO#232) fix: desktop tooltips incorrect (AppFlowy-IO#259) fix: add underline syntax parser (AppFlowy-IO#256) chore: add reload function into editor state fix: ignore the same value update in input service (AppFlowy-IO#257) Revert "feat: support mobile IME (AppFlowy-IO#255)" feat: support item count filter in selection menu results (AppFlowy-IO#254) feat: support mobile IME (AppFlowy-IO#255) feat: replace DeltaTextInputClient with TextInputClient (AppFlowy-IO#253)
does it has a callback so i can upload image |
Hi, I don't completely understand your question, but we can upload an image from our local device as well as paste an image URL. Screen.Recording.2023-08-01.at.1.42.41.PM.movIs there anything I am missing? |
I am thinking if the user choose a image. or does the editor has a callback event, so i can listen when user choose a local image |
Hello, the image upload on appflowy version 0.6.9 doesn't work, is it due to a bug? If it's not active yet, when will it be? |
fixes: #200
Screen.Recording.2023-06-21.at.3.26.37.PM.mov