Skip to content
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

First suggestions #6

Closed
GWPvGWP opened this issue Nov 15, 2024 · 14 comments
Closed

First suggestions #6

GWPvGWP opened this issue Nov 15, 2024 · 14 comments
Labels
enhancement New feature or request

Comments

@GWPvGWP
Copy link

GWPvGWP commented Nov 15, 2024

Hi,

The app looks promising -and so tidy-, thank you!
I know you are still developing, so no pressure intended. May I just propose a few things I see not yet on the feature list? Regard it as a sign of appreciation ;)

-Hiding the second image, so you can see the full image. For example by a single tap (preferred), or by holding the image like in the original app.
-Making the images zoomable
-Support for videos
-Option to access the full image (.webp) by getting the url or download. Same for videos if that's getting supported.
-Giving the amount of friends that have posted
-Discern between 'last moment' today or yesterday. "Last moment was at 10:00" could mean both when you look at 11:00.

-When local caching succeeds it would be fun to have to ability to save some posts
-When friends listing succeeds it would be nice to have sorting (on name, date added). Of minor importance, but if it is easy to do, why not.

@Vexcited
Copy link
Owner

Hello, first of all thanks you for all these suggestions !

Most of the things you said are actually planned (but in my head), I forgot to write them in the to-do lists, so I guess I'll pin your issue to make sure I don't forget them.

I'm actually in a big rewrite phase (which includes a native tauri plugin to call kotlin code) for supporting notifications and background updates, which is kinda important for caching !


When local caching succeeds it would be fun to have to ability to save some posts

I plan to save all posts by default : the whole feeds cache will be stored day by day.
No image will be saved, only the URLs (since they're persistent, there's no reason to save the images - except for offline usage : you'd still be able to save the images locally but that'll be a user action and no default)

@Vexcited Vexcited pinned this issue Nov 15, 2024
@Vexcited Vexcited added enhancement New feature or request good first issue labels Nov 15, 2024
@Vexcited
Copy link
Owner

Vexcited commented Nov 15, 2024

Also some pages are still in development, like the /friends, /settings (which gives a black screen at the moment) and the /profile page where all the information is shown as text without any styling... I was kinda lazy to do it to be honest :')

A bit of styling (buttons and the camera that is too small, imo) is missing on the /upload page and the different modes needs to be implemented also.

@GWPvGWP
Copy link
Author

GWPvGWP commented Nov 16, 2024 via email

@11prasicc11
Copy link

excellent project, congratulations, is it possible to log in via localhost somehow?

@Vexcited
Copy link
Owner

What do you mean via localhost ?

@11prasicc11
Copy link

11prasicc11 commented Nov 23, 2024

to run the entire project through a local browser and to be able to log in and use it as I can in the application (via powershell)

@Vexcited
Copy link
Owner

Vexcited commented Nov 23, 2024

No it's not possible because BeReal's API does not allow CORS. You'd need a web proxy in between.

Anyway you'd still have to rewrite a huge part of the app because in my current development branch (the notifications one) I'm rewriting a big part of my internal API in Kotlin and Rust for a more in-deep integration with Tauri.

If you're looking for a web alternative, you might be interested in https://github.com/macedonga/beunblurred

@11prasicc11
Copy link

I understand, still a great project, I hope that as soon as possible it will get an update for downloading other people's berels for a start, and then it would be a good option to download all berels at once and insert a picture from the gallery, and react to all berels at once. Thank you for sure, you do these things very well, congratulations bro ❤️

@Vexcited
Copy link
Owner

Thanks you ! It'll be done as soon as I get notifications to work, I'm currently spending all my time on this (#7)

@11prasicc11
Copy link

I am following the progress, as I see it is going as it should. I hope you will learn a lot from this and improve your coding skills ^_^

@GWPvGWP
Copy link
Author

GWPvGWP commented Dec 30, 2024

Hiding the second image by tap-and-hold did work in previous versions, but currently not anymore. Don't know if it's only my device.

@Vexcited
Copy link
Owner

Vexcited commented Dec 30, 2024

Yes, I commented it on the issue linked to it : #12 (comment)

@Vexcited
Copy link
Owner

By the way...

Option to access the full image (.webp) by getting the url or download

is now implemented, you can open the images in your system's browser by clicking the three dots next to a post in the latest versions.

@Vexcited
Copy link
Owner

Also, I'm going to close this issue since I splitted it into several other issues, would be better for tracking. If there's something you want I didn't make an issue for, feel free to open one.

But make sure to separate the features and not group everything in a single issue.
Thanks you !

@Vexcited Vexcited unpinned this issue Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants