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