Commit graph

157 commits

Author SHA1 Message Date
Neil
3fec11fec7
edit-share button in package detail page (#493)
* create reusable button icon

* share-edit buttons in package banner

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-24 12:53:41 +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
neil molina
b95dd47075 hide installed button if nothing is installed 2023-04-23 12:20:36 +08:00
neil molina
99cd1ce2db hide popular 2023-04-22 20:28:04 +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
Max Howell
5bcc17c328
Fix discover page bottom padding too tight 2023-04-21 10:53:30 -04:00
Neil
84ca1279c8
bug tooltip (#484)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-21 17:12:17 +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
neil molina
1f38ed31ca hide log id 2023-04-20 09:57:40 +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
434af3e7e0
more styling from spreadsheet (#474)
* more styling from spreadsheet

* padding
2023-04-19 09:35:36 +08:00
ABevier
5be042ce67
poll for package updates and sync tea cli (#473) 2023-04-19 09:18:48 +08:00
Max Howell
d2b5f03ba5
Change under update copy 2023-04-18 08:53:06 -04:00
Max Howell
08f08a9be3
Use correct keyboard symbols
Fix padding and margin
2023-04-18 08:39:39 -04: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
ABevier
57d43d9722
styling fixes from spreadsheet (#470) 2023-04-17 20:49:10 -04:00
neil molina
e1f4ee4f76 fix page scrolling in package page 2023-04-16 12:12:51 +08:00
ABevier
a0f39bfef6
New style for update badge (#463) 2023-04-16 11:55:52 +08:00
ABevier
7af1e543f4
change install buttons and other small fixes (#464)
* change install buttons and other small fixes

* wtf is wrong with prettier

* wtf is wrong with prettier

* fix button vertical alignment on search results page
2023-04-15 12:18:18 +08:00
ABevier
2181d5a68e
fix Neils scrollbars 🤞 (#462) 2023-04-14 16:36:37 +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
81982b9ac9
Fix deeplink not working if app is opened and invalid breadcrumbs (#457)
Co-authored-by: Neil <get.neilmolina@gmail.com>
2023-04-14 08:25:41 +08:00
ABevier
e7099d86e4
minor style fixes from spreadsheet (#458) 2023-04-14 08:03:54 +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
8aa6ca0905
Remove footer spacing (#455) 2023-04-13 10:54:48 -04:00
Max Howell
7ba1201102
Fix spacing in ⌘K text (#446)
Co-authored-by: Neil <get.neilmolina@gmail.com>
2023-04-13 09:04:27 +08:00
ABevier
7fec624bf6
resize on header dblclick and remove footer (#448) 2023-04-13 07:42:27 +08:00
ABevier
3b380f17fd
Active Styles + small bug fixes (#447) 2023-04-13 07:40:42 +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
7f423a41dc
ui fixes (#443)
* scroll fix for install option

* add better link hover on external links

* hide bots from users

* partial blur

* bump v0.0.30

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-12 15:08:34 +08: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
663e0a37b8
new installed button style (#430) 2023-04-11 08:54:27 +08:00
Neil
8774467336
maximize usage of svelte directives: cleanup css and attr values (#427)
* maximize usage of svelte directives: cleanup css

* bump v0.0.28

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-10 15:19:48 +08:00
Neil
a5ad1310e0
#418 show selected version on notification banner (#426)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-10 14:10:14 +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
07ad1321e5
esc to close search modal (#416)
* #409 esc to close search modal

* #405 bump sentry versions

---------

Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-07 13:07:13 +08:00