Commit graph

95 commits

Author SHA1 Message Date
ABevier
6278c023fe
change package state detection (#508) 2023-04-27 08:29:02 +08:00
Neil
9fc5f62b70
search action tracking (#507)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-26 13:27:33 +08:00
Neil
0e7147d91f
make fuzzy search stricter (#505)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-26 09:56:30 +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
7a64d6c12a
check github url from package fullname (#500)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-25 14:38:45 +08: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
Neil
b880f336d3
move bg image to its own component + preloader (#491)
* move bg image to its own component

* recache image if non-existent, add transition to show image

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-24 12:17:15 +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
Neil
3fd5012d8c
uninstall button (#485)
* uninstall button

* add trash icon

* update installed_versions

* uninstall and card fixes

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-22 08:59:03 +08:00
Neil
b1e988023c
New home discover (#483)
discover tab in homepage

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-21 16:09:07 +08:00
ABevier
eccc3681fc
logout button and small fixes (#477) 2023-04-20 13:05:11 +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
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
ABevier
af59c02cae
error notifications (#456) 2023-04-14 08:01:37 +08:00
Max Howell
328c6e2bf6
k this looks weird 2023-04-13 16:33:21 -04:00
ABevier
7fec624bf6
resize on header dblclick and remove footer (#448) 2023-04-13 07:42:27 +08:00
Max Howell
58cd529240
alter search bar text 2023-04-12 10:21:49 -04:00
Max Howell
434a590abc
Fix capitalization of github 2023-04-12 09:50:39 -04:00
Neil
0287a5fb9a
#439 uninstall button (#440)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-12 14:28:49 +08:00
Neil
e7bdad8027
#433 install tea binary (#438)
* #433 install tea binary

* #433 check tea cli

* #433 install tea on install package

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-12 13:46:51 +08:00
ABevier
7f7efdb79d
new package card style (#436)
* new package card style

* fix button padding
2023-04-12 09:13:25 +08:00
Neil
653928d504
install tea cli automatically (#434)
* #433 install tea cli automatically

* bump to v0.0.29

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-11 15:13:12 +08:00
Neil
4aab5fa0e1
convert homepage link to openExternal (#432)
* #429 forgot to convert one

* trim github slug of release/tags

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-11 12:23:32 +08:00
ABevier
b49b6572ce
Hydrate a local package cache (#422)
* cache packages to hydrate

* remove unused subscribe function

* packages -> packageMap
2023-04-08 11:52:43 +08:00
Neil
0246c2577a
prune package (#419)
* #417 prune init

* #417 prune package: delete pkg version

* bump v0.0.26

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-07 15:31:04 +08:00
Neil
4192d35268
#410 badge count relative to pkgs that needs update (#412)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-07 11:14:24 +08:00
neil molina
81745c2084 fix: hide searchbox and bump to v0.0.25 2023-04-06 15:29:00 +08:00
Neil
d2cf2cb4a6
init cmd+k open search (#399)
* #398 init cmd+k open search

* #398 ctrl+shift+del clear search

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-06 10:30:49 +08:00
ABevier
01f2118093
fix installed version detection (#402) 2023-04-06 07:45:54 +08:00
Jacob Heider
df56c427b0
s/star-struct/starstruck/g (#393)
* `s/star-struct/starstruck/g`

* lint
2023-04-05 13:16:52 +08:00
Neil
106f7ac3ef
UI adjustments 3 (#390)
* #384 fix preloading tiles for packages

* #384 home button should show all packages

* #384 popup menu style adjustments

* #384 cursors

* #389 header z-index to not overlap with versions popup

* fix z-index of pop-up menu

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-04 12:15:59 +08:00
Neil
5fec6e16f9
I18n cleanup (#382)
* #374 rm custom tea-cli notification

* #370 apply i18n to several statements

* #370 remove unused i18n and components

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-03 14:50:00 +08:00
ABevier
c8cf0e8c1f
add install button to search results and package page (#372)
* add install button to search results and packae page
2023-04-01 09:41:35 +08:00
Neil
4256cf676e
i18n package filters and cta label (#369)
* #365 i18n for package filters

* #364 i18n for package card cta label

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-03-31 15:51:30 +08:00
ABevier
5d2d5ff9cc
install button styling (#362)
* install button styling

* fix progress loader

* accomodate pkg.state = UPDATING in packages filter

* fix package filter

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-03-31 13:39:49 +08:00
ABevier
dba09e5d34
retries (#355) 2023-03-29 23:02:20 -04:00
Neil
b412ab8a2a
improve update-all ux (#357)
* #348 improve update-all ux: show spinner and move fake progress to pkg store

* #353 fix clipped dropdown

* bump tea version usage

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-03-30 10:36:57 +08:00
ABevier
d6dbffa6e5
version select when installing (#349)
- drop down resolve #349
2023-03-29 11:09:50 +08:00
Neil
7a1d5fd64d
improve tea cli installed check (#346)
* #342 improve installed check

* #342 add close button for the modal

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-03-28 12:23:34 +08:00
Neil
6aaee7a6ca
#247 show UPDATE ALL button (#340)
* #247 show update all button

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-03-25 15:59:22 +08:00
ABevier
aed776e79c
change init logic to not pull bottles (#337)
* change init logic to not pull bottles

* prettier
2023-03-25 14:59:26 +08:00