changes to docstrings based on feedback

This commit is contained in:
bunnybeam 2025-07-17 21:28:17 +01:00
parent 184d116632
commit ff477e3bc7
No known key found for this signature in database
4 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: hazelnoot and other Sharkey contributors
SPDX-License-Identifier: AGPL-3.0-only
List of a user's recent notes, to display on the "Following" feed.
List that displays the most recent note from each followed user, in order, with date separators.
-->
<template>

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: hazelnoot and other Sharkey contributors
SPDX-License-Identifier: AGPL-3.0-only
Allows a user to write text to test their word mutes against, returning matched words.
Allows a user to write text to test their word mutes against, displaying matched words.
-->
<template>

View file

@ -3,6 +3,9 @@ SPDX-FileCopyrightText: hazelnoot and other Sharkey contributors
SPDX-License-Identifier: AGPL-3.0-only
List of elements, with animations for inserting, removing, and reordering items.
Animation can be disabled with the "reduced animation" preferences.
This component exists because Misskey's implementation of the reduced animation preference tends to break VueJS.
-->
<template>

View file

@ -3,6 +3,9 @@ SPDX-FileCopyrightText: hazelnoot and other Sharkey contributors
SPDX-License-Identifier: AGPL-3.0-only
Displays a group of URL previews.
If the URL to be previewed links to a note, it will be displayed as a quote.
Attempts to avoid displaying the same preview twice, even if multiple URLs point to the same resource.
-->
<template>