summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/SkOldNoteWindow.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-121-1/+1
|
* use SKUrlPreviewGroup in more placesHazelnoot2025-06-071-6/+4
|
* allow note toolbar to scrollHazelnoot2025-06-041-6/+7
| | | | https://developer.mozilla.org/en-US/docs/Web/CSS/overflow#accessibility
* use responsive gaps between note toolbar itemsHazelnoot2025-06-041-19/+1
|
* skip resolving preview when a link is known to be recursiveHazelnoot2025-05-201-5/+4
|
* don't recursively render note previewsHazelnoot2025-05-201-2/+4
|
* extract common translation UI into SkNoteTranslation.vueHazelnoot2025-05-181-15/+2
|
* fix type errors in note translation sourceHazelnoot2025-05-181-1/+1
|
* add option to put Translate button in the note toolbarHazelnoot2025-05-161-4/+5
|
* update SkOldNoteWindowdakkar2025-04-121-8/+15
| | | | | * fix nyaize * make MkPoll and plugins the same as `[MS]kNote`
* copy sharkey settings into new frontend preferences modelHazelnoot2025-03-311-3/+5
|
* update references from /scripts/ to /utility/Hazelnoot2025-03-251-3/+3
|
* probably fix most renamed CSS variablesdakkar2024-11-081-11/+11
|
* add copyright text to all our filesdakkar2024-06-151-0/+5
|
* better block display for `<bdi>` elementsdakkar2024-06-071-3/+3
| | | | | | | | | | We use MfM in all sorts of places, and only some of them are actual blocks. We can now tell the `Mfm` component to make the top-level `<bdi>` a block when we need to (mostly note bodies, user descriptions, announcements) and leave it inline in all other places. This should still rendener inline rtl content embedded in ltr text in a sensible way, while providing right-alignment for fully rtl blocks.
* chore: change sfm registry and nameMarie2024-02-031-1/+1
|
* Bring note style closer to FirefishVolpeon2024-01-011-2/+2
|
* fix: note history not workingShittyKopper2023-12-261-1/+1
|
* merge: upstreamMarie2023-12-231-17/+16
|
* upd: replace mfm with sfmMarie2023-12-181-1/+1
|
* merge: developMar0xy2023-11-041-3/+3
|\
| * fix: icons being inconsistent and PG (#136)Amelia Yukii2023-11-031-3/+3
| |
* | merge: upstreamMar0xy2023-11-041-3/+3
|/
* fix: nyaize missing on OldNoteWindowMar0xy2023-11-021-3/+3
|
* upd: implement radius settingShittyKopper2023-11-011-2/+2
| | | | | | to keep things manageable i merged a lot of one off values into just a handful of common sizes, so some parts of the ui will look different than upstream even with the "Misskey" rounding mode
* fix: MFM overflowing out of noteMar0xy2023-10-221-0/+2
| | | | Closes transfem-org/Sharkey#104
* upd: add additional checksMar0xy2023-10-221-1/+1
|
* fix: date formatting in previous note viewMar0xy2023-10-221-1/+2
|
* upd: improve note edit table & improve previous version viewMar0xy2023-10-221-0/+328
Closes transfem-org/Sharkey#105