Skip to content

Commit e946491

Browse files
committed
mix(windows): Installer icon in Chrome, update text, backlogs fix
1 parent d193851 commit e946491

File tree

4 files changed

+35
-56
lines changed

4 files changed

+35
-56
lines changed
Lines changed: 26 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,26 @@
1-
header indent bag in fullsize
2-
3-
rotation on swap page
4-
5-
edit interval healthcheck
6-
7-
Ticker link
8-
9-
Scrolling in AI widget fix
10-
11-
Finish bot parts isolation
12-
13-
ld timeout
14-
15-
16-
AI bd
17-
18-
Hovers
19-
20-
Languages
21-
22-
Favicon change
23-
24-
Wallet creation and nickname generation
25-
26-
Jetton lockup
27-
28-
Theme in Chrome
29-
30-
Bd
31-
32-
Wallet creation
33-
34-
Apps design
35-
36-
Plan users bd for search
37-
38-
Brand book
39-
40-
Fix
41-
42-
Starting Rewards
43-
44-
Feed items types
45-
46-
PAY BY QR
47-
48-
swap long rate state
49-
50-
swayps
51-
52-
tokns
1+
header indent bag in fullsize<br>
2+
rotation on swap page<br>
3+
edit interval healthcheck<br>
4+
Ticker link<br>
5+
Scrolling in AI widget fix<br>
6+
Finish bot parts isolation<br>
7+
ld timeout<br>
8+
AI bd<br>
9+
Hovers<br>
10+
Languages<br>
11+
Favicon change<br>
12+
Wallet creation and nickname generation<br>
13+
Jetton lockup<br>
14+
Theme in Chrome<br>
15+
Bd<br>
16+
Wallet creation<br>
17+
Apps design<br>
18+
Plan users bd for search<br>
19+
Brand book<br>
20+
Fix<br>
21+
Starting Rewards<br>
22+
Feed items types<br>
23+
PAY BY QR<br>
24+
swap long rate state<br>
25+
swaps<br>
26+
tokns<br>

app/docs/backlogs/short_term_backlog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Unistaller disappears after update<br>
2+
npm package
23
Bottom bar refactor<br>
34
Wallet: Telegram, Connected, Unhosted<br>
45
Username loaded without intermediate state<br>
56
AI options page<br>
67
Bottom bar icon review<br>
78
AI chat page<br>
8-
Demo state<br>
9+
Bring ./app to demo design state<br>
910
readme.md<br>
11+
Windows setup refactor<br>
1012
https://azure.microsoft.com/en-us/products/artifact-signing<br>
1113

1214
Issues:<br>

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/HyperlinksSpace/HyperlinksSpaceBot.git"
1010
},
1111
"main": "expo-router/entry",
12-
"version": "53.0.1389",
12+
"version": "53.0.1390",
1313
"type": "module",
1414
"engines": {
1515
"node": ">=18 <=22"
@@ -98,6 +98,9 @@
9898
"nsis": {
9999
"artifactName": "HyperlinksSpaceProgramInstaller_${env.BUILD_STAMP}.${ext}",
100100
"include": "installer-hooks.nsi",
101+
"installerIcon": "assets/icon.ico",
102+
"uninstallerIcon": "assets/icon.ico",
103+
"installerHeaderIcon": "assets/icon.ico",
101104
"guid": "5e1f4a8d-9c64-4e6a-a7d1-2a2fd2f01b0f",
102105
"oneClick": false,
103106
"runAfterFinish": true,

0 commit comments

Comments
 (0)