Neil
1b9433e8e2
spreadsheet adjustments ( #532 )
...
* show all packages breadcrumbs
* download from gui.tea.xyz/release
* get packages data from cloudfront
* bump v0.0.48
---------
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-01 16:39:05 +08:00
Neil
4d0c611b1f
init sentry on packaged app only ( #530 )
...
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-05-01 08:01:01 +08:00
ABevier
c19d2e686d
styling polish ( #526 )
2023-04-30 08:41:29 +08:00
ABevier
a212697513
fix update all percentage display ( #525 )
2023-04-30 08:40:57 +08:00
Neil
0a73bd2dcb
in version dropdown show latest version ( #524 )
...
* in version dropdown show latest version
* open markdown links on default browser
* animate pulse if image is being loaded
---------
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-28 14:31:24 +08:00
neil molina
0d857c49b5
show maintainer instead of homepage in package banner
2023-04-28 13:44:57 +08:00
neil molina
561a973721
fix select version button in package page
2023-04-28 13:37:40 +08:00
Neil
2cdbb75172
render package names using name property ( #523 )
...
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-28 13:26:35 +08:00
ABevier
6c3be19da2
Prettier ( #522 )
...
* Fix Prettier config
2023-04-28 12:14:44 +08: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
ABevier
c478c99539
blank screens for installs and updates ( #519 )
2023-04-28 07:19:23 +08:00
ABevier
3e852e0289
style tea button ( #520 )
2023-04-28 07:14:17 +08:00
neil molina
d1facff675
bump beta v0.0.45
2023-04-27 18:17:58 +08:00
Neil
0c76b29787
reload images ( #515 )
...
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-27 18:03:13 +08:00
Neil
7088fec009
render rst in markdown component ( #513 )
...
* render rst in markdown component
* add types
* include @tea/ui/types/* in the tsconfig.json of desktop module
---------
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-27 15:23:34 +08:00
ABevier
c4659fc91e
show msg if the user is on installed packages screen with nothing installed ( #509 )
...
* show msg if the user is on installed packages screen with nothing installed
* update with max's one-liner
2023-04-27 09:48:12 +08:00
ABevier
b19410f080
discover page styling ( #511 )
2023-04-27 09:46:46 +08:00
ABevier
6278c023fe
change package state detection ( #508 )
2023-04-27 08:29:02 +08:00
neil molina
d960776159
set default position
2023-04-26 14:20:04 +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
05d0d8b8ef
set default preloading bg for image cards ( #506 )
...
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
2023-04-26 13:11:06 +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
Max Howell
35a58786fb
Use of > is gross
2023-04-25 08:48:42 -04:00
Max Howell
edf36d9a6b
more title tooltips in toolbar
2023-04-25 08:48:35 -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
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
Max Howell
1220682ffc
let’s spell things correctly eh?
2023-04-24 17:47:49 -04: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
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