Simon Højberg
Simon Højberg
Currently, when logging out of Share, a `Successfully logged out.` message is rendered without the context of the Share UI and feels out of place. Instead we should redirect to...
Extend the `/getDefinition` codebase server API with metadata like author, license and data. Completing this ticket will support this UI ticket: https://github.com/unisonweb/ui-core/issues/24 ## Suggested response To the already existing `/getDefinition`...
We want to support a notion of a definition summary and source summary which is more compact response than the `/getDefintion` result. This ticket will support and unblock these UI...
A new endpoint for getting general information about the codebase. Metadata is read via the config file. This will support https://github.com/unisonweb/unison-local-ui/issues/3 ## Suggested Response Schema ```elm type CodebaseResponse = {...
To support nice URLs in the Codebase UI—both local and on Share—we need to be able to ask the codebase server the hash of a namespace name as well the...
If a definition is open, and a the perspective is changed to still include that definition but one namespace level deeper, the original definition url remains the same, meaning the...
To support the project notion we'll need some new ucm commands. The goal of this ticket is to design those commands, not implement them. Rough draft: - `.> project.create {{project-name}}`:...
Projects should have guard railed namespace structure to make it easy for developers to setup and develop, deal with releases, prs and dependencies. The goal of this ticket is to...
We introduced a pre filter to our FZF implementation to minimize the search space, but this means we get less FZF features. For example with the pre-filter we can't search...