Commit Graph

114 Commits

Author SHA1 Message Date
James Acklin
5b59a563fb landscape: fix system preferences scrolling 2022-12-16 20:09:12 -05:00
james acklin
9fe6cbee69
Merge pull request #24 from urbit/t/ux-enhancements
ux: Preferences enhancements
2022-12-12 16:02:29 -05:00
Patrick O'Sullivan
6a5caa2496 Filter landscape desk out from system prefs 2022-12-12 14:28:23 -06:00
tomholford
b629834a60 ux: scrollable 2-col Preferences 2022-12-12 01:15:15 -08:00
james acklin
b2d7e7a48e
help: correct app links 2022-12-08 14:30:28 -05:00
Josh Lehman
3e69e86312
update foundation group
The original Foundation group which is referenced here has been archived now that we've moved to the new one on ~halbex-palheb.
2022-12-08 10:57:43 -08:00
Patrick O'Sullivan
71821bde1c Filter out landscape tile 2022-12-08 08:20:58 -06:00
tomholford
4a87dd3828 ux: alphabetize installed apps 2022-12-07 23:05:29 -08:00
Hunter Miller
c38a65a1b0
Merge pull request #20 from urbit/t/sync-desk-deux
grid: only block on live apps
2022-12-07 16:36:43 -06:00
tomholford
9cf2e65b1f grid: only block on live apps 2022-12-07 13:52:14 -08:00
rcrdlbl
f8c3bd72a9 fixed appearance and notification typos 2022-12-07 15:08:51 -05:00
Hunter Miller
f0031797a2 avatar: proper aspect ratio 2022-12-06 14:29:42 -06:00
tomholford
235f7ca0db ui: address PR feedback
- wrap the SourceSetter with a black card backdrop
2022-12-02 14:31:03 -08:00
tomholford
8f929eb066 grid: resolve diff in Preferences
This change reconciles the drift in System Preferences between urbit/urbit/pkg/grid and urbit/garden
2022-12-01 17:22:45 -08:00
tomholford
f0b6568ad9 deps: bump @urbit packages 2022-12-01 14:23:03 -08:00
tomholford
2e0dc2dbc3 grid: dismiss Base Blocked notice on Archive 2022-12-01 09:07:12 -08:00
tomholford
0445f89ccf 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-12-01 09:04:39 -08:00
tomholford
67f9091212 grid: fix tile bullet + suspend notice layout 2022-12-01 09:01:07 -08:00
tomholford
b8bf4dc431 grid: install foreign system updates to local desk
This addresses PR feedback:
https://github.com/urbit/urbit/pull/6093#discussion_r1028798146
2022-12-01 08:59:10 -08:00
tomholford
714f50ed4f 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-12-01 08:59:10 -08:00
tomholford
8766fd05cc ux: clearer button label
This addresses feedback from the Design team: what is being Unsynced?

