Commit Graph

404 Commits

Author SHA1 Message Date
jliddev
298d8907ec Fix missing fonts in published app.
Try to improve icon look on windows.
2020-10-06 15:32:02 -05:00
jliddev
efbeddfa22 Merge remote-tracking branch 'origin/electron' into electron 2020-10-06 14:17:20 -05:00
jliddev
a3a0f98ad9 Merge pull request #106 from mrchops1024/feat/table-sort-filter
Table sorting/filtering
2020-10-06 14:15:25 -05:00
jliddev
6a25ba3fd7 No bold font on addon names
always show the debug button for now.
2020-10-06 14:04:21 -05:00
Dean Campbell
52be9f25f8 Update my-addons.component.scss 2020-10-06 11:55:10 -07:00
Dean Campbell
c44351e480 Add filtering for my addons, fix row selection 2020-10-06 11:31:20 -07:00
Dean Campbell
87bb59b9aa Initial implementation of sorting for my-addons. 2020-10-06 11:28:45 -07:00
Dean Campbell
03fcab040e Fix specified issues in PR
Create utility function for string filtering.
Move filter and search inputs to left side of buttons.
Implement sorting for get addons page.
Include i18 translation for new text.
Cleanup unused imports/variables in my addons and get addons components.
2020-10-06 11:23:48 -07:00
Dean Campbell
340b5df627 Add filtering for my addons, fix row selection 2020-10-06 11:23:48 -07:00
Dean Campbell
4482b9e397 Table sorting doesn't work if table in ngIf 2020-10-06 11:23:48 -07:00
Dean Campbell
be68e825b1 Initial implementation of sorting for my-addons. 2020-10-06 11:23:48 -07:00
jliddev
689191ff89 Windows build fixes
Better startup tab selection.
v2.0.0-alpha.6
2020-10-06 13:16:34 -05:00
jliddev
b69252efd7 Remove unused 2020-10-06 09:57:06 -05:00
jliddev
92265ae00d Offline fonts 2020-10-06 00:06:37 -05:00
jliddev
815bd4fa2e NGX Translate 2020-10-05 23:22:02 -05:00
jliddev
0cf7b724fa Revert "Localization updates"
This reverts commit 5fbe951c52.
2020-10-05 23:21:46 -05:00
jliddev
5fbe951c52 Localization updates
Add i18n attributes to most/all static text?
2020-10-05 11:27:27 -05:00
jliddev
6813a981c1 App runs and lints again 2020-10-05 10:13:15 -05:00
jliddev
5609b9146b Update to latest template
run auto lint.
2020-10-05 09:38:38 -05:00
jliddev
7d561efdd7 Update packages
Fix patreon link positioning on windows.
2020-10-05 09:02:56 -05:00
jliddev
64b2284ef0 Merge pull request #99 from Flippeey/electron
Added an Addon-detail dialog for potential addons
2020-10-05 00:38:21 -05:00
jliddev
16cdbf90b5 Merge branch 'electron' into eletron-99 2020-10-05 00:37:01 -05:00
jliddev
765bf5550d Minor changes 2020-10-05 00:35:43 -05:00
jliddev
54adafbb0f Multi Select
Add debug button on windows title bar.
Add multi row selection to My Addons.
Context menu on My Addons now works with the whole row.
2020-10-04 23:37:19 -05:00
john liddell
4e3c01db92 Update package.json v2.0.0-alpha.5 2020-10-04 23:07:02 -05:00
john liddell
7317756c70 Show only the options tab if no client is detected 2020-10-04 22:59:37 -05:00
john liddell
c776ed4931 add basic view menu for app 2020-10-04 22:35:24 -05:00
john liddell
da1d101d4a Fix issue with initial client detection
Fix issue with adding a client manually not showing up until restart.
2020-10-04 22:30:00 -05:00
john liddell
098a73190d Auto update loop.
Move auto update icon.
2020-10-04 15:45:38 -05:00
john liddell
40c016be2f Add in the soft re-scan logic 2020-10-04 14:39:35 -05:00
john liddell
7dd42a0c66 Merge branch 'develop' into electron 2020-10-04 14:20:25 -05:00
jliddev
e440ef7037 version bump v1.18.0-beta.12 2020-10-04 13:49:16 -05:00
jliddev
ed42ad7b07 Add some extra logging during scan 2020-10-04 13:48:59 -05:00
john liddell
ead35e0517 Add some scanning logging 2020-10-04 13:44:54 -05:00
Jason Leeraert
218e0676bf Fixed issues with adddon install button not updating correctly.
Added a subscription in get-addons component to refresh when an addon is removed.
2020-10-04 17:44:28 +01:00
Jason Leeraert
9dac304efa Merge remote-tracking branch 'origin/electron' into feature/addon-detail-dialog 2020-10-04 12:04:14 +01:00
Jason Leeraert
4bd070b06b Added package for progress buttonAdded component for re-usable install button 2020-10-04 12:02:17 +01:00
jliddev
8d64f86742 Version bump v1.18.0-beta.11 2020-10-04 00:05:43 -05:00
jliddev
93efb9ffc3 Remove left click tray icon delay 2020-10-04 00:04:39 -05:00
jliddev
807d971659 Prep for release 2020-10-03 23:53:32 -05:00
jliddev
94c4a9f2fe Merge pull request #91 from mrchops1024/fix/titlebar-icons
fix(electron): fix titlebar icons not showing
2020-10-03 23:36:19 -05:00
jliddev
6c9aadbb0a Merge pull request #92 from mrchops1024/fix/last-selected-client
fix(electron): save last selected client
2020-10-03 23:32:30 -05:00
jliddev
4315116299 Tray icon handle double clicks too v1.18.0-beta.10 2020-10-03 23:07:37 -05:00
jliddev
13715bce64 Bulk addon uninstall 2020-10-03 23:04:47 -05:00
jliddev
5ba46a2ddf Bulk change channel operations 2020-10-03 22:29:32 -05:00
Dean Campbell
eab7c1c6ff fix(electron): save last selected client
Save the last selected client to user preference storage.
2020-10-03 13:15:24 -07:00
Dean Campbell
5779199c79 fix(electron): fix titlebar icons not showing
Fix titlebar icons not showing on Windows builds.
2020-10-03 13:02:13 -07:00
Jason Leeraert
78fd932e05 added screenshot urls to potentialaddon
removed lorem ipsum description, doesn't seem to be a viable description atm
2020-10-03 17:55:31 +01:00
Jason Leeraert
0e8329b113 Added summary to potential addon model
Changed button styling/position for confirm dialog to use theme colors
Added double click event in GetAddons table to open detail view
2020-10-03 17:39:21 +01:00
john liddell
e55dd394f5 Update install-from-url-dialog.component.html 2020-10-03 11:13:51 -05:00