Compare commits
3 commits
f1901022b1
...
3ab10de63d
Author | SHA1 | Date | |
---|---|---|---|
3ab10de63d | |||
98d6b6e7e6 | |||
d54544849f |
6 changed files with 20 additions and 139 deletions
|
@ -1,3 +1,9 @@
|
|||
This repo is a fork of [pl-fe](https://github.com/mkljczk/pl-fe) project family, including BigBuffet-specific changes. The only changes will happen in the `pl-fe` package, as the project uses upstream `pl-api`. Changelog for BigBuffet-specific changes is available [here](./packages/pl-fe/CHANGELOG_BIGBUFFET.md).
|
||||
|
||||
---
|
||||
|
||||
Original README:
|
||||
|
||||
[![GitHub Repo stars](https://img.shields.io/github/stars/mkljczk/pl-fe)](https://github.com/mkljczk/pl-fe)
|
||||
[![GitHub License](https://img.shields.io/github/license/mkljczk/pl-fe)](https://github.com/mkljczk/pl-fe?tab=AGPL-3.0-1-ov-file#readme)
|
||||
[![Discord](https://img.shields.io/discord/1279834339470872598)](https://discord.gg/NCZZsqqgUH)
|
||||
|
|
13
packages/pl-fe/CHANGELOG_BIGBUFFET.md
Normal file
13
packages/pl-fe/CHANGELOG_BIGBUFFET.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Changelog for BigBuffet fork-specific changes
|
||||
|
||||
- Compose form is displayed on a separate page (unless on touchscreen device)
|
||||
- Importing data archive is supported (requires BigBuffet Pleroma modifications)
|
||||
- Post translations are displayed side by side with original post
|
||||
- Post titles are not treated as spoilers and posts are fully displayed
|
||||
- Character count is displayed conditionally
|
||||
|
||||
### Removed
|
||||
|
||||
- Removed search field from the sidebar
|
||||
- Removed chats feature
|
||||
- Removed wrench button
|
|
@ -95,7 +95,7 @@
|
|||
"compose_form.sensitive.marked": "Media is marked as sensitive",
|
||||
"compose_form.sensitive.unmarked": "Media is not marked as sensitive",
|
||||
"compose_form.spoiler.marked": "Text is hidden behind warning",
|
||||
"confirmation_modal.cancel": "Cancel",
|
||||
"confirmation_modal.cancel": "Cancel",
|
||||
"confirmations.block.block_and_report": "Block & Report",
|
||||
"confirmations.block.confirm": "Block",
|
||||
"confirmations.block.message": "Are you sure you want to block {name}?",
|
||||
|
|
|
@ -1,134 +0,0 @@
|
|||
[data-markup] {
|
||||
@apply whitespace-pre-wrap;
|
||||
}
|
||||
|
||||
[data-markup] h1 {
|
||||
@apply text-3xl font-semibold;
|
||||
}
|
||||
|
||||
[data-markup] h2 {
|
||||
@apply text-2xl font-semibold;
|
||||
}
|
||||
|
||||
[data-markup] h3 {
|
||||
@apply text-xl font-black;
|
||||
}
|
||||
|
||||
[data-markup] hr {
|
||||
@apply mb-4;
|
||||
}
|
||||
|
||||
[data-markup] p {
|
||||
@apply mb-4 whitespace-pre-wrap;
|
||||
}
|
||||
|
||||
[data-markup] p:last-child,
|
||||
[data-markup] hr:last-child {
|
||||
@apply mb-0;
|
||||
}
|
||||
|
||||
[data-markup] a {
|
||||
@apply text-primary-600 dark:text-accent-blue hover:underline;
|
||||
}
|
||||
|
||||
[data-markup] strong {
|
||||
@apply font-bold;
|
||||
}
|
||||
|
||||
[data-markup] em {
|
||||
@apply italic;
|
||||
}
|
||||
|
||||
[data-markup] ul,
|
||||
[data-markup] ol {
|
||||
@apply pl-10 mb-4;
|
||||
}
|
||||
|
||||
[data-markup] ul {
|
||||
@apply list-disc list-outside;
|
||||
}
|
||||
|
||||
[data-markup] ol {
|
||||
@apply list-decimal list-outside;
|
||||
}
|
||||
|
||||
[data-markup] blockquote {
|
||||
@apply py-1 pl-4 mb-4 border-l-4 border-solid border-gray-400 text-gray-500 dark:text-gray-400;
|
||||
}
|
||||
|
||||
[data-markup] table {
|
||||
@apply table-auto w-full bg-gray-200 dark:bg-gray-900 my-4 rounded-md;
|
||||
}
|
||||
|
||||
[data-markup] table th, table td {
|
||||
@apply text-center px-2;
|
||||
}
|
||||
|
||||
[data-markup] table th {
|
||||
@apply border-b-2 border-gray-600;
|
||||
}
|
||||
|
||||
[data-markup] code,
|
||||
[data-markup] pre {
|
||||
@apply cursor-text font-mono;
|
||||
}
|
||||
|
||||
[data-markup] p > code,
|
||||
[data-markup] pre {
|
||||
@apply bg-gray-100 dark:bg-primary-800;
|
||||
}
|
||||
|
||||
/* Inline code */
|
||||
[data-markup] p > code {
|
||||
@apply py-0.5 px-1 rounded-sm;
|
||||
}
|
||||
|
||||
/* Code block */
|
||||
[data-markup] pre {
|
||||
@apply py-2 px-3 mb-4 leading-6 overflow-x-auto rounded-md break-all;
|
||||
}
|
||||
|
||||
[data-markup] pre:last-child {
|
||||
@apply mb-0;
|
||||
}
|
||||
|
||||
/* Emojis */
|
||||
[data-markup] img.emojione {
|
||||
@apply w-5 h-5 m-0;
|
||||
}
|
||||
|
||||
/* Markdown inline images (Pleroma) */
|
||||
[data-markup] img:not(.emojione) {
|
||||
@apply max-h-[500px] mx-auto rounded-sm;
|
||||
}
|
||||
|
||||
/* User setting to underline links */
|
||||
body.underline-links [data-markup] a {
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
[data-markup].big-emoji img.emojione {
|
||||
@apply inline w-9 h-9 p-1;
|
||||
}
|
||||
|
||||
[data-markup] .status-link {
|
||||
@apply hover:underline text-primary-600 dark:text-accent-blue hover:text-primary-800 dark:hover:text-accent-blue;
|
||||
}
|
||||
|
||||
[data-markup] .invisible {
|
||||
font-size: 0 !important;
|
||||
line-height: 0 !important;
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
[data-markup] .invisible img,
|
||||
[data-markup] .invisible svg {
|
||||
margin: 0 !important;
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
|
@ -17,7 +17,6 @@ const messages = defineMessages({
|
|||
home: { id: 'navigation.home', defaultMessage: 'Home' },
|
||||
search: { id: 'navigation.search', defaultMessage: 'Search' },
|
||||
notifications: { id: 'navigation.notifications', defaultMessage: 'Notifications' },
|
||||
chats: { id: 'navigation.chats', defaultMessage: 'Chats' },
|
||||
compose: { id: 'navigation.compose', defaultMessage: 'Compose' },
|
||||
sidebar: { id: 'navigation.sidebar', defaultMessage: 'Open sidebar' },
|
||||
});
|
||||
|
|
|
@ -1266,7 +1266,6 @@
|
|||
"preferences.fields.theme": "Theme",
|
||||
"preferences.fields.underline_links_label": "Always underline links in posts",
|
||||
"preferences.fields.unfollow_modal_label": "Show confirmation dialog before unfollowing someone",
|
||||
"preferences.fields.wrench_label": "Display wrench reaction button",
|
||||
"preferences.hints.demetricator": "Decrease social media anxiety by hiding all numbers from the site.",
|
||||
"preferences.notifications.advanced": "Show all notification categories",
|
||||
"preferences.options.brand_color": "Base color",
|
||||
|
@ -1523,8 +1522,6 @@
|
|||
"status.show_filter_reason": "Show anyway",
|
||||
"status.show_less_all": "Show less for all",
|
||||
"status.show_more_all": "Show more for all",
|
||||
"status.spoiler.collapse": "Collapse",
|
||||
"status.spoiler.expand": "Expand",
|
||||
"status.title": "Post details",
|
||||
"status.title_direct": "Direct message",
|
||||
"status.translate": "Translate",
|
||||
|
|
Loading…
Reference in a new issue