summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Don't format coverage reports.Owen Jacobson2025-05-30
* Permit (and expect) trailing commas in most contexts.Owen Jacobson2025-05-30
* Document our tooling for code style.Owen Jacobson2025-05-30
* Consolidate code style checks into tool scripts.Owen Jacobson2025-05-30
* Tidy up `.prettierignore`.Owen Jacobson2025-05-30
* Fix a couple of stray `clippy` lints.ojacobson2025-05-30
|\
| * Fix a couple of stray `clippy` lints.Owen Jacobson2025-05-27
* | Consolidate testing steps into `tools/test`.ojacobson2025-05-30
|\ \
| * | Adjust code coverage failure thresholds to match the project.Owen Jacobson2025-05-27
| * | Consolidate testing steps into `tools/test`.Owen Jacobson2025-05-27
| |/
* | Call `vite` directly to build the frontend.ojacobson2025-05-30
|\ \
| * | Call `vite` directly to build the frontend.Owen Jacobson2025-05-27
| |/
* | Build the Sveltekit UI into Cargo's OUT_DIR.ojacobson2025-05-30
|\ \
| * | Build the Sveltekit UI into Cargo's OUT_DIR.Owen Jacobson2025-05-28
| |/
* | Merge pull request 'Use pull request bodies as merge commit bodies.' (#14) fr...ojacobson2025-05-30
|\ \
| * | Use pull request bodies as merge commit bodies.Owen Jacobson2025-05-27
| |/
* | Put `npm`'s bin directory on `$PATH` when using direnv.Owen Jacobson2025-05-28
* | Do not track .envrc.local files.Owen Jacobson2025-05-28
|/
* Remove a bunch of clippy suppressions.ojacobson2025-05-27
|\
| * Remove a bunch of clippy suppressions.Owen Jacobson2025-05-21
* | Fix* broken MessageInput tests.ojacobson2025-05-27
|\ \ | |/ |/|
| * Suppress testing of the MessageInput's, uh, text input.Owen Jacobson2025-05-22
| * Use browser-native methods to hide elements, not CSS alone.Owen Jacobson2025-05-22
|/
* Merge branch 'prop/unread-channels'Owen Jacobson2025-05-16
|\
| * Avoid converting DateTime values into numbersOwen Jacobson2025-05-15
| * Fix up spots where we still tried to treat `remote.channels.all` as a map.Owen Jacobson2025-05-15
* | Merge remote-tracking branch 'codeberg/prop/unread-channels'Owen Jacobson2025-05-16
|\|
| * Don't try to update last read time for channel pages if the channel has vanis...Owen Jacobson2025-05-14
| * Move derivation of the synthesized view of channels (and messages) into `sess...Owen Jacobson2025-05-14
| * When there's no message in view, update last read time based on the channel's...Owen Jacobson2025-05-14
| * Consider when a channel was created as part of determining whether it has bee...Owen Jacobson2025-05-14
| * Track created-at times for each channel.Owen Jacobson2025-05-13
| * Make creation time an intrinsic fact about channels, the way it is for events.Owen Jacobson2025-05-13
* | Merge remote-tracking branch 'codeberg/prop/text-input-no-quill'Owen Jacobson2025-05-16
|\ \ | |/ |/|
| * Merge pull request 'prop/text-input-no-quill-plus' (#2) from prop/text-input-...ojacobson2025-05-16
| |\
| | * Move placeholder-related CSS into `textarea.css`.Owen Jacobson2025-05-15
| | * Restore the placeholder when the editable input is emptied out after modifica...Owen Jacobson2025-05-13
| | * Support non-mouse accessibility.Owen Jacobson2025-05-13
| | * Make the resulting form more amenable to normal DOM operations.Owen Jacobson2025-05-13
| | * Implement the disabled state:Owen Jacobson2025-05-13
| | * Dim out placeholder text.Owen Jacobson2025-05-13
| |/
| * Send multi-line messages as multiple lines.Owen Jacobson2025-05-13
| * Fix up input to be a contenteditable divKit La Touche2025-05-11
* | Merge remote-tracking branch 'origin/prop/message-css'Owen Jacobson2025-05-13
|\ \ | |/ |/|
| * Remove code block borders.Owen Jacobson2025-05-08
| * Make rules targeting inline code more specific.Owen Jacobson2025-05-08
| * Prevent double-indenting of the first line of a code block.Owen Jacobson2025-05-08
| * Stlye headings, as well.Owen Jacobson2025-05-08
| * Fix horizontal padding on inline codeKit La Touche2025-05-08
| * Apply rounded borders to inline code inside list elements.Owen Jacobson2025-05-08