1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-12 21:38:38 +00:00

2582 Commits

Author SHA1 Message Date
Robert
2a34381926 Submission wizard - Style tweaks to
Profile details - Started work on side pane
2023-08-22 22:20:56 +02:00
Robert
a51ab70298 Merge branch 'development' into feature/workshop 2023-08-21 20:15:46 +02:00
Robert
5ccd1a9761 Merge branch 'master' into development 2023-08-21 20:14:46 +02:00
Robert
e4c487e2de Device providers - Fixed an exception when re-enabling device providers 2023-08-21 20:08:25 +02:00
Robert
9cedeea2f0 Nuget - Use separate version for Avalonia behaviours 2023-08-20 20:51:53 +02:00
Robert
138d168cf2 Merge branch 'development' 2023-08-20 14:52:12 +02:00
Robert
af5bae52ec Nuget - Upgrade Avalonia and RGB.NET 2023-08-20 14:39:56 +02:00
Robert
2dff152e90 About tab - Made version selectable 2023-08-20 14:37:47 +02:00
RobertBeekman
bb3bc576db
Merge pull request #807 from Artemis-RGB/feature/fix-layouts
UI - Fix layout loading
2023-08-19 20:47:59 +02:00
Diogo Trindade
6a02d5031b Early return when copying isn't possible 2023-08-19 19:10:03 +01:00
Robert
77bed1bf94 Entry list - Show icons
Workshop search - Show icons, update design
2023-08-19 11:32:22 +02:00
Robert
176a28761f Submission wizard - Upload entry icon
Entry lists - Show entry icon
2023-08-16 20:01:28 +02:00
Diogo Trindade
4223879e72 UI - Fix layout loading 2023-08-16 17:27:51 +01:00
Robert
6014bb9e3c Merge branch 'development' into feature/workshop 2023-08-14 21:00:07 +02:00
Robert
65c071e0bd UI - Fixed navigating to deep links 2023-08-14 20:55:45 +02:00
Robert
89a910d9e2 Merge branch 'development' into feature/workshop 2023-08-14 20:43:00 +02:00
Robert
4a152f4e95 UI - Fixed possible crash when loading profiles with broken icons
Debugger - Added routing debugger
2023-08-14 20:42:51 +02:00
Robert
a1fd8d5099 Shared UI - Added HttpClientUtilities offering progressable stream content
Submission wizard - Added upload progress
Submission wizard - Close on finish
2023-08-14 20:10:13 +02:00
Robert
ad4da3032d Workshop - Added profile uploading
Submission wizard - Final upload steps
2023-08-13 21:11:05 +02:00
Robert
e52faf1c9f Submission wizard - Added entry specifications step 2023-08-13 10:42:51 +02:00
Robert
56abc48ab3 Profiles - Resize profile images to 128x128 2023-08-13 10:42:28 +02:00
Robert
e9f2b77fd6 Shared UI - Added tags input control 2023-08-13 10:41:29 +02:00
Robert
3a6171726c Core - Removed OriginalFileName from icon since it's irrelevant 2023-08-13 10:41:12 +02:00
Robert
e1f0ccbcc1 Submission wizard - Added adaption hint and entry details steps 2023-08-11 14:43:35 +02:00
Robert
d2b8123a30 Core - Reworked profile render override for the editor and new previewer 2023-08-10 11:54:37 +02:00
Robert
c6a318b6e3 Merge branch 'development' into feature/workshop 2023-08-09 11:58:37 +02:00
Robert
e0869e4f28 UI - Update Avalonia to 11.0.2
UI - Update FluentAvalonia to 2.0.1
2023-08-09 11:58:28 +02:00
Robert
78cb95aabc Submission wizard - Added Lottie animations and the first few steps 2023-08-09 11:54:35 +02:00
Robert
661242ebf9 Submission wizard - Added logging in and email verification check 2023-08-07 20:25:00 +02:00
Robert
eeaf3999cf Workshop login - Use code auth flow instead of device code 2023-08-06 22:05:34 +02:00
Robert
2621542479 Editor - Fixed crash when moving folders due to a race condition 2023-07-31 22:30:52 +02:00
Robert
990f55b7c5 Workshop - Added login UI 2023-07-31 22:20:45 +02:00
Robert
7eccdf079a UI - Move notifications to the overlay layer 2023-07-31 22:20:25 +02:00
Robert
704d649fba Core - Limit log file size to 5 MB and only retain max 14 log files 2023-07-30 10:42:31 +02:00
Robert
8639cde83a Merge branch 'development' 2023-07-27 20:47:17 +02:00
Robert
86a22a9d39 Upgrade RGB.NET and hide Mica option outside W11 2023-07-27 20:47:10 +02:00
Robert
3d0916b17c Merge branch 'development' 2023-07-27 20:40:44 +02:00
Robert
1c438be158 Feature flag out the workshop 2023-07-27 20:40:24 +02:00
Robert
44691dd5a8 Show question mark in race condition 2023-07-27 20:18:05 +02:00
Robert
3030312df9 Merge branch 'feature/workshop' into development 2023-07-27 20:17:06 +02:00
Robert
0225457b1b Merge remote-tracking branch 'origin/feature/fix-crash' into development 2023-07-27 20:16:59 +02:00
Robert
02798b6d6e Routing - Added missing XAML comments to public types 2023-07-27 20:16:02 +02:00
Robert
66f263ff2a Gradient picker - Fixed selecting stops in the top part of the picker 2023-07-27 20:15:52 +02:00
Robert
ee6d295fd8 Upgrade Avalonia 2023-07-26 22:13:40 +02:00
Diogo Trindade
3830e8566e Fix race condition when opening window that causes a crash 2023-07-24 16:43:00 +01:00
Robert
e03d6b20e9 Added acrylic blur test 2023-07-23 17:19:56 +02:00
Robert
0e077e31b3 Merge branch 'master' into feature/workshop 2023-07-22 09:45:57 +02:00
Robert
552879ca77 Merge branch 'development' 2023-07-21 23:14:11 +02:00
RobertBeekman
fc598d88ad
Merge pull request #805 from Artemis-RGB/feature/debug-logs-select
Fixed a few annoying UI bugs
2023-07-21 23:11:48 +02:00
Robert
7c19937bce Implemented pagination in profile list 2023-07-21 23:10:50 +02:00