Commit Graph
2689 Commits
Author SHA1 Message Date
LemmyandGitHub 00b575f51e Merge pull request #434 from lonerOrz/fix/color-scheme-layout
fix(settings): make color scheme grid layout responsive
2025-10-06 17:17:36 -04:00
loner 232b452b11 fix(settings): make color scheme grid layout responsive
The color scheme grid previously used a fixed number of columns, which
caused cards to be partially clipped when the window width was narrow.

This change makes the number of columns dynamically calculated based on
the available width. It ensures the grid layout gracefully adapts from 3
(or more) columns down to 1 column, preventing content overflow and
clipping.

This fixes a UI bug where the right-side content of color scheme cards
was not visible at certain window widths.
2025-10-07 04:43:49 +08:00
lysec fcba1cc3c6 Set version to dev 2025-10-06 21:27:55 +02:00
ItsLemmy 0c8f4500a9 Disabled dynamic scaling: only used on lockscreen 2025-10-06 15:22:29 -04:00
lysec 562ce47c4c Release v2.16.1 v2.16.1 2025-10-06 21:05:43 +02:00
ItsLemmy 5531d5ca5b AppThemeService: added a "generate" method that centralize updates. 2025-10-06 15:00:56 -04:00
ItsLemmy 0ec4ba0c6e MatugenService => AppThemeService 2025-10-06 14:51:43 -04:00
ItsLemmy d7e8a8fe0b Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-10-06 14:34:45 -04:00
ItsLemmy ac2ebc3c5a Matugen: added errorColor for predefined palette gen. 2025-10-06 14:34:42 -04:00
lysec 3cc16991bd matugen-kitty: edit highlight colors 2025-10-06 20:27:03 +02:00
ItsLemmy da745b07bb MatugenService: Predefined schemes dont use matugen at all. 2025-10-06 14:19:32 -04:00
lysec e564ce50be MatugenService: more changes to the predefined theme usage 2025-10-06 19:36:34 +02:00
lysec 95a89445ff MatugenService: some more predefined shenanigans 2025-10-06 19:23:02 +02:00
ItsLemmy 42e9791fda MatugenService: no more ES6 syntax to avoid qmlfmt breakage + cleanup 2025-10-06 12:56:09 -04:00
ItsLemmy 8caff79b96 Fix broken autoformat 2025-10-06 12:24:37 -04:00
ItsLemmy e8148a3d0a Matugen: fix empty config if only theming terminal + autofmt 2025-10-06 12:22:32 -04:00
ItsLemmy 3d2d9a2442 Matugen: Use Saturation only 2025-10-06 11:53:21 -04:00
ItsLemmy b392dacb61 Use HSL 2025-10-06 11:49:26 -04:00
LysecandGitHub 7e59467647 Merge pull request #429 from matejc/main
systemd-inhibit: remove sleep
2025-10-06 17:13:06 +02:00
lysec 49c7eefe63 Matugen: a lot of cleanup and refactoring, splitting scripts into
separate functions
2025-10-06 17:05:08 +02:00
Matej Cotman 7269c24945 feat(systemd-inhibit): remove sleep 2025-10-06 17:46:40 +03:00
lysec 48d0fb3266 Merge remote-tracking branch 'origin/matugen-test' 2025-10-06 16:16:34 +02:00
LysecandGitHub 03f2a0f66b Merge pull request #427 from ecoskey/feat/intermediate_dirs
Create intermediate folders for theme syncing
2025-10-06 16:15:05 +02:00
ItsLemmy 79faa6f281 FontService: batch processing 2025-10-06 09:53:02 -04:00
ItsLemmy d6b3e08db1 autoformatting 2025-10-06 09:50:38 -04:00
ItsLemmy bff0694b02 Background: improved sourceSize calculation to support vertical monitors. 2025-10-06 08:04:09 -04:00
ItsLemmy 4811224a57 Test simpler matugen approach 2025-10-05 22:12:46 -04:00
Emerson Coskey b2403debf7 typos 2025-10-05 17:29:17 -07:00
Emerson Coskey e580e29fb5 cleanup and extra fixes 2025-10-05 16:53:02 -07:00
ItsLemmy a7e6fd1667 ColorVariants: better light theme support 2025-10-05 19:19:43 -04:00
ItsLemmy e88e236f6b Vesktop: better light theme support for predefined colorscheme 2025-10-05 19:10:29 -04:00
ItsLemmy 9304342eab Vesktop: theming 2025-10-05 18:56:55 -04:00
ItsLemmy e24b0999ae Surface vs SurfaceVariant (surface variant should be lighter in dark theme) 2025-10-05 18:44:11 -04:00
ItsLemmy b36c8cf45e Vesktop: fix placeholder text 2025-10-05 18:26:14 -04:00
ItsLemmy cc0b5762d4 Vesktop: theming 2025-10-05 18:22:00 -04:00
ItsLemmy de10e0968a Vesktop theming 2025-10-05 18:15:13 -04:00
Emerson Coskey 0188da1dc1 create intermediate folders for theme syncing 2025-10-05 14:41:09 -07:00
ItsLemmy 67cd3d8f52 autofmt 2025-10-05 17:32:15 -04:00
lysec 2b83c12586 LockScreen: change forecast text color 2025-10-05 23:29:24 +02:00
LysecandGitHub 083531c484 Merge pull request #426 from kevindiaz314/main
chore(ci): update AUR package workflow
2025-10-05 23:22:45 +02:00
lysec 2cd4defa9f LockScreen: more sizing tweaks 2025-10-05 23:21:08 +02:00
Kevin Diaz cc6c40434a chore(ci): update AUR package workflow to include ServerAlive options for SSH connection stability 2025-10-05 17:10:06 -04:00
lysec 78f6c5f72d Merge branch 'main' of https://github.com/noctalia-dev/noctalia-shell 2025-10-05 23:05:20 +02:00
lysec ebb71b916b LockScreen: change font to fontSizeM 2025-10-05 23:04:02 +02:00
LemmyandGitHub 745ecdbdc7 Merge pull request #425 from damian-ds7/notification-ipc-update-timestamp
update lastSeenTs in notifications toggleHistory ipc call
2025-10-05 16:50:22 -04:00
Damian D'Souza 8403d4fa35 add onOpened signal handler to NotificationHistoryPanel 2025-10-05 22:47:47 +02:00
Damian D'Souza bd5e5a5c96 remove lastSeenTs update from notification history onClicked 2025-10-05 22:47:16 +02:00
Damian D'Souza 838ac704e1 remove timestamp change for notification history IpcHandler 2025-10-05 22:39:10 +02:00
Damian D'Souza 0edc73610e update lastSeenTs in notifications toggleHistory ipc call 2025-10-05 22:15:19 +02:00
ItsLemmy bef810c0bc Vesktop: theming attempt... 2025-10-05 15:26:10 -04:00