home.social

#material-design — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #material-design, aggregated by home.social.

fetched live
  1. CW: Google and bad UI and UX design

    Floating action buttons are a symptom of Google's unhealthy obsession with hiding user interface elements even if it causes the user experience to suffer because the Google design team doesn't seem to understand that they should only be making the user interface less overwhelming while still clearly presenting everything someone can do and not oversimplifying to remove sensible hints of stuff that can be done (only toolbar with expander).

    #Google #MaterialDesign

  2. Превращаем Сlaude Code в дизайнера мирового уровня: генерация UI-компонентов, тем и аудит по гайдлайнам

    Скилл для Claude Code, который знает Material Design 3 лучше, чем вы: 30+ компонентов с Compose-маппингами, генерация тем из seed-цвета, адаптивная навигация и аудит готового приложения по 10 категориям — от цветовых токенов до accessibility. Compose-first, Flutter вторичный, веб в maintenance mode. 454 звезды за 4 дня.

    habr.com/ru/articles/1023084/

    #materialdesign #android #jetpackcompose #claudecode #ui #дизайн #ai

  3. The notification system is ~13% of my total shell codebase... And it's not even ready yet (I'm also omitting the integrations of the system in the rest of the codebase).

    #ricing #linux #desktopshell #unixporn #material #materialdesign #shareyourdesktop #secureblue #niri #Quickshell

  4. Moxxy becomes expressive

    After a year-long hiatus, I'm back to working on the #Moxxy user interface. This time, I've added an onboarding process for new users and redesigned the home screen, which is now cleaner and offers more features.

    ailyaut.com/blog/moxxy_becomes

    #xmpp #ui #uidesign #MaterialDesign #MaterialExpressive #penpot #opensource

  5. Hi fellow @penpot users!
    I made a small #python script that converts JSON files exported from the official Material Theme Builder into Penpot-compatible token files.
    Very useful if you want to try multiple color schemes!

    codeberg.org/ailyaut/penpot_ma

    #penpot #opensource #OpenSourceDesign #DesignFreedom #DesignTokens #MaterialDesign #MaterialExpressive #ui #uidesign

  6. WIP carousel and working contrast! Fun stuff.

    The carousel items are sometimes flickering bause they're trying to fit into view. I'm working on that, but it's quite difficult to get right.

    #GodotUI #Godot #MaterialDesign #GodotMD3

  7. Working on a little something...

    Recreating MD3 in Godot's UI because I dislike Android app development (cough Java, Kotlin 🚮 ), and I wanted to build a competent bookmark manager for some time now.

    These are the lovely paint chips that show off the MD3-like palette generation.

    #GodotUI #Godot #MaterialDesign #GodotMD3

  8. Between cheers and chores, last week in #FDroid (LWIF) was live last year:

    * #AFWall modernized
    * more #FadCam performance
    * #FLOSS device benchmarking
    * #kitshn 2 for #Tandoor 2
    * #NWS 2 redesign
    * #ShotsStudio w/ #MaterialDesign
    + 11 new apps
    & 176 updates

    If you've not read it by #RSS, you can here: f-droid.org/2025/12/26/twif.ht

  9. Stop coding from scratch! Get the powerful Pandemic Tracker Admin Dashboard Free with Angular and the beautiful Angular Material design system.
    zurl.co/lUJ0O

    #Angular #MaterialDesign #WebDev #Freebie #AdminTemplate #Frontend #Developer #Trending #Code #free

  10. Stop coding from scratch! Get the powerful Pandemic Tracker Admin Dashboard Template.Built 100% Free with Angular and the beautiful Angular Material design system.
    zurl.co/1nmHI

    #Angular #MaterialDesign #WebDev #Freebie #AdminTemplate #Frontend #Code #free

  11. My custom desktop shell I've been working on for several months now

    OS: #secureblue
    WM: #niri
    shell: #Quickshell

    repo: github.com/tpaau/dots

    Sorry for no alt, there's not much I can do here, hopefully @altbot will come up with something sensible.

    #linux #wayland #desktopshell #ricing #ricinglinux #unixporn #materialdesign #material #vim #neovim

  12. Material Design founder Matías Duarte joins the show to explore the inception, evolution, and future of Google’s design approach.

    📻 Tune in: interfacecafe.com/facing-our-i

    #MaterialDesign #UIDesign #FutureOfDesign

  13. This week in F-Droid (TWIF) is up and running:

    * #Fossify Messages heads up
    * #SwatchIt to the #knitting rescue
    * #LineageOS + #FDroid + #XMPP spell ❤️ in Italian
    * #Immich growing pains, somebody is G-ealous
    * #LibreTube #MaterialDesign Expressive on the edge
    + 4 new apps
    & 137 updates
    - 2 archived apps

    Flip the toggle: f-droid.org/2025/10/30/twif.ht

  14. 1/2 Foldable devices always use the medium window size class.

    I believed this too. Then I opened my app on a Pixel 9 Pro Fold and was surprised that the "foldable" layout was skipped, and the "tablet" layout appeared on the screen.

    Here's the problem:
    Google's window size classes aren't device categories—they're viewport measurements. The Pixel 9 Pro Fold jumps straight from compact to expanded, never using medium.

    #AndroidDev #KMP #MaterialDesign