clarify that SkNote files are in the Sharkey style

This commit is contained in:
bunnybeam 2025-07-17 21:31:46 +01:00
parent ff477e3bc7
commit 705e65e2d2
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: syuilo and misskey-project
SPDX-License-Identifier: AGPL-3.0-only
Displays a note. Used to show the "main" note in a given context.
Displays a note in the Sharkey style. Used to show the "main" note in a given context.
-->
<template>

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: syuilo and other misskey contributors
SPDX-License-Identifier: AGPL-3.0-only
Detailed view of a note. Used when opening a note onto its own page.
Detailed view of a note in the Sharkey style. Used when opening a note onto its own page.
-->
<template>

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: marie and other Sharkey contributors
SPDX-License-Identifier: AGPL-3.0-only
Header for a note, displaying info such as username and creation timestamp.
Header for a note in the Sharkey style, displaying info such as username and creation timestamp.
-->
<template>

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: syuilo and other misskey contributors
SPDX-License-Identifier: AGPL-3.0-only
Simple view of a note. Used in quote renotes, link previews, etc.
Simple view of a note in the Sharkey style. Used in quote renotes, link previews, etc.
-->
<template>

View file

@ -2,7 +2,7 @@
SPDX-FileCopyrightText: marie and other Sharkey contributors
SPDX-License-Identifier: AGPL-3.0-only
Displays a sub-note. Used to display secondary notes in a given context.
Displays a sub-note in the Sharkey style. Used to display secondary notes in a given context.
For example, when viewing a reply on the timeline, SkNoteSub will be used to display the note that is being replied to.
-->