1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-02-04 10:53:31 +00:00

2907 Commits

Author SHA1 Message Date
Robert
74d5480d7b Surface editor - Show model instead of device name
Settings - Add link to plugin's workshop page
Workshop library - Recently updated tab (WIP)
2025-12-29 12:30:24 +01:00
Robert
0823de45a4 Merge branch 'feature/docs-in-docker' into development 2025-12-29 12:02:57 +01:00
Robert
cb1bc5daf7 Remove old CI stuff 2025-12-29 12:02:46 +01:00
Robert
7043505ca8 Add Dockerfile 2025-12-29 11:42:32 +01:00
Robert
f61884806a Filter out storage 2025-12-29 11:17:53 +01:00
Robert
9bc4eca7f9 UI - Fix back-button not always working (I blame you, Avalonia)
Workshop - Add a EF migration to fix entry types based on metadata
2025-12-27 21:42:09 +01:00
Robert Beekman
36761509e2 Merge branch 'master' into development 2025-12-24 14:04:57 +01:00
Robert
efd893c209 Workshop - Fix misalignment in EntryTypes causing plugins to not load
Core - Downgrade SkiaSharp back to what Avalonia likes, 2.88.9
2025-12-23 20:53:39 +01:00
Robert
7985cde6a3 Workshop - Update workshop schema 2025-12-23 08:36:13 +01:00
Robert
d063f13ca5 Hotfix - Auto-enable plugins after updating them 2025-12-23 07:44:52 +01:00
Robert
7c7d91eda9 Hotfix workshop auto-update 2025-12-22 20:47:26 +01:00
Robert
4b58485956 Fix version number and .net version 2025-12-22 20:20:54 +01:00
Robert
fb100eb9ad Merge branch 'development' 2025-12-22 20:13:58 +01:00
Robert
6bf5a11108 Workshop - Improved workshop entry compatibility handling
Workshop - Added minimum Artemis version to releases
2025-12-22 20:13:49 +01:00
Robert
86f2426f37 Core - Remove API versioning, we have MinimumVersion to achieve the same thing 2025-12-19 23:11:27 +01:00
Robert
e2cb73e327 Don't log so much Avalonia stuff even when debugging tyvm 2025-12-16 22:37:10 +01:00
Robert
55dca6cebb Upgrade packages
Update namespaces
Clean up unused imports
Replace Avalonia.ReactiveUI with ReactiveUI.Avalonia 🙄
2025-12-16 22:28:16 +01:00
Robert
fdc02ec581 Merge branch 'development' 2025-12-13 17:11:03 +01:00
Robert
8e4a430e19 Workshop - Fix default sorting being blank
Sidebar - Allow right-clicking a profile to open the menu without opening the profile
Profile editor - Fix editor not stopping to focus the profile
2025-12-13 16:19:16 +01:00
Robert
db59b5dd55 Merge branch 'development' 2025-12-12 18:35:18 +01:00
Robert
0eb2c3a3b2 Remove plugins from build 2025-12-12 18:32:10 +01:00
Robert
5d7fb777ce Merge branch 'development' 2025-12-12 18:29:43 +01:00
Robert
ce4885f06d Merge branch 'feature/default-entries' into development 2025-12-12 18:29:35 +01:00
Robert
bda247d3c3 Streamlines plugin management and installation
Refactors plugin handling for improved reliability and user experience.

