garrettw commented on issue Kbin/kbin-core#945 2023年08月05日 04:11:23 +02:00
Actor is null in Page and Note

I believe this is actually an error that $actor is null.

Then I guess we should try to prevent that rather than just glossing over the null..

garrettw commented on issue Kbin/kbin-core#932 2023年08月05日 03:39:09 +02:00
Ux Improvement: Make general settings and theme bound to account

I have an idea that's kind of a hybrid of session-based and db-based:

Leave the current session/cookie-based functionality in place, but add an AJAX call to send those settings back to the...

garrettw commented on issue Kbin/kbin-core#356 2023年08月03日 21:42:49 +02:00
Clicking on a thread title should send you to the linked URL, not the kbin comments page

I much prefer a Slashdot approach as I'm primarily here to see what people have to say about X.

I too am in this camp. When I'm on any site, such as old Reddit or HN, where the title is an...

garrettw commented on pull request Kbin/kbin-core#936 2023年08月03日 21:31:19 +02:00
Added ability to re-send the users email address verification

Closes #281 and #929

garrettw commented on issue Kbin/kbin-core#929 2023年08月03日 21:29:56 +02:00
Email Address Confirmation Cannot be Re-triggered

Also - duplicate of #281

garrettw commented on issue Kbin/kbin-core#929 2023年08月03日 21:28:01 +02:00
Email Address Confirmation Cannot be Re-triggered

Issues usually stay open until the PR is closed or merged.

garrettw commented on issue Kbin/kbin-core#935 2023年08月03日 21:25:11 +02:00
Github gists are fully embedded

I didn't know where I was supposed to be looking at first, but then I realized it's under the media preview button. And also the UL links in there are not even readable on my screen (white...

garrettw commented on pull request Kbin/kbin-core#909 2023年07月31日 05:21:23 +02:00
Set max gc lifetime session

Thanks :)

garrettw commented on pull request Kbin/kbin-core#622 2023年07月31日 04:00:06 +02:00
Adjusted preview control functionality (showing / hiding the preview for each article)

@melroy89 This may be a Codeberg issue, possibly related to rebasing the branch. I found a Gitea issue that was filed about this error, even though it was supposedly fixed: https://github.com/go-g...

garrettw commented on pull request Kbin/kbin-core#871 2023年07月30日 01:49:54 +02:00
WIP: Improvements to image-uploading control / workflow

I think @AnonymousLlama is just such a fast-and-furious coder that little details like this just slip under their radar.

garrettw commented on issue Kbin/kbin-core#567 2023年07月30日 01:46:25 +02:00
Kbin Error when interacting with a page that isn't freshly loaded

Most of the discussion on this issue has been happening on #730. Recommend closing this one in favor of that one, for that reason.

garrettw commented on pull request Kbin/kbin-core#894 2023年07月28日 16:39:43 +02:00
Add footer to mobile sidebar

Closes #891

garrettw commented on pull request Kbin/kbin-core#882 2023年07月28日 16:37:06 +02:00
Some queries optimalization

Ah, my mistake.

garrettw commented on pull request Kbin/kbin-core#640 2023年07月28日 16:33:21 +02:00
Adding user about field to profile display

Took me a second to realize what was going on here as well. He's saying you should add types to $length, $striptags, and $explode -- int, bool, and bool, respectively.

garrettw commented on issue Kbin/kbin-core#730 2023年07月28日 05:14:22 +02:00
Unable to click up/down vote - message loop

@Ahrotahn good find! This issue needs to be solved on kbin.social as I run into it all the time. I'll see if I can make a PR for it -- or if someone else gets to it before me, that's fine too.

garrettw commented on pull request Kbin/kbin-core#882 2023年07月28日 05:01:16 +02:00
Some queries optimalization

There is a db table called "App\Entity\UserBlock"?

garrettw commented on issue Kbin/kbin-core#478 2023年07月28日 04:52:04 +02:00
The highlighting of a username disappears once the user info tooltip pops up [Firefox on PC]

I can see how someone might want to copy a username in the absence of @-autocompletion.

I would say that this doesn't really warrant further attention, except that in this scenario, a 1.5s...

garrettw commented on issue Kbin/kbin-core#472 2023年07月28日 04:44:48 +02:00
Menus on mobile cannot be closed

Wish I could bookmark this in Codeberg to come back to later. I just know somebody somewhere has run across this before and figured out a good fix.

garrettw commented on pull request Kbin/kbin-core#877 2023年07月28日 04:40:57 +02:00
Add visual user feedback for copy actions (sweetalert2 + animate.css)

Closes #861

garrettw commented on pull request Kbin/kbin-core#877 2023年07月28日 04:39:58 +02:00
Add visual user feedback for copy actions (sweetalert2 + animate.css)

I like it but I think these need to be styled in a way that works with the existing themes out of the box if possible.