Commit graph

107 commits

Author SHA1 Message Date
Neil
24ff5f23ee
Tea cli version tracking (#608)
* bump 0.2.7

* #595 track tea version in sentry

* #595 add teaVersion to sesssion

* bump v0.2.13

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-15 08:03:08 +08:00
ABevier
a7f110c895
addtional cli error logging (#605) 2023-05-12 12:52:35 -04:00
ABevier
9c2c44026b
addtional cli error logging (#604) 2023-05-12 11:45:43 -04:00
Neil
5cbe8cade5
open package page if notification is clicked (#599)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-12 12:29:55 +08:00
Neil
4d95bb89ee
#589 unsubscribe if package is not installed but receives push (#594)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-11 18:56:07 +08:00
Neil
447f84db30
#585 add proper state to initialization of session file (#593)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-11 16:35:53 +08:00
Neil
84339660c9
#587 enable force updating (#591)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-11 12:13:18 +08:00
neil molina
2f741d0bdb
sentry environment 2023-05-09 16:55:50 +08:00
Neil
f1d9433fa1
dev builds with own publishing endpoint (#578)
* #576 test dev builds cd

* #576 dynamically set auto-update publish url

* unminify code

* #576 different dev build from release build

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-09 16:13:09 +08:00
Neil
ea21cc9962
track package page view (#575)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-09 08:06:54 +08:00
Razvan Azamfirei
d95bbb64a2
add logic to handle tea prefix (#570) 2023-05-08 18:53:54 +08:00
Neil
8a6ceee712
sentry: send sourcmap to sentry to improve debugging (#573)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-08 12:36:49 +08:00
ABevier
508462e9cc
fix open in shell command (#566) 2023-05-06 10:59:32 +08:00
ABevier
c50a0058b3
do not error on fresh installs (#568) 2023-05-06 10:56:42 +08:00
Neil
b7e45f0768
copy tea/cli install strategy from tea/cli repo (#561)
- new tea cli install setup
- reinstall if uninstalled/rm by user 
- initialize state can be cancelled
---------

Co-authored-by: Max Howell <mxcl@me.com>
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-05 14:21:20 +08:00
ABevier
8d35e03314
auto-updater overwrites updates it has already downloaded (#557) 2023-05-05 08:50:38 +08:00
Neil
57bae77eea
check if electron is ready before creating window (#552)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-04 15:59:14 +08:00
Neil
9f88a1bf5b
move auth polling strategy to main thread (#546)
* #545 move auth polling strategy to main thread

* #545 remove unused

* bum v0.1.1

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-03 15:43:50 +08:00
ABevier
1d282ac7e4
show version correctly (#544)
* show version correctly

* fix lint/prettier

* button style
2023-05-03 12:53:38 +08:00
ABevier
9f2c698cf1
autoupdater is using a destroyed window (#539) 2023-05-02 07:10:13 +08:00
ABevier
b7ddfa04fe
fix package loading logic (#536) 2023-05-01 13:43:36 -04:00
ABevier
c021e6021e
fix package banner (#534) 2023-05-01 11:37:01 -04:00
Max Howell
ac67330636
Add special “open” handling for cointop 2023-05-01 10:03:05 -04:00
Neil
33d59a7bab
enable unsecure curl temporarily (#531)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-01 14:26:39 +08:00
ABevier
8ee3f77abd
Do not load installation progress from cache (#527) 2023-04-30 06:55:45 +08:00
ABevier
6c3be19da2
Prettier (#522)
* Fix Prettier config
2023-04-28 12:14:44 +08:00
ABevier
d300efd805
make initialization a singleton (#517) 2023-04-27 22:48:56 -04:00
Neil
a5c80d4d5c
sentry logs: add github username and device_id (#521)
* add uid and username in main thread logs

* add more metadata to sentry client side logs

* add more logging

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-28 09:46:32 +08:00
Neil
8e443f1a66
reconfigure bundle tea binary (#514)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-27 14:42:52 +08:00
ABevier
6278c023fe
change package state detection (#508) 2023-04-27 08:29:02 +08:00
ABevier
f4939bee51
show link when no search results (#504) 2023-04-26 09:51:51 +08:00
ABevier
7c9aabd013
run typescript check as part of ci (#503)
* run typescript check as part of ci

* fix compilation
2023-04-26 06:41:06 +08:00
Max Howell
c1c626cc80
open button for projects (#497)
* open button for projects
* hardcoding needs fixing, I want this logic from the pantry. Currently that cannot be done in the gui
* styling needs some fixes
* needs the rebuilt sd-webui pkg (building as we speak)
2023-04-25 15:41:31 -04:00
Neil
45828b3f40
Error to sentry (#499)
* send error to sentry

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-25 12:25:13 +08:00
ABevier
28c1142872
fixing things from the spreadsheet (#498)
* fixing things from the spreadsheet

* make sure the login button shows owen's name correctly

* make sure the login button shows owen's name correctly
2023-04-25 09:27:11 +08:00
Neil
c91643d7a2
ui adjustments (#494)
* lowercase or UPPERCASE texts

* cleanup README, rm unused script

* hover effect back-forward

* conditionally run build_desktop

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-24 14:51:50 +08:00
ABevier
8d0378656a
real progress bar (#490) 2023-04-24 09:15:51 +08:00
Neil
53633ee60c
show welcome modal once (#489)
* show welcome modal once

* move welcome config to authStore

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-23 16:10:17 +08:00
ABevier
544cf09b7c
Auto updates on the top bar (#488)
* Auto updates on the top bar

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-22 10:42:00 +08:00
Max Howell
f3559d0ef7
install with --env=false (#487)
Prevents any local env being added
2023-04-21 10:24:49 -04:00
ABevier
8f0b9f4c83
Display Push Notifications natively (#482)
* use native push notifications

* prettier...
2023-04-21 12:07:38 +08:00
neil molina
bd0f252c1c resize icon 2023-04-20 14:02:32 +08:00
neil molina
2c9f276b6e merge main 2023-04-20 13:03:26 +08:00
Neil
3ba9e5cf76
#472 cache images locally (#480)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-20 12:54:39 +08:00
ABevier
cc767e510b
fix uninstall 2023-04-19 11:59:15 -04:00
Neil
2d41120e28
#450 Airtable link to submit bugs (#475)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-19 10:40:41 +08:00
ABevier
5be042ce67
poll for package updates and sync tea cli (#473) 2023-04-19 09:18:48 +08:00
Neil
5f15e71e28
show installed state on search result (#471)
* #468 show installed state on search result

* #467 sync package pantry when installing

* add progress circle in package page

* hide i18n dropdown

* fix notification color

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-18 16:52:12 +08:00
neil molina
0163d30b28 bump v0.0.34 2023-04-15 07:38:13 +08:00
Neil
6e6c697582
prevent no device_id (#461)
* #460 device_id might be empty in tmp.dat repetitively prevent it from being empty

* more fallbacks

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-14 15:42:20 +08:00