Hypolite Petovan MrPetovan
MrPetovan commented on pull request friendica/friendica-addons#1494 2024-04-15 06:19:30 +02:00
[invidious] Now replaces YouTube links without a leading "www."

It looks like your branch has conflicts and needs to be rebased onto the parent repository's develop branch before we can merge it. Please let me know if you need help with this.

MrPetovan commented on pull request friendica/friendica-addons#1494 2024-04-15 04:38:31 +02:00
[invidious] Now replaces YouTube links without a leading "www."

This can be accomplished simpler by tweaking the original pattern. I also changed the pattern delimiters to remove some escape characters and I added them back to the literal dot characters.

MrPetovan commented on pull request friendica/friendica-wp-theme#11 2024-03-26 17:56:50 +01:00
Always have some margin left and right of the page content.

Not sure about the deployment process, maybe @tobias can shed some light?

MrPetovan pushed to master at friendica/friendica-wp-theme 2024-03-26 17:56:35 +01:00
e948c51178 Merge pull request 'Always have some margin left and right of the page content.' (#11) from haheute/friendica-wp-theme:width-and-missing-space into master
8b6924ca9b remove not longer used media query
cf37ab239e Always have some margin left and right of the page content.
Compare 3 commits »
MrPetovan merged pull request friendica/friendica-wp-theme#11 2024-03-26 17:56:33 +01:00
Always have some margin left and right of the page content.
MrPetovan commented on issue friendica/friendica-addons#1493 2024-03-26 17:53:31 +01:00
Should group_text.php be renamed ?

Yes, like I said there are two ways to fix this issue, both are valid, and I outlined the consequences for each. Maybe I wasn't clear.

MrPetovan suggested changes for friendica/friendica-wp-theme#11 2024-03-26 17:48:18 +01:00
Always have some margin left and right of the page content.

This appears to work, please remove entirely the media query from the file.

MrPetovan pushed to develop at friendica/friendica-addons 2024-03-26 17:12:22 +01:00
aea944c8b5 Merge pull request 'Bluesky: Added support for sensitive posts' (#1492) from heluecht/friendica-addons:sensitive into develop
340f5e627c Bluesky: Added support for sensitive posts
Compare 2 commits »
MrPetovan merged pull request friendica/friendica-addons#1492 2024-03-26 17:12:21 +01:00
Bluesky: Added support for sensitive posts
MrPetovan commented on issue friendica/friendica-addons#1493 2024-03-26 16:15:53 +01:00
Should group_text.php be renamed ?

It's meant to hide profile pictures in circle edition screens. But if the addon folder is renamed like we did, it will be disabled for installs that had enabled it under its former name.

MrPetovan commented on issue friendica/friendica-addons#1493 2024-03-26 16:08:56 +01:00
Should group_text.php be renamed ?

Thanks for the catch, to fix this issue, either:

  • the addon folder should be renamed to group_text to keep the addon active on installs older than the rename.
  • the addon file should be…
MrPetovan pushed to develop at MrPetovan/friendica-addons 2024-03-26 16:06:44 +01:00
9153ca05fd Merge pull request '[Hotfix] Fix REPO_URL for woodpecker' (#1491) from nupplaPhil/friendica-addons:bug/stable_hf into develop
3bdbcd3b02 [Hotfix] Fix REPO_URL for woodpecker
b4eee553d1 Merge pull request 'Bluesky: Support Restrictions / Updated Friendica handle description' (#1489) from heluecht/friendica-addons:restrictions into develop
04ce1fd2b4 Bluesky: Support Restrictions / Updated Friendica handle description
569931986d Merge pull request '[various] Update Composer dependencies ahead of release' (#1487) from MrPetovan/friendica-addons:task/composer into 2024.03-rc
Compare 86 commits »
MrPetovan commented on issue friendica/friendica-wp-theme#10 2024-03-25 15:54:56 +01:00
At certain viewport width, there is no margin or padding to the left and right sides

You can work on the CSS files in your browser. In the Developer panel, "Sources" tab, you can make changes to the files in your client.

MrPetovan commented on issue friendica/friendica-wp-theme#10 2024-03-25 15:41:52 +01:00
At certain viewport width, there is no margin or padding to the left and right sides

Ah, I get it now, you're talking about the inside padding from the browser window that disappears when the viewport width is between 1281px and 1415px. I thought you meant the text overflows the…

MrPetovan commented on issue friendica/friendica-wp-theme#10 2024-03-25 15:29:30 +01:00
At certain viewport width, there is no margin or padding to the left and right sides

This screenshot is 629px wide, where do you see the size of your viewport?

MrPetovan commented on pull request friendica/friendica-addons#1492 2024-03-23 14:26:02 +01:00
Bluesky: Added support for sensitive posts

All labels are considered to make a post sensitive?