mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-09-18 21:38:07 +00:00
changes to docstrings based on feedback
This commit is contained in:
parent
184d116632
commit
ff477e3bc7
4 changed files with 8 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue