Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

ActivityPub client development is coming along!

General Discussion
4 2 1

Gli ultimi otto messaggi ricevuti dalla Federazione
  • @toddsundsted did you use any literature for deciding on the theme basic colors and how to combine them?

    I've been struggling with something very similar a while back and the material design specs seemed too complex for what I wanted, but nothing else popped up on search.

    read more

  • I've streamlined theme development in Ktistec. The theming system uses a hierarchy of CSS custom properties and fallbacks. Theme authors can customize a theme at multiple levels:

    Base Colors Only

    Define only base colors like --text-primary, --bg-primary, --bg-input, --semantic-primary, etc. Derived colors will auto-generate using color-mix formulas. For example:

    :root { --semantic-primary: #ffa500; }

    From this one line, theme-appropriate colors like --bg-accent-code, --anchor-color, etc. auto-generate.

    Base Colors Plus Derived Colors

    Define base colors and derived colors. Derived colors use custom values when defined. Undefined derived colors auto-generate. For example:

    :root { --text-primary: #333; --text-primary-2: #ff0000; /* red for this specific shade */ }

    Given this theme, derived shades like --text-primary-1, --text-primary-3, and --text-primary-4 auto-generate. --text-primary-2 is red.

    The simplest possible interesting theme redefines the primary semantic color. The single line above (in Base Colors Only) would result in the following, with button color, link color, disabled, selected, and hover states all derived automatically:

    screenshot of the setting page with the primary semantic color defined

    These changes will be in the upcoming release. Existing themes will continue to work, as is.

    read more

  • @dansup I think moving the referenced post next to the notifications text (and closing the resulting gap, unlike in the image) would make for a more compact, better layout

    read more

  • Loops has a poor mobile web UI.

    So I spent the past 6 hours refactoring it to better match our mobile app layout, while keeping it consistent, and improving the desktop layout too.

    You don't need to install an app to enjoy Loops, and we will be implementing proper PWA support with Push Notifications and better Offline mode.

    Shipping soon 🚀

    read more

  • Stegodon v1.3.0 is out. Massive performance improvements!

    https://github.com/deemkeen/stegodon/releases/tag/v1.3.0

    read more

  • Hey , is there an activitypub application similar to meetup? I would really like to add a trail ride planning platform to Dirt Social and i'm curious if something already exists.

    I thought i remembered seeing one somewhere. but i can't find it now.

    Thanks!

    read more

  • @Vive_Levant @JessTheUnstill @julian Absolutely it could!

    Technically, it could be considered as abusing the API, but at least it would maybe motivate the developers to come up with a better solution. :)

    Looks like there is a rather old and inactive feature request for this at https://github.com/mastodon/mastodon/issues/12308

    read more

  • Working on some major improvements to the Loops web UI ✨

    - New full height layout (bye header)
    - Better Search (users, videos, tags)
    - Mobile UI w/ bottom navbar like the app
    - Bigger video player on desktop
    - Improved Notifications
    - and much more

    Shipping Soon 🚀

    read more
Post suggeriti
  • 1 Votes
    1 Posts
    8 Views
    I've been here for years and I still haven't cracked the Fediverse code.On Twitter I could post "eating cereal" and get 50 bot likes + one crypto bro following me. Here I can post a 30-second video of my cat trying to fight the vacuum cleaner with the caption "me when someone's instance federates with threads dot net" and… absolute silence. Not even a sympathy boost from the admin who literally pays for the server I'm yelling on 😭So please, someone finally explain the secret sauce: Do I need to switch my cat to a vegan gluten-free diet? Do I have to mention systemd negatively in every post? Or is the real trick sacrificing a Raspberry Pi to the old gods of ActivityPub?? #Fediverse #Mastodon #CatsOfMastodon #ActivityPub #SystemdHateClub #PleaseBoostImBeggingYou
  • 0 Votes
    1 Posts
    13 Views
    Hey @bjoern @Karlitschek @nextcloud #activitypub #fedidev we will schedule a meeting soon, would be cool if anyone could attend https://digitalcourage.social/@reiver@mastodon.social/115317680720978044 [which day?] https://digitalcourage.social/@reiver@mastodon.social/115317829430813805
  • 0 Votes
    1 Posts
    6 Views
    #nntp #illuminant #activitypub Какая интересная пепяка...https://koldfront.dk/git/illuminant/about/
  • 0 Votes
    1 Posts
    15 Views
    Release v2.4.14 of Ktistec is small in terms of features and fixes, but it improves in two areas where I thought Ktistec was weak: light/dark mode support and autosave.I'm not hardcore dark mode, but I do prefer it in some cases. Ktistec selects light or dark mode based on the browser or system setting—there is currently no means to select the mode directly. A nice side effect of light/dark mode support is that custom theming support comes nearly for free.Figure 1: Ktistec editor showing the Dracula themeKtistec was meant for writing. I post my fair share of one-line bits of wisdom, but I started building Ktistec because I wanted a space to write long form, and existing Fediverse platforms were more for social interaction. When writing long form, autosaving is an essential feature. Ktistec will now autosave draft posts and replies. If you navigate away before publishing, you can always find the incomplete draft in the Drafts collection which is accessible from your timeline page.AddedAdd design system page for previewing UI elements.Support custom themes with automatic light/dark mode switching.Add autosave functionality for new posts, draft posts, and replies.ChangedAdd external link indicators.#ktistec #fediverse #activitypub #crystallang