Thanks @urcades!
2022-12-01 08:54:39 -08:00
tomholford
a5cfafa1fc kiln: update %kiln-bump poke and mark 2022-12-01 08:54:39 -08:00
tomholford
59562c54b8 grid: remove unused kiln/state logic 2022-12-01 08:52:59 -08:00
tomholford
2c4d8b59bc grid: sync / unsync OTA source in System Prefs 2022-12-01 08:52:03 -08:00
tomholford
dd2d1b0350 grid: sync / unsync App Preferences 2022-12-01 08:43:03 -08:00
tomholford
b15b2dd3fd 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-12-01 08:35:25 -08:00
tomholford
089d67eb31 grid: remove deprecated Vats state + helpers 2022-12-01 08:31:57 -08:00
tomholford
231d87b4ac grid: SystemMenu consumes pike 2022-12-01 08:30:08 -08:00
tomholford
a257aa89f8 grid: TreatyInfo consumes pike 2022-12-01 08:30:08 -08:00
tomholford
857688d068 grid: PermalinkRoutes consumes pike 2022-12-01 08:30:08 -08:00
tomholford
24d18dda55 grid: SystemUpdatePrefs consumes pike 2022-12-01 08:30:08 -08:00
tomholford
1c72528bcc grid: Tile consumes pike 2022-12-01 08:27:44 -08:00
tomholford
29f42aff1f grid: clean up kiln state initialization 2022-12-01 08:27:44 -08:00
tomholford
ac3dc72983 grid: OnboardingNotification consumes pike 2022-12-01 08:20:45 -08:00
tomholford
1826e0fa3f grid: AppInfo consumes pike 2022-12-01 08:19:53 -08:00
tomholford
5eaed93868 grid: SystemNotifications consumes pike 2022-12-01 08:19:53 -08:00
tomholford
b23293228d grid: AppPrefs consumes pike 2022-12-01 08:14:00 -08:00
tomholford
a92fb139f0 grid: kiln-bump poke no longer takes args 2022-12-01 08:12:05 -08:00
tomholford
29fff1d842 grid: consume Pike interface and scry 2022-12-01 08:11:05 -08:00
tomholford
85a23dc5ff grid: import utils from upstream 2022-12-01 08:10:32 -08:00
Patrick O'Sullivan
176c2df561 Add region to s3 settings 2022-11-04 15:56:11 -05:00
James Acklin
018aef6e9a settings: fixing bad html prop 2022-10-20 19:56:04 -04:00
James Acklin
0ed2432037 settings: save s3 settings to %s3-store 2022-10-20 19:51:00 -04:00
James Acklin
279a6a3644 settings: add s3 page 2022-10-20 16:18:00 -04:00
James Acklin
d762e2c18a help: adds feedback button
fixes tloncorp/landscape-apps#986
2022-10-06 09:09:30 -04:00
James Acklin
87a6869224 settings: general layout cleanup 2022-10-01 22:14:49 -04:00
James Acklin
50ed84ca97 settings: set display 2022-10-01 19:01:03 -04:00
James Acklin
436f4db6b6 settings: await poke during pokeOptimistically
fixes tloncorp/landscape-apps#956
2022-10-01 13:19:53 -04:00
James Acklin
7e2c36f426 meta: bring eslint/prettier + http-api up to date 2022-10-01 13:18:58 -04:00
Hunter Miller
30e0e26911 nav: restore james' orb 2022-09-29 17:19:38 -05:00
james acklin
70554198d3
Merge pull request #8 from urbit/hm/restore-old-groups 2022-09-27 18:51:23 -04:00
Hunter Miller
574b2a877c grid: removing old groups filter 2022-09-27 15:36:33 -05:00
rcrdlbl
5c224d6526 changed initial dnd state to false 2022-09-20 21:49:14 -04:00
Hunter Miller
10ac77dfba meta: update title 2022-09-20 13:36:45 -05:00
Hunter Miller
018f0e49af demo: hide old groups 2022-09-20 12:48:19 -05:00
Hunter Miller
c52cfa02c1
Update ui/src/components/ShipName.tsx
Co-authored-by: Patrick O'Sullivan <patrick@osullivan.io>
2022-08-26 11:14:05 -05:00
Hunter Miller
74d42f7ca9 meta: fixing types and globbing 2022-08-25 15:55:08 -05:00
Hunter Miller
7a0caf625b notifications: porting over new hark 2022-08-25 14:58:09 -05:00
Patrick O'Sullivan
22cb309e92 Add .nvmrc, switch to node 14 2022-08-08 09:39:55 -05:00
Patrick O'Sullivan
5362ad2a1a Fix type issue in settings init 2022-08-02 11:04:24 -05:00
Patrick O'Sullivan
c661a1b8dc move ui files to ui dir 2022-08-02 11:01:31 -05:00
Patrick O'Sullivan
ac2eecb88d Add urbit mock-http-api 2022-08-02 11:01:29 -05:00
Patrick O'Sullivan
3add56d149 fix type issue breaking build 2022-08-02 10:48:07 -05:00
Patrick O'Sullivan
517fa6fa88 Add desk and ui dirs 2022-08-02 10:43:52 -05:00