Binternet
Binternet copied to clipboard
[HELP NEEDED] Mega-issue: all planned things
What?
This issue contains some plans that I will (need help) work(ing) on in the future.
UI related changes
- [ ] Overlay when you click an image with information about source, etc, like Google does. Somewhat mentioned in issue #27.
- [ ] Anything else that's better than this extremely ugly UI. (Will be handled by @prplwtf and me)
- [ ] No forced image resolutions anymore
QoL related changes
- [ ] Support Pinterest links-schemes, as mentioned in issue #13.
- [ ] Image lazy-loading.
- [X] Update Docker to Alpine Linux 3.19 and PHP 8.3 (#32 merged)
@prplwtf, want to do some redesigning?? :)
@prplwtf, want to do some redesigning?? :)
hell yeah
Just asking; do you need help? (@prplwtf)
- Update Docker to Alpine Linux 3.19 and PHP 8.3 (we must wait for another nginx release before this can happen)
We should also probably do this... I'll look at it once I have/want to make time.
Just asking; do you need help? (@prplwtf)
Haven't been able to properly set up a dev environment yet, which is probably easy, but I don't know where to start.
Just asking; do you need help? (@prplwtf)
Haven't been able to properly set up a dev environment yet, which is probably easy, but I don't know where to start.
On Gentoo you can just emerge php with the required USE flags. Run php -S 127.0.0.1:8080 in the root of the project (cloned locally) and navigate to http://localhost:8080. Reach out on Matrix for more details :).