Commit Graph

819 Commits

Author SHA1 Message Date
Ly-sec 7134afe5fb NTextInput: proper disabled state (visually) 2026-01-17 14:30:12 +01:00
Ly-sec 0a6a3e5eba NTextInput: fix text color 2026-01-17 12:44:31 +01:00
Lemmy 193da16c4e Settings: a bunch of improvements (visible vs enabled) some wrong hover colors, etc... 2026-01-16 23:14:01 -05:00
notiant c7085f12f9 Merge branch 'main' into patch-7 2026-01-16 00:32:51 +01:00
Lemmy 476f01e094 autofmt 2026-01-15 15:37:47 -05:00
notiant 666fefdc77 Merge branch 'main' into patch-7 2026-01-15 19:52:42 +01:00
Ly-sec f7fad36471 NReorderCheckboxes: add i18n for '(required)' 2026-01-15 19:44:56 +01:00
Corey Woodworth 440147168d bulk find replace of different style values 2026-01-15 13:14:06 -05:00
Corey Woodworth c9c8393cf4 Change M/2 to XS wich is mathmatically the same value without division 2026-01-15 12:44:51 -05:00
Ly-sec be534d9ee6 Autofmt 2026-01-15 18:39:52 +01:00
Corey Woodworth 1c100beca2 The Hue Slider was erroneously stopped using RainbowMode because a prior cleanup did not use Enum correctly. 2026-01-15 11:01:08 -05:00
Lemmy 1544742f9e NTabButton: smaller rounding 2026-01-15 10:00:53 -05:00
Ly-sec 662154f390 NTagFilter: created
TemplateSubTab: use NTagFilter
AvailableSubTab: use NTagFilter
2026-01-15 14:30:43 +01:00
notiant 5d78c8074c Re-add buttom measurement for LockScreen & add some missing translations for NFilePicker 2026-01-15 12:32:51 +01:00
Corey Woodworth f7edb7c344 added radius to sharp corners 2026-01-14 23:00:07 -05:00
Lemmy 97ae092434 NTabButton: using simple separate radii on Rectangle. 2026-01-14 22:30:21 -05:00
Lemmy 6f9d9c0dcd NTabButton: went with a canvas implementation for the background. 2026-01-14 22:12:21 -05:00
Lemmy 13f0101b4a NTabButton: larger clipping 2026-01-14 21:54:26 -05:00
Lemmy bee67fbc16 NotificationsPanel: better NTabBar vertical centering 2026-01-14 21:34:05 -05:00
Lemmy 6eaf9523f9 NHeader+NText: proper disabled visual 2026-01-14 21:28:01 -05:00
Lemmy 137d8010c0 NTabBar: fix odd case when there is only a single button 2026-01-14 21:19:29 -05:00
Corey Woodworth 119f039fa9 Cleanup 2026-01-14 19:27:18 -05:00
Corey Woodworth a0b489a218 New tab design 2026-01-14 19:13:30 -05:00
wxlyyy b1cb10b2ea ClipboardPreview: fix horizontal scroll 2026-01-12 17:42:59 +08:00
Lemmy 8636e5be1d FuzzySort: replaced JS helper by a proper component so it can be used from plugins without any wrapper. 2026-01-10 00:24:37 -05:00
Lemmy 424c5725de PluginSystem: fix plugin translations not properly reloading 2026-01-09 11:49:11 -05:00
Kainoa Kanter e72aa0be47 Merge branch 'main' into feat/launcher-single-response 2026-01-08 18:10:04 -08:00
Kainoa Kanter b323f7aeae wrap in box, make markdown 2026-01-08 18:07:24 -08:00
Lemmy 47abc39c5c NIconButton(Hot): unified animation speed and easing 2026-01-08 16:52:55 -05:00
Lemmy 3b8e8a0c35 NButton: default changed from bold to semiBold 2026-01-07 13:19:41 -05:00
Lemmy 779f5ec8bd Notifications/Settings: Do not distribute evenly as it has 5 subtabs. 2026-01-07 09:52:09 -05:00
Lemmy ea52f5dfb1 NPopupContextMenu radius does follow containers as the tray and tooltip do. 2026-01-07 08:42:19 -05:00
Lemmy 3f2f40468b NTabBar: remove default XS margin for a perfect alignment with the content below. 2026-01-07 08:20:33 -05:00
anthonyhab e9504a8fc1 added back comments 2026-01-07 00:32:17 -05:00
Anthony Habibe e2eeccec7e fix(plugins): support compositeKey for custom plugins in settings popup 2026-01-07 00:23:40 -05:00
Lemmy 397255fcf6 NButton: changed padding logic so it follows the fontSize so we can have smaller buttons 2026-01-07 00:16:50 -05:00
Lemmy f2d55ef4c2 NCircleStat, better bg color 2026-01-06 08:37:30 -05:00
Lemmy 138e5a50af i18n: Large refactor of all translations keys to prepare the move to our new translation web platform. 2026-01-05 23:25:46 -05:00
Lemmy a0ac019b16 Settings: all tabed - screenrecorder will be a plugin soon 2026-01-05 21:01:29 -05:00
Lemmy ffa8cc58a1 Settings: removed isSettings everywhere as we can simply check if defaultValue is provided. 2026-01-05 18:41:22 -05:00
Lemmy af77a2e7d7 NTabView: subtle opacity 2026-01-04 23:51:49 -05:00
Lemmy 5e690ed766 Settings: Subtabs with horizontal scrolling 2026-01-04 23:40:32 -05:00
Lemmy 590994b31d NTabBar: distributeEvenly property 2026-01-04 18:09:01 -05:00
Lemmy 568e2c0b6b NotificationsHistory: using a proper NTabBar for the filters. 2026-01-04 17:39:24 -05:00
Lemmy dfbe08dbfc NTabButton: fixed hover color. Hover is always prioritized 2026-01-04 17:26:58 -05:00
Lemmy 1121600901 NButton: fixing hover color 2026-01-04 17:09:19 -05:00
Lemmy 3bc9a625b8 Colors: removed Colors.transparent / black and white in favor of their direct shorthands 2026-01-04 13:54:51 -05:00
Lemmy b2175a5f48 PluginSystem: fix uninstall button from the "available plugins" list 2026-01-04 12:43:08 -05:00
Lemmy c015e8445b NSectionEditor: added ability to move Desktop widgets from one screen to another. 2026-01-03 17:32:36 -05:00
Lemmy bb593da766 ScrollingText: avoid up and down jitter when appearing. 2026-01-03 09:33:13 -05:00