Binternet icon indicating copy to clipboard operation
Binternet copied to clipboard

[HELP NEEDED] Mega-issue: all planned things

Open Ahwxorg opened this issue 1 year ago • 7 comments

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.

Ahwxorg avatar Dec 11 '23 10:12 Ahwxorg

  • [X] Update Docker to Alpine Linux 3.19 and PHP 8.3 (#32 merged)

codedipper avatar Dec 16 '23 03:12 codedipper

@prplwtf, want to do some redesigning?? :)

Ahwxorg avatar Dec 18 '23 15:12 Ahwxorg

@prplwtf, want to do some redesigning?? :)

hell yeah

prplwtf avatar Dec 18 '23 16:12 prplwtf

Just asking; do you need help? (@prplwtf)

Ahwxorg avatar Jan 21 '24 00:01 Ahwxorg

  • 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.

Ahwxorg avatar Jan 21 '24 00:01 Ahwxorg

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.

prplwtf avatar Jan 21 '24 00:01 prplwtf

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 :).

Ahwxorg avatar Jan 21 '24 11:01 Ahwxorg