• Joined on 2022-10-17
ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma 2024-12-02 11:36:07 +00:00
2624258cfd Add "FEP-c16b: Formatting MFM functions" to CHANGELOG.md
ilja commented on pull request AkkomaGang/akkoma-fe#423 2024-12-01 13:05:59 +00:00
Add visual feedback when clicking translate

is fixed now, thk you!

9838545904 Add visual feedback when clicking translate
ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma-fe 2024-12-01 12:41:31 +00:00
868c6e41ac Improve readability for MFM styles code
ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma 2024-12-01 10:51:44 +00:00
f646e78b48 Add "FEP-c16b: Formatting MFM functions" to FEDERATION.md
ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma 2024-12-01 10:44:25 +00:00
8508d10c65 Add "FEP-c16b: Formatting MFM functions" to FEDERATION.md
d5e9f6be47 Merge branch 'develop' of https://akkoma.dev/AkkomaGang/akkoma into use_fep-c16b_formatting_mfm_functions
834edfcf96 add changelog
79b282dea6 bump version
d1d82782db add signing key index
Compare 61 commits »
ilja commented on pull request AkkomaGang/akkoma#856 2024-11-29 05:56:42 +00:00
Don’t pretend internal actors have follow(er|ing) collections

Sounds sensible, yes.

This seems cleanest and allows for future internal actors with follower collections

If a goal is to use "service.json" for these type of Application actors, you could…

ilja commented on pull request AkkomaGang/akkoma#856 2024-11-28 20:56:08 +00:00
Don’t pretend internal actors have follow(er|ing) collections

both relay and internal.actor also are marked as actor_type = Person in my database °~°

huh, that shouldn't be the case since AkkomaGang/akkoma#457

But,…

ilja commented on pull request AkkomaGang/akkoma#856 2024-11-28 19:44:10 +00:00
Don’t pretend internal actors have follow(er|ing) collections

There's a bunch NULL nicknames, but relay is the only local one. internal.fetch and relay are also the only actors of type "Aplication".

In case it's usefull, here's the…
ilja commented on pull request AkkomaGang/akkoma#856 2024-11-28 14:13:34 +00:00
Don’t pretend internal actors have follow(er|ing) collections

The relay is also an "Application" actor, and its nickname is NULL in my database (so in code I guess represented as this nickname: nil)

https://akkoma.dev/AkkomaGang/akkoma/src/commit/778e0e

ilja commented on pull request AkkomaGang/akkoma-fe#410 2024-11-03 07:59:14 +00:00
Use FEP-c16b: Formatting MFM functions

Maybe a more important question; Do you consider this a blocking issue? If not, I'd like to keep it for now, as I do consider it a strict improvement regardless, and then see what people think.

ilja commented on pull request AkkomaGang/akkoma-fe#410 2024-11-03 07:21:29 +00:00
Use FEP-c16b: Formatting MFM functions

data attributes don't actually tell the frontend what display is expected

Yes it does, that's what FEP-c16b is…

ilja commented on pull request AkkomaGang/akkoma-fe#410 2024-11-03 06:40:36 +00:00
Use FEP-c16b: Formatting MFM functions

I should maybe rephrase myself. We get an object who has a content field. It also has a source field. Currently we use the source field, and that causes problems. This whole excercise here…

ilja commented on pull request AkkomaGang/akkoma-fe#410 2024-11-02 16:28:16 +00:00
Use FEP-c16b: Formatting MFM functions

That one has crossed my mind too, but also has its problems (and worse imo).

From a code-complexity perspective; We now need a way for css to know what posts are mfm and not. It's doable, we…

ilja commented on pull request AkkomaGang/akkoma-fe#410 2024-11-01 13:37:31 +00:00
Use FEP-c16b: Formatting MFM functions

I continue to think it’d be best for API users to perform the “data → style variables” transformation in the backend, so any frontend/app can easily support MFM rendering by just…

ilja commented on pull request AkkomaGang/akkoma-fe#410 2024-11-01 13:27:40 +00:00
Use FEP-c16b: Formatting MFM functions

set the emoji height to 2em instead of a fixed pixel value

Yes! I didn't understand why I needed extra CSS for emoji while Foundey didn't ^^' Using em works perfectly, thx!

One problem I…

ilja pushed to use_fep-c16b_formatting_mfm_functions at ilja/akkoma-fe 2024-11-01 13:27:33 +00:00
177d96f977 Improve how scaling is done
ilja created branch ilja_space in ilja/akkoma-fe 2024-10-26 08:42:34 +00:00
ilja pushed to ilja_space at ilja/akkoma-fe 2024-10-26 08:42:34 +00:00
1a7580eed3 Revert "Remove pre-wrap from status_body"
d65ea2827f Merge branch 'provide_visual_feedback_when_clicking_translate_button' into ilja_space
dfcad40754 Merge branch 'improve_visual_style_for_quoted_text' into ilja_space
2ef7c8d247 Merge branch 'use_fep-c16b_formatting_mfm_functions' into ilja_space
Compare 4 commits »
ilja commented on pull request AkkomaGang/akkoma-fe#412 2024-10-20 10:14:37 +00:00
WIP: Improve style for quoted text in RichContent

Seems to work fine in testing; thanks!

Nice find re --faint. I’m not really qualified to judge the whitespace: pre-wrap stuff, but the explanation sounds convincing and i…