- Removes built-in plugin copying, migrating to workshop-based installation
- Introduces a dedicated service for plugin interactions (enabling, disabling, removal, settings)
- Simplifies plugin enabling/disabling logic in the UI, centralizing the logic
2025-12-12 18:29:24 +01:00
Robert
7f5b677cc3 Capture view model references in WhenActivated of views to avoid NRE 2025-12-11 23:58:15 +01:00
Robert
5609065974 Workshop - Add --alt-login-callback startup argument
UI - Rounded corners on profile icons
2025-12-11 23:54:50 +01:00
Robert
06c5294e88 Profile editor - Fix race condition causing the editor to fail to activate on suspended profiles
Surface editor - Implemented left-handed preset
2025-12-11 22:55:31 +01:00
Robert
108cbaae3d Replace profile-from-workshop-dialog with a page 2025-12-10 23:06:14 +01:00
Robert
638dbd11eb Revert regrets 2025-12-09 20:57:51 +01:00
Robert
2ad5f974e8 Think better of move 2025-12-09 20:55:50 +01:00
Robert
bfffa99737 Fix build 2025-12-09 20:48:52 +01:00
Robert
3c8d8b2387 Plugins - Allow config window to be mandatory
UI - Move profile editor into Profile screen, profile page no longer always has to show the editor
2025-12-09 20:42:13 +01:00
Robert
565647f1ed Workshop - Improves default entry handling in workshop
Core - Modifies the Artemis data folder path based on the build configuration.
Plugins - Adds a confirmation dialog to prompt the user to restart if a plugin requires admin rights.
Startup wizard - Updates the installation progress bar in the startup wizard.
Workshop - Changes category retrieval to be based on EntryType.
Workshop - Adds the ability to include default entries when searching the workshop.
2025-12-08 22:27:18 +01:00
Robert
f0cbc3e561 Workshop - Add button to upload submission directly from library
Workshop - While creating submission allow fitting the icon instead of cropping
Workshop - Add the ability to filter default entries
2025-12-06 20:27:48 +01:00
Robert
13c497f41e Enhances setup wizard workflow
Refactors the setup wizard to streamline the initial user
experience. Includes the following changes:

- Adds nyan cat animation during feature installations for user enjoyment
- Skips essential feature selection if workshop is unreachable
- Moves directly to settings after device/surface selection
- Adds option to configure settings, after device configuration
2025-12-04 23:09:28 +01:00
Robert Beekman
6988255dce Merge branch 'feature/hot-avalonia-3' into feature/default-entries 2025-12-01 14:37:07 +01:00
Kira-NT
63e3eadc35 Revert to using .EnableHotReload() 2025-11-30 16:28:44 +00:00
Robert
adbf850bff More default entries UX 2025-11-30 15:41:21 +01:00
Kira-NT
b7907a9fd9 Fix HotAvalonia setup 2025-11-24 09:46:17 +00:00
Robert
7c435fb037 Wizard UI improvements and further implementation of default entries step 2025-11-23 15:54:56 +01:00
Robert
6d1e39c1cc Try HotReload 3.0 2025-11-22 00:01:11 +01:00
Robert
b351f685f7 Add AXAML hot reload (debug only)
Major progress on default entries too I guess lmao
2025-11-15 15:07:54 +01:00
Robert
20fb6b7662 Add default entries wizard step 2025-08-19 09:01:21 +02:00
Robert
f05faa440c Update packages 2025-05-24 11:41:14 +02:00
Robert
3caf782d8e Workshop - Add ability to mark entry as default (admin only)
Workshop - Allow editing other user's entries (admin only)
Workshop - Show last update date in entry list instead of creation date
2025-04-19 11:37:28 +02:00
Robert
acd35176e1 Merge branch 'development' 2025-02-16 17:06:39 +01:00
Robert
10a10b9149 Plugin Settings - When searching, search in plugin and features
Plugin Settings - Never scroll inside feature list, just show everything if a plugin has many features
2025-02-16 17:06:22 +01:00
Robert
37b8c2c3e9 Webserver - Add option to enable remote access 2025-02-16 12:05:26 +01:00
Robert
3367280576 Startup wizard - Correctly remember wizard was compelted
Settings - Fix double navigation occuring when opening settings
Settings - Fix double navigation occuring when opening releases
2025-02-16 11:15:52 +01:00
Diogo Trindade
ff74376ca2
Merge pull request #863 from Artemis-RGB/feature/linux-fixes
Handle unplugging devices properly on Linux
2025-02-15 17:56:29 +00:00