Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
ee0f8ef
Implement PluginSearch TextBox & ContentControl Lazy Load
taooceros Dec 11, 2021
2b134c8
Adjust Design & Add Searchbox in plugin store
onesounds Dec 11, 2021
919ea0d
Merge branch 'dev' into PluginSearchTextBox
onesounds Dec 19, 2021
dff67ac
Add PlaceHolder Text in Searchbox
onesounds Dec 19, 2021
08d5eaa
Redesign PluginStroe Item List
onesounds Jan 4, 2022
2e54bc0
Add "New" and "Installed" App Label in pluginstore
onesounds Jan 4, 2022
455b240
Refresh List on focus lost or enter
taooceros Feb 6, 2022
0168aea
remove unused
jjw24 Feb 7, 2022
4b102dc
Don't refresh listview if search term is the same
taooceros Feb 12, 2022
d87ee11
add ctrl+f hotkey to focus the search textbox
taooceros Feb 12, 2022
65fcbbc
Merge remote-tracking branch 'origin/dev' into PluginSearchTextBox
taooceros Jun 30, 2022
a8bcda2
Implement the search functionality in PluginStore Page
taooceros Jun 30, 2022
defda0a
Append unadded file
taooceros Jun 30, 2022
26e3f2a
Merge Dev
onesounds Sep 20, 2022
3dd8017
Merge branch 'PluginNotice' into PluginSearchTextBox
onesounds Sep 20, 2022
67dfe9d
Installed/New label Image to Text
onesounds Sep 20, 2022
f3db1f3
Typo
taooceros Sep 20, 2022
1798e26
fix some behavior
taooceros Sep 20, 2022
9f3d2e1
- Add 'No Result' message when no result
onesounds Sep 29, 2022
798fd90
Add Tooltip for searchboxes
onesounds Sep 29, 2022
f8cef1d
Adjust noresult message position
onesounds Sep 29, 2022
9ad95f3
Merge Dev
onesounds Oct 7, 2022
7c3e0e2
formatting
jjw24 Oct 11, 2022
5599203
formatting
jjw24 Oct 11, 2022
3317bab
Remove No Network Message in Noresult
onesounds Oct 11, 2022
682f502
Remove Useless Size Value
onesounds Oct 11, 2022
7b1fb22
formatting
jjw24 Oct 11, 2022
db71ffd
remove obsolete calls
jjw24 Oct 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Flow.Launcher.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29806.167
# Visual Studio Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flow.Launcher.Test", "Flow.Launcher.Test\Flow.Launcher.Test.csproj", "{FF742965-9A80-41A5-B042-D6C7D3A21708}"
ProjectSection(ProjectDependencies) = postProject
Expand Down
4 changes: 4 additions & 0 deletions Flow.Launcher/Languages/en.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>

<!-- Setting Plugin -->
<system:String x:Key="searchplugin">Search Plugin</system:String>
<system:String x:Key="searchpluginToolTip">Ctrl+F to search plugins</system:String>
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
<system:String x:Key="plugin">Plugin</system:String>
<system:String x:Key="browserMorePlugins">Find more plugins</system:String>
<system:String x:Key="enable">On</system:String>
Expand Down
Loading