Philip Monk
36514b21d4
grid: only block on live apps
2022-12-05 17:12:10 -07:00
Philip Monk
44ca16d0e7
grid: improve copy and fix system update dismissal
...
For blocked kelvin updates, we clarified the copy, including deleting a
broken link and reference to a system preferences button that doesn't
exist, and standardized on "suspend" instead of "archive" (as in the
rest of the UI).
Also don't delete OTA source when dismissing the notification.
2022-12-05 16:11:53 -07:00
Philip Monk
4132a00cbf
Merge remote-tracking branch 'origin/next/417' into next/417
2022-12-05 14:36:42 -07:00
Hunter Miller
be9e965632
api: bump version and update grid deps
2022-12-01 16:03:31 -06:00
tomholford
76dff64b69
grid: address pr feedback
...
Opting to pause system OTAs also dismisses the notificaiton.
2022-11-29 13:43:56 -08:00
tomholford
ae0febc832
grid: dismiss Base Blocked notice on Archive
2022-11-29 07:51:57 -08:00
tomholford
d3474705a9
grid: can unsync system OTAs from notifications
...
When shown the Base Blocked notification, the user can opt to disable
updates so as to continue using out-of-date apps.
2022-11-29 06:31:56 -08:00
tomholford
8239781550
grid: fix tile bullet + suspend notice layout
2022-11-29 05:36:59 -08:00
tomholford
12a789656c
grid: install foreign system updates to local desk
...
This addresses PR feedback:
https://github.com/urbit/urbit/pull/6093#discussion_r1028798146
2022-11-21 21:52:11 -08:00
tomholford
1bd0f4be77
grid: distinguish app sync from system install
...
By using `%kiln-install` instead of `%kiln-sync` for System Updates, this ensures that the `%kids` desk is also updated.
Also, address UX feedback: render the entire source ship's patp to avoid ambiguity. (as opposed to truncating a moon's name).
2022-11-21 16:10:59 -08:00
tomholford
0d25ac2464
ux: clearer button label
...
This addresses feedback from the Design team: what is being Unsynced?
Thanks @urcades!
2022-11-11 00:54:23 -08:00
tomholford
53531eaf10
kiln: update %kiln-bump poke and mark
2022-11-08 03:32:32 -08:00
tomholford
6332a8c4e2
grid: remove unused kiln/state logic
2022-11-07 23:58:03 -08:00
tomholford
3c84f0fe1e
grid: sync / unsync OTA source in System Prefs
2022-11-07 23:56:49 -08:00
tomholford
5846d0e0ba
grid: sync / unsync App Preferences
2022-11-07 23:23:08 -08:00
tomholford
2887008487
prefs: use sync.pike to discern if OTAs enabled
...
Also, remove the conditional rendering logic for AppPrefs. With the new logic (and before this change) if the User disables OTAs, the toggle would disappear, which feels like an antipattern.
2022-11-07 17:52:13 -08:00
tomholford
a4a022f006
grid: remove deprecated Vats state + helpers
2022-11-04 00:21:03 -07:00
tomholford
842da7e60b
grid: SystemMenu consumes pike
2022-11-04 00:20:33 -07:00
tomholford
822957bf94
grid: TreatyInfo consumes pike
2022-11-04 00:20:16 -07:00
tomholford
8400992c1d
grid: PermalinkRoutes consumes pike
2022-11-04 00:11:06 -07:00
tomholford
302a7483ea
grid: SystemUpdatePrefs consumes pike
2022-11-04 00:09:12 -07:00
tomholford
41a7c14b88
grid: Tile consumes pike
2022-11-04 00:07:25 -07:00
tomholford
0584103bee
grid: clean up kiln state initialization
2022-11-04 00:05:43 -07:00
tomholford
f8e4ec8915
grid: OnboardingNotification consumes pike
2022-11-03 23:46:55 -07:00
tomholford
11445e2882
grid: AppInfo consumes pike
2022-11-03 23:37:19 -07:00
tomholford
84ea05f17b
grid: SystemNotifications consumes pike
2022-11-03 23:21:04 -07:00
tomholford
8293c54dc1
grid: AppPrefs consumes pike
2022-11-03 22:58:12 -07:00
tomholford
2cff3f9f71
grid: kiln-bump poke no longer takes args
2022-11-03 22:35:41 -07:00
tomholford
bb97306432
grid: consume Pike interface and scry
2022-11-03 22:19:36 -07:00
Hunter Miller
3caa04c8b9
ops: fixing build
2022-06-23 12:24:39 -05:00
Patrick O'Sullivan
f416d4d4fa
landscape/grid: Prevent cen from breaking react router in grid's leap
2022-05-13 11:15:50 -05:00
Matilde Park
b8fca68db6
grid: pasting shortcodes redirects to app page
...
Current behaviour when pasting, eg. `~paldev/pals` is to show the list
of all apps by ~paldev, even though the URL knows we're looking for pals
(eg. `/~paldev/apps/pals`). By reconstructing the URL to include the
host and desk twice, we can redirect straight to the app prompt, as
that's where that route exists.
2022-04-26 15:25:09 -07:00
Hunter Miller
8aaeeef405
Merge branch 'master' into next/landscape
2022-04-20 10:16:56 -05:00
Patrick O'Sullivan
c0a595ccca
grid: leap: search only for ship names, not display names
2022-04-14 12:25:03 -05:00
Patrick O'Sullivan
75f1e22969
grid: Show provider nicknames next to actual ship name in leap search
2022-04-14 11:33:59 -05:00
Hunter Miller
dcfcafb049
Merge branch 'next/groups'
2022-04-12 13:39:33 -05:00
Patrick O'Sullivan
aef4890cf4
grid: remove notification prompt for browser settings
2022-04-08 08:19:59 -05:00
Hunter Miller
c35f6f19e6
notifications: refining language, dnd prevents badge and browser notify, still get hark state
2022-04-05 19:21:44 -05:00
Hunter Miller
f246cbf32a
lock: fixing sizing
2022-04-05 19:20:20 -05:00
Hunter Miller
45b5100601
dialog: fixing weird white flash from brave on window unfocus
2022-04-05 19:19:58 -05:00
Hunter Miller
f085c37ecc
browser-settings: making types more robust and fixing setting clearing bug
2022-04-05 18:29:29 -05:00
Patrick O'Sullivan
1d7b5d648a
grid: Move browser not. toggle into notification tab, remove dnd
2022-04-05 09:44:28 -05:00
Patrick O'Sullivan
0f3ba4f296
grid: Remove unnecessary space, comma from interface settings
2022-04-04 13:33:49 -05:00
Patrick O'Sullivan
ed9b58c3f9
Update copy for browsers that can't register protocols
2022-04-04 13:32:14 -05:00
Patrick O'Sullivan
f484ce6da6
grid: fix sort order in notifications
2022-04-01 17:29:27 -05:00
Patrick O'Sullivan
e3f2250b02
grid: remove debug statement
2022-03-31 15:24:18 -05:00
Patrick O'Sullivan
de30c0ef19
grid: fix mock notification data to match new type def
2022-03-31 11:54:34 -05:00
Patrick O'Sullivan
618474dbae
Merge pull request #5660 from urbit/po/new-browser-api-toggles
...
grid: new browser api toggles/settings
2022-03-29 18:28:34 -05:00
Patrick O'Sullivan
a63e54cdfe
grid: Fix notification order in inbox
2022-03-28 15:07:02 -05:00
Patrick O'Sullivan
bb4c4841ae
grid: check for settings load before checking browser settings
2022-03-25 15:40:37 -05:00