Feat: Add custom styling for blockquote, add Telegram TextDirective#686
Open
emiliarepo wants to merge 1 commit intomainfrom
Open
Feat: Add custom styling for blockquote, add Telegram TextDirective#686emiliarepo wants to merge 1 commit intomainfrom
emiliarepo wants to merge 1 commit intomainfrom
Conversation
kahlstrm
approved these changes
Oct 14, 2025
Contributor
kahlstrm
left a comment
There was a problem hiding this comment.
Looks good, but let's have the @types/unist in devDependencies.
| "@apollo/client": "^3.13.5", | ||
| "@date-fns/tz": "^1.2.0", | ||
| "@tietokilta/ui": "workspace:*", | ||
| "@types/unist": "^3.0.3", |
Contributor
There was a problem hiding this comment.
This probably should be in devDependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds custom styling for blockquotes and a shorthand text directive for Telegram links.
The Telegram shorthand makes adding Telegram links easier (you only have to change the name once), but it also makes the links incompatible with the original ilmomasiina front. I believe we didn't want to add guild-specific features to the original front (and we should in general discourage people from using the original frontend since it doesn't support languages in the description). I think it would be a nice QOL change for event organizers (and I feel like adding small Telegram icons next to the @s would be nice, can add in this PR if we decide to stick with this change), but I also don't have a major issue with dropping this if ilmomasiina compatibility is preferred.
The pull request also updates guild-branded styling for blockquotes to be used for HCP information, signup binding info etc. Opted not to add support for Github Alerts style markdown yet as I don't see too much use for them in a guild context.
Before submitting the PR, please make sure you do the following
Formatting and linting
pnpm formatand lint the project withpnpm lint