Matt Krick

Results 133 issues of Matt Krick

Pages need a breadcrumb at the top of the view so folks know where it is in relation to its parents We also need a way to update permissions in...

In notion, the left nav only opens up 1 level deep on refresh. TBH, this is surprisingly basic. you'd think it'd be more like windows explorer where the page that...

design

With recent changes to DomainJoins, we can no longer assume that team members & org members can trust each other. It's possible that a user gets unknowingly invited to a...

security

# Description TipTap v3 is now in beta. tried upgrading but there's weirdness with how they're doing .cjs imports. For example, they're exporting from a .cjs file instead of module.exports,...

Create a "TaskDueSoon" notification?

In GraphQL, we should throw `GraphQLError` on queries & mutations where we want to send that error to the client. That way, things like e.g. an unexpected database error of...

enhancement
chore

in the graphql schema, you can get to users, teams, and orgs that you may not be apart of. e.g. ```gql page { access { organizations { activeTeamCount } }...

See #8340 Upgrading Relay didn't fix all the frontend errors. In dev, I see the following error pop up: ``` warning.js:30 Warning: Relay: Expected to have been able to read...

stale

add tests for RBAC triggers

Repro: do a heapDump the client should fail a keepAlive & reconnect to a new, unblocked server, but it does not.

bug
p2