Commit Graph

221 Commits

Author SHA1 Message Date
Patrick O'Sullivan
fb9be7727d
Merge pull request #202 from tloncorp/hm/show-disconnect-reason
app-search: show connection issues when finished
2023-06-29 11:30:12 -05:00
Hunter Miller
f874f83714 app-search: show connection issues when finished 2023-06-29 11:16:36 -05:00
Hunter Miller
a137ab6451 storage: use correct keys 2023-06-29 11:08:16 -05:00
Hunter Miller
78277155fb treaties: fix new type handling 2023-06-28 17:17:21 -05:00
Hunter Miller
b96b8750b2 treaty: more robust 'not found' logic 2023-06-23 19:17:14 -05:00
Hunter Miller
a5d20d0732 tile,treaty: improve status handling 2023-06-23 18:07:12 -05:00
Hunter Miller
f91323fe9f Merge branch 'master' into hm/vitals-integration 2023-06-23 16:19:57 -05:00
Hunter Miller
f4da452364 treaty-info: use connection check 2023-06-22 18:36:56 -05:00
Hunter Miller
733ce51ea8 vitals: add new connection check to frontend and improve treaty fetch 2023-06-22 16:08:48 -05:00
Patrick O'Sullivan
4f60f3d4f9 Add a catch in fetchRuntimeVersion 2023-06-14 06:20:29 -05:00
Patrick O'Sullivan
1843dc7c7a Fix vereState related issues 2023-06-13 16:06:22 -05:00
Patrick O'Sullivan
95eec52ed6 Merge branch 'master' into po/get-apps-updates 2023-06-13 15:47:52 -05:00
Patrick O'Sullivan
5e46827d03
Update ui/src/nav/Nav.tsx
Co-authored-by: Hunter Miller <svarty1@gmail.com>
2023-06-13 15:45:28 -05:00
Patrick O'Sullivan
22ff816c3b Remove unused imports 2023-06-13 15:45:12 -05:00
Hunter Miller
5c620cf418 home: small padding adjustment 2023-06-13 14:56:31 -05:00
tomholford
2d6e599d04
Merge pull request #184 from tloncorp/t/gear
gear: migrate from deprecated packages + use gear
2023-06-08 16:05:23 -07:00
tomholford
8d70226911
meta: storage-store --> storage mark rename
Co-authored-by: Hunter Miller <svarty1@gmail.com>
2023-06-08 16:04:56 -07:00
Hunter Miller
fdf763604e
Merge pull request #189 from pkova/master
landscape: complain if vere is out of date
2023-06-08 15:59:40 -05:00
Hunter Miller
fe628d8789
about: make links match 2023-06-08 15:57:58 -05:00
tomholford
9fc8adbd8f meta: refactor storageVersion
Before this change, Vite was complaining that the value was being referenced before being defined.
2023-06-08 12:47:21 -07:00
tomholford
6d792405e7 gear: fix BigIntArrayOrderedMap constructor
See:
https://github.com/tloncorp/landscape/pull/184#discussion_r1213348543
2023-06-07 21:28:03 -07:00
tomholford
90a61b8ed6 gear: update settings-store name
- also fix PutEntry type
2023-06-07 21:21:41 -07:00
tomholford
5d13032fde gear: remove legacy Kiln types 2023-06-07 21:17:30 -07:00
tomholford
e0c2ad6b7a gear: import Storage from Groups
- rename s3 stragglers --> storage
- also fix Hark tsc issues
- install missing deps
2023-06-07 21:08:09 -07:00
tomholford
0384c2778b gear: replace hark types from landscape-apps 2023-06-07 15:19:56 -07:00
tomholford
2257fce41f gear: use landscape-apps contacts interface
- also update @urbit/http-api to latest
2023-06-07 14:39:16 -07:00
Patrick O'Sullivan
79711aea92 Fix remaining search issues 2023-06-07 13:11:12 -05:00
Patrick O'Sullivan
a58664ba53 Switch to react-router v6, fix some issues with 'search preferences' 2023-06-07 07:18:09 -05:00
tomholford
c62c62466d meta: use @urbit/http-api
Addresses PR Feedback: restore usage of @urbit/http-api (instead of the new @urbit/js-http-api) for now
2023-06-06 19:59:44 -07:00
tomholford
50ffc4c12f meta: remove unused gear pkgs 2023-06-06 19:57:52 -07:00
tomholford
935ac654e1 meta: deprecated old pkgs; add new
- remove @urbit/api
- remove @urbit/http-api
- remove urbit-ob
- add @urbit/aura
- add urbit/js-http-api (via github repo)
- remove all references to @urbit/api
- replace with references to @/gear for most types, @urbit/aura for helpers, and js-http-api for network types (via the github repo; replace with npm package when published)
2023-06-06 19:57:45 -07:00
tomholford
2f7f3fa4d4 gear: move to src/ 2023-06-06 19:56:17 -07:00
tomholford
62833d42ee devex: move to ui/, remove graph and lib
also uninstall @urbit/api
2023-06-06 19:56:17 -07:00
Patrick O'Sullivan
4cdecff9ba get-apps: rework search interaction, update UX
Closes #166
2023-06-06 09:41:16 -05:00
pkova
51c39dc696 about-system: link to docs for updating runtime if out of date 2023-06-06 16:18:26 +03:00
pkova
b34a2f0cee landscape: tweak runtime up to date logic for less pop-in 2023-06-06 16:12:18 +03:00
pkova
14a69fa20c landscape: complain if vere is out of date 2023-06-06 15:52:03 +03:00
James Acklin
02be6f9d23 notifications: breaks URLs in notification text, uses shipname
fixes #190
2023-06-03 14:43:37 -04:00
Patrick O'Sullivan
8e64234a5e More cleanup around tooltip 2023-06-02 09:30:11 -05:00
Patrick O'Sullivan
e2ca157ada Switch from Popover to Tooltip 2023-05-31 11:57:58 -05:00
Patrick O'Sullivan
b13e438d1c Use groups data rather than settings to establish whether groups has been used 2023-05-31 11:51:09 -05:00
Patrick O'Sullivan
f9105ff7b9 first run: Prompt new users to open groups
For #165

This adds a purple bullet to the groups tile for users who have not yet opened groups. The popover will either show some text about groups or let them know that they've been invited to a group (in the case of onboarding via lure).
2023-05-31 06:27:11 -05:00
Hunter Miller
337dd03fa0 notifications: improving load times and making progress indicator better 2023-05-17 17:57:55 -05:00
Hunter Miller
42dc36d814
Merge pull request #169 from tloncorp/hm/update-notifications
app: updating a lot up to homestead standards
2023-05-17 10:02:52 -05:00
Hunter Miller
aedfac627a settings: point to the right place, improve tile grid loading 2023-05-16 16:35:53 -05:00
Hunter Miller
946f9692c4 vite: update to 3 2023-05-16 16:35:10 -05:00
Hunter Miller
bfb2a0ea5c settings: update to react query 2023-05-15 17:49:33 -05:00
Hunter Miller
d164a25207 contacts: actually start it 2023-05-15 15:43:46 -05:00
Greg Colker
d04803fed7 Disable spellcheck on Access Key fields 2023-05-12 10:45:28 -04:00
Greg Colker
a6daeed85f Disable Safari automatic corection on s3 input fields 2023-05-12 10:44:19 -04:00