• Joined on 2025-01-04
michal closed issue michal/ClipTrimApp#6 2026-03-03 17:48:43 -05:00
Feature: allow folder selection for audio files
michal pushed to react_migration at michal/ClipTrimApp 2026-03-03 17:47:54 -05:00
d3d5270889 closes #6
michal opened issue michal/ClipTrimApp#6 2026-03-01 18:05:04 -05:00
Feature: allow folder selection for audio files
michal closed issue michal/ClipTrimApp#5 2026-03-01 18:04:35 -05:00
Feature: Migrate everything to react
michal commented on issue michal/ClipTrimApp#5 2026-03-01 18:04:35 -05:00
Feature: Migrate everything to react

complete

michal closed issue michal/ClipTrimApp#1 2026-03-01 18:04:18 -05:00
Bug: Saving clip in the same collection removes it from the list
michal commented on issue michal/ClipTrimApp#1 2026-03-01 18:04:18 -05:00
Bug: Saving clip in the same collection removes it from the list

doesn't apply after refactor

michal closed issue michal/ClipTrimApp#2 2026-03-01 18:04:03 -05:00
Refactor: Navigational changes
michal commented on issue michal/ClipTrimApp#2 2026-03-01 18:04:03 -05:00
Refactor: Navigational changes

closed

michal pushed to react_migration at michal/ClipTrimApp 2026-03-01 18:03:36 -05:00
017a2ae5a4 multiline clip name
791abef1ef better auto focus for delete
31cc3079a8 kinda bad, but functional delete on enter
Compare 3 commits »
michal pushed to react_migration at michal/ClipTrimApp 2026-03-01 17:27:18 -05:00
5e50b29625 trimmer jsx cleanup
michal pushed to react_migration at michal/ClipTrimApp 2026-03-01 13:48:36 -05:00
d37cd773f8 proper closing, metadata file locations moved
michal pushed to react_migration at michal/ClipTrimApp 2026-03-01 10:24:01 -05:00
801966e8d8 fix duplicate sockets, fix dll build error
michal pushed to react_migration at michal/ClipTrimApp 2026-02-28 19:09:54 -05:00
39395fd846 system tray and package config
510b92f669 wavesurfer lazy loading
Compare 2 commits »
michal pushed to react_migration at michal/ClipTrimApp 2026-02-28 17:05:24 -05:00
aefb3f2648 Merge branch 'socket' into react_migration
a613b26ba8 remove pycache
7a471041e7 port selection on plugin
ab57d8ef22 socket in client, new set of icons
69c9d80a82 plugin work, page navigation, reticks
Compare 18 commits »
michal pushed to socket at michal/ClipTrimApp 2026-02-28 17:02:27 -05:00
7a471041e7 port selection on plugin
michal pushed to socket at michal/ClipTrimApp 2026-02-28 11:17:47 -05:00
ab57d8ef22 socket in client, new set of icons
michal pushed to socket at michal/ClipTrimApp 2026-02-26 20:02:55 -05:00
69c9d80a82 plugin work, page navigation, reticks
8c83819a17 faster socket, clean up on plugin
Compare 2 commits »
michal pushed to socket at michal/ClipTrimApp 2026-02-26 15:52:44 -05:00
ad07bf7fe6 remove client test app
michal pushed to socket at michal/ClipTrimApp 2026-02-26 15:50:11 -05:00
bc40f9abe3 socket set up properly
e7f649ae0b * 'Line 1: Added 'using Newtonsoft.Json.Serialization;' to ensure that JsonPropertyAttribute is available, as it is defined in this namespace in Newtonsoft.Json.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
e34903b20f * 'Line 3: Removed the duplicate using directive for Newtonsoft.Json.Converters.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
192c959d39 * 'Line 1: Ensure both 'Newtonsoft.Json' and 'Newtonsoft.Json.Converters' namespaces are included, as JsonPropertyAttribute and StringEnumConverter are defined in these namespaces. This resolves the CS0246 error for missing JsonPropertyAttribute.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
60123d7450 * 'Line 37: Replaced [JsonProperty(PropertyName = path)] with [JsonPropertyName(path)] to use the System.Text.Json.Serialization.JsonPropertyNameAttribute, which is available in .NET 8 and the current project.
Compare 10 commits »