Commit Graph

25576 Commits

Author SHA1 Message Date
Matilde Park
e61be655cf interface: add tsc to precommit hook 2021-05-18 16:51:08 -04:00
Matilde Park
e706f357bd pkg/npm: ignore empty functions 2021-05-18 16:37:32 -04:00
Matilde Park
7d080c9c7d pkg/npm: amend ts-error rule 2021-05-18 16:32:43 -04:00
Matilde Park
1d64edd842 interface: add lint-staged as pre-commit hook 2021-05-18 16:32:30 -04:00
matildepark
1bbb86868b
Merge pull request #4915 from urbit/mp/landscape/graph-renderers
GraphContent: amend text, blockquote boxing, color
2021-05-18 13:10:55 -04:00
Matilde Park
a43bb23223 GraphContent: amend text, blockquote boxing, color 2021-05-18 13:08:02 -04:00
matildepark
e80cd1ceb3
Merge pull request #4911 from urbit/lf/bag-of-grab
interface: misc grabbag
2021-05-18 12:30:33 -04:00
matildepark
caca1908be
Merge pull request #4905 from urbit/lf/more-markdown
GraphContent: improve rendering
2021-05-18 01:57:15 -04:00
Liam Fitzgerald
0e9a8590d8
Groups: fix keying 2021-05-18 14:00:10 +10:00
Liam Fitzgerald
2221411220
GroupSwitcher: update recent groups on unmount
Fixes an unfiled bug where switching to a non-group workspace would not
add the most recent group to the group switcher
2021-05-18 12:36:49 +10:00
Liam Fitzgerald
e8091f9da1
graph-reducer: ignore superfluous updates
Reduces RAM usage drastically, especially in long-lived sessions
2021-05-18 12:33:48 +10:00
Liam Fitzgerald
b60e39545c
GraphContent: fix tsc 2021-05-18 12:10:58 +10:00
Liam Fitzgerald
fdc703b7f6
Merge remote-tracking branch 'origin/release/next-userspace' into lf/more-markdown 2021-05-17 16:19:28 +10:00
matildepark
e5514b1386
Merge pull request #4906 from urbit/lf/opt-unread
hark: optimistic read
2021-05-16 23:05:38 -04:00
Liam Fitzgerald
64582458dc
hark: optimistic read 2021-05-17 10:43:23 +10:00
Liam Fitzgerald
201a4ad0a5
GraphContent: use indigo list components 2021-05-17 10:23:27 +10:00
Liam Fitzgerald
06cce27924
GraphContent: fix blockquotes and newlines 2021-05-17 10:15:04 +10:00
matildepark
bbc9d7c843
Merge pull request #4903 from urbit/mp/land/2021-5-14
landscape: grabbag
2021-05-14 13:36:08 -04:00
Matilde Park
4a7527b6cc GroupSummary: loosen access 2021-05-14 12:53:11 -04:00
Matilde Park
69572e296f GroupSummary: display padlock, copy action
Fixes urbit/landscape#411
2021-05-14 12:42:14 -04:00
Matilde Park
49d411021c GroupLink: remove public/private labels
We don't actually expose this in the API, so this is providing
inaccurate information.

Fixes urbit/landscape#874
2021-05-14 12:21:22 -04:00
Matilde Park
31b5499598 OmniboxResult: fix collection icon
Fixes urbit/landscape#876
2021-05-14 12:18:55 -04:00
janeway-bot
b8fb4ed61d
Merge 64fc64824f into release/next-userspace 2021-05-14 19:06:47 +04:00
matildepark
64fc64824f
Merge pull request #4902 from urbit/matildepark-patch-2
build: check subdirs on tsc
2021-05-14 11:05:54 -04:00
matildepark
3d4644dc72
Merge pull request #4901 from urbit/tbcs/mobile-notifications
interface: check notification availability
2021-05-14 09:43:40 -04:00
matildepark
22ffd42a66
build: check subdirs on tsc
Forgot this yet again.
2021-05-14 00:33:40 -04:00
Tyler Brown Cifu Shuster
bbd244e634 interface: check notification availability 2021-05-13 20:23:32 -07:00
janeway-bot
1740a7046e
Merge 6e32d20830 into release/next-userspace 2021-05-14 06:59:46 +04:00
matildepark
6e32d20830
Merge pull request #4853 from urbit/mp/landscape/tsc-test
build: add typescript-check.yml
2021-05-13 22:59:18 -04:00
matildepark
6423b34f1e
Merge pull request #4899 from urbit/mp/landscape/ts
landscape: zero typescript errors
2021-05-13 22:58:54 -04:00
matildepark
7678cb3806
Merge pull request #4898 from urbit/tbcs/tile-ordering
interface: changed alphabeticalOrder to ignore non-word characters
2021-05-13 19:16:17 -04:00
matildepark
2a8483c603
Merge pull request #4900 from urbit/james/small-fixes
interface: fixes lopsided SMB, eliminates shortcut chord console logging
2021-05-13 19:15:24 -04:00
Matilde Park
bb2c549c92 leap: fix ref regression 2021-05-13 18:55:24 -04:00
James Acklin
3ac2e2e378 interface: fixes lopsided SMB, eliminates shortcut chord console logging 2021-05-13 18:46:46 -04:00
Matilde Park
ec632c7b17 interface/views: ts lint 2021-05-13 18:39:54 -04:00
Matilde Park
0ec0aa4f82 npm: amend metadata type 2021-05-13 18:39:20 -04:00
Matilde Park
5e35dc15be interface/logic/state: ignore zustand type conflicts 2021-05-13 18:39:01 -04:00
Matilde Park
3b74e46a10 interface/logic/reducers: ts lint 2021-05-13 18:38:41 -04:00
Matilde Park
a172a3c6d8 interface: add ts-mdast for graphcontent types 2021-05-13 18:38:26 -04:00
Matilde Park
60ff81e0b9 interface/logic/lib: ts lint 2021-05-13 18:38:10 -04:00
Tyler Brown Cifu Shuster
407bda3df5 interface: changed alphabeticalOrder to ignore non-word characters 2021-05-13 14:27:46 -07:00
matildepark
f7aab5893c
Merge pull request #4856 from urbit/lf/keybinds
interface: add basic keybinds
2021-05-13 13:24:36 -04:00
Matilde Park
62ba7462d2 Merge branch 'release/next-userspace' into lf/keybinds 2021-05-13 13:15:07 -04:00
matildepark
74918eec65
Merge pull request #4873 from urbit/tbcs/dumb-as-rocks
interface: adding basic notifications
2021-05-13 13:10:46 -04:00
matildepark
b77b83e446
Merge pull request #4897 from urbit/lf/optimistic-notif
interface: optimistic updating
2021-05-13 09:56:48 -04:00
Matilde Park
e089a864a7 interface: remove console.log 2021-05-13 09:56:01 -04:00
matildepark
50ecdc749f
Merge pull request #4896 from urbit/james/square-buttons
interface: square buttons; home: squash group key squawking
2021-05-13 09:44:44 -04:00
Tyler Brown Cifu Shuster
dba9ceeec2 Merge branch 'release/next-userspace' of https://github.com/urbit/urbit into tbcs/dumb-as-rocks 2021-05-13 05:38:11 -07:00
Tyler Brown Cifu Shuster
bd05760e9a notifications: cleaned up 2021-05-13 05:36:05 -07:00
Liam Fitzgerald
3699f72f83
notifications: arewewebyet 2021-05-13 16:56:33 +10:00