Skip to content

Commit 3f90178

Browse files
committed
Add info button to link to Homepage where available. Add icons to install/remove buttons. Resolves #66 (#156)
1 parent 9778f0c commit 3f90178

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/features/packages/Packages.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export default function Packages({ adb }) {
191191
}, [dispatch]);
192192

193193
const rows = renderRows.map((item) => {
194+
console.log(item.details.homepage);
194195
return (
195196
<TableRow key={item.name}>
196197
<TableCell sx={{ width: 250 }}>

src/utils/AdbWrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export default class AdbWrapper {
217217
}
218218

219219
async getPackages() {
220+
220221
let output = await this.executeCommand([
221222
this.wtfos.bin.opkg,
222223
"list-installed",

0 commit comments

Comments
 (0)