Kev 🐶

Results 20 issues of Kev 🐶

This adds support for the recently released [Rails 7.0](https://rubyonrails.org/2021/12/15/Rails-7-fulfilling-a-vision).

While researching about the uniqueSort method, I noticed that that method does not work on the [example page](https://api.jquery.com/jQuery.uniqueSort/) in Chrome 60.0.3112.113 (64-Bit). ![image](https://user-images.githubusercontent.com/28510368/30773573-9a5e9682-a073-11e7-94bd-293bfb7a9997.png) ![image](https://user-images.githubusercontent.com/28510368/30773576-a9783d1c-a073-11e7-9851-a3e1179a6e2c.png) KevSlashNull. \^-^

**Please check the following before you continue** - [x] Checked [FAQ](https://github.com/Bl4Cc4t/GoodTwitter2#faq) - [x] Checked if the issue has not been reported before **Describe the bug** This is kind of a...

bug

This fixes the parsing of URLs that are prefixed by a dot (`.`), i.e. when the user forgot a space between the end of a sentence and a link. I...

This fixes that sessions created with an app password can delete itself and other app passwords. Now only `Access` sessions (i.e. those authenticated with a user password) can delete them....

This limits the number of actor profiles loaded in the approval queue on initial load and any subsequent refresh to 102. While this change hides the true number of accounts...

Let’s look into [TanStack Query](https://tanstack.com/query/latest/docs/vue/overview) for fetching data. This should help us with explicitly having to handle errors and easily being able to refresh data.

frontend:admin

The integration test for self-labelling keeps failing in CI. ## Logs See also https://github.com/strideynet/bsky-furry-feed/actions/runs/5916587573/job/16044028143?pr=148 ``` logger.go:130: 2023-08-20T09:31:13.476Z ERROR failed to handle repo commit {"error": "create (at://did:plc:c1e1ee347119cd4f/app.bsky.feed.post/3k5exq62yqer): handling record create: handling...

The UI at times is design too much for dark mode, so some elements might look weird on light mode. For example, the audit action items: ![image](https://github.com/strideynet/bsky-furry-feed/assets/28510368/dc24001b-b0cd-4ee5-8d69-ebf17f6e0cca)

frontend:admin

Following #44, we want to add a CI job to check that `buf generate` was executed by the developer.

tooling