radicle-interface
radicle-interface copied to clipboard
Radicle web interface
``` src/base/projects/History.svelte 91: src/Clipboard.svelte 41: src/base/projects/Issues.svelte 77: src/base/projects/Patches.svelte 74: src/ColorPalette.svelte 167: src/base/projects/SourceBrowser/FileDiff.svelte 117: src/base/projects/Widget.svelte 112: src/base/projects/Tree/File.svelte 49: src/base/projects/Tree/Folder.svelte 64: src/base/projects/Commit/CommitTeaser.svelte 103: src/base/projects/Commit/CommitVerifiedBadge.svelte 58: src/ThemeToggle.svelte 50: src/Dropdown.svelte 53: src/Icon.svelte 24: src/Floating.svelte...
We should add a top and bottom gradient to the file browser to show that there is more content, instead of just cutting it off.
We currently are missing a listing of the parent commits of a specific commit ```ts export interface CommitHeader { author: Author; committer: Author; committerTime: number; description: string; sha1: string; summary:...
Choose either dashed or solid. It's unclear why one is dashed and one is solid. I'd recommend going with solid, as dashed feels a bit like it's disabled or a...
A common web usage pattern is to open links for later reading in separate tabs by clicking the middle mouse button. This currently doesn't work, because we're only handling the...
To allow end users mount a local instance of the web client on their machines, we need to package the web client so it can be served with the execution...
I'll write an issue wrt this, since it's something conceptual for now, which we should have a discussion about. It originated on the router PR as: `would be cool if...
Make sure relative links work within rendered markdown and fix formatting. Here's the [reference markdown file](https://app.radicle.xyz/seeds/maple.radicle.garden/rad:git:hnrkfgsbjgkqggsfoty5noz5bxr6eqqsbzsmy/tree/142d87f82ff5ca3bf0a5aa4ce25979298c67c1d1/markdown-cheatsheet.md#lists). How it could be: vs how it is now:
We should allow the user to be able to click on a URL, if provided in the project description Example: https://app.radicle.xyz/seeds/clients.radicle.xyz/rad:git:hnrkq5sti58yw41szighu565oprgt5eduhmhy/tree/f1540f3961edd67dd271739d12d4877b6d5933d9
- [ ] radicle-dev/radicle-client-services#201 - [x] radicle-dev/radicle-interface#412 - [ ] in the mobile context menu, prevent mobile safari from zooming in the input