Commit Graph

40 Commits

Author SHA1 Message Date
ThatOneCalculator
057945dce4 feat: delay function in animated MFM 2023-06-09 11:46:55 -07:00
ThatOneCalculator
a3415159be Revert "chore: formatting"
This reverts commit 36283b9a358886bfcf6f40c04b5bed1fe6088ff5.
2023-06-05 21:15:49 -07:00
ThatOneCalculator
115f92c8d0 chore: formatting 2023-06-05 16:40:48 -07:00
Freeplay
da5b199e6c comment out easing part for now 2023-06-05 15:28:42 -04:00
Freeplay
068826aa3b Setup to also support steps 2023-06-02 15:39:33 -04:00
Freeplay
a5792fed7f Idk why I used ?? there 2023-06-02 15:06:57 -04:00
Freeplay
60bdb1f0b1 Add delay & start adding cubic-bezier to mfm 2023-06-02 14:44:41 -04:00
Isabell
3b5a680fdf fix: MFM crop percentage parsing 2023-05-29 03:31:06 +10:00
Isabell
62fce3a32e add ability to crop content 2023-05-28 15:19:57 +10:00
ThatOneCalculator
3592953106 fix fade 2023-05-22 17:26:27 -07:00
Isabell
26c89afaef add fade to MFM options 2023-05-23 07:01:10 +10:00
Freeplay
023ce7bb96 Only show mfm warning the first time + fix sparkle 2023-05-12 21:48:58 -04:00
Freeplay
5f2d19aab8 Settings option 2023-05-12 20:05:33 -04:00
ThatOneCalculator
98d4765615 fix tag on explore 2023-04-19 21:00:01 -07:00
naskya
f7203b738c fix: disable "Search" keyword (#9856)
Related: #9816 #9830
I was so careless that I didn't know "Search" was also a keyword. I disabled that and fixed a minor bug.

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9856
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-15 17:53:17 +00:00
naskya
9751de9820 chore: update mfm-js version (#9844)
This resolves #9757.

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9844
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-13 00:33:53 +00:00
naskya
9abd49bc88 Partially disable search MFM (#9830)
Honestly, this workaround is pure garbage when this can be achieved by deleting a small piece of code from mfm-js, but this closes #9816 anyway 😅

Co-authored-by: naskya <m@naskya.net>
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9830
Co-authored-by: naskya <naskya@noreply.codeberg.org>
Co-committed-by: naskya <naskya@noreply.codeberg.org>
2023-04-10 05:42:17 +00:00
Kainoa Kanter
ae53b4e5d3 refactor 2023-04-06 22:28:44 -07:00
ThatOneCalculator
8d052f8e0e remove defaultStore check in MFM 2023-02-12 20:29:34 -08:00
ThatOneCalculator
2bd38a64f0 feat: add position, scale , fg, and bg MFM from v13 2023-02-12 20:25:23 -08:00
ThatOneCalculator
13238973b6 chore: Rome Formatting 2023-02-10 15:41:19 -08:00
Freeplay
36b036625e use fixed color fox blockquotes + other styling 2023-02-09 06:31:49 -05:00
ThatOneCalculator
1da7464ee7 clean up w/ rome 2023-01-16 11:19:20 -08:00
ThatOneCalculator
2aab2de38d refactor: 🎨 rome 2023-01-12 20:40:33 -08:00
ThatOneCalculator
5534d76002 enable tada animation for reduced motion (as it has a reduced motion version) 2022-11-29 18:48:49 -08:00
ThatOneCalculator
0d032b90d0 moved reduced motion query to script 2022-11-29 18:40:12 -08:00
ThatOneCalculator
ad420b37d6 Merge remote-tracking branch 'misskey/develop' into develop 2022-09-05 15:00:45 -07:00
syuilo
97575064d5 refactor(client): align filename to component name 2022-08-31 00:24:33 +09:00
ThatOneCalculator
f1ec391d6a Merge remote-tracking branch 'johann150/rotate-x-y' into develop 2022-07-18 20:58:10 -07:00
syuilo
235e55790b feat: support <plain> syntax for mfm 2022-07-12 12:03:38 +09:00
syuilo
fa72ec1f08 re: update mfm-js 0.23.0-canary.1 2022-07-11 23:13:23 +09:00
syuilo
fb64c7056b lint fixes 2022-06-23 21:46:15 +09:00
Johann150
aa1eab985a enhance(MFM): limit large MFM (#8540)
* add CSS classes for zoom MFM

* limit nesting of x2, x3, x4 MFM

* simplify CSS calculation

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>

Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2022-05-19 20:38:14 +09:00
futchitwo
37af007e13 Enhance(MFM): Allow speed changes in all animated MFMs (#8551)
* MFM: Allow speed changes in all animated MFMs

* Feature(MFM): Add speed property to cheat sheet

* Use template literal

Oops!

* Remove unnecessary template string

Co-authored-by: Johann150 <johann@qwertqwefsday.eu>

Co-authored-by: Johann150 <johann@qwertqwefsday.eu>
2022-05-05 22:52:33 +09:00
Johann150
4c37e9f80d add perspective 2022-04-27 17:25:27 +02:00
Johann150
9e46f040a1 add x,y parameters to rotate MFM 2022-04-26 22:26:22 +02:00
syuilo
d7a5f2618f refactor 2022-03-01 21:36:20 +09:00
syuilo
90571fd6bd enhance(client): 2021-12-29 13:14:19 +09:00
Richard "EpicKitty" Bowey
6c290aab65 Implemented a rotate MFM (#8016)
Co-authored-by: Richard Bowey <me@epickitty.uk>
2021-11-26 13:39:57 +09:00
syuilo
14148f6c4a refactoring
Resolve #7779
2021-11-12 02:02:25 +09:00