summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Ratchet up Component test coverageKit La Touche2024-11-15
| | | | | | | | | | Turns out a number of our components are a pain to run via a mounting test, but Svelte does suggest that this is the dispreferred way to test anyway. Using use:, triggering navigation after logout, and scrollIntoView all make the headless node test process with the janky in-memory mount have a Very Bad Day. But this is still progress! We will press on.
* Merge branch 'main' into wip/js-testsKit La Touche2024-11-15
|\
| * Merge branch 'main' into prop/shorter-expiryKit La Touche2024-11-15
| |\
| * | Shorten the default retention, dramatically.Owen Jacobson2024-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original retention values were loosely based on Slack's retention, for lack of a more specific motivator. Today's election results have changed my views; the service now defaults to retention more in line with the needs of communities for which deep message history may be a risk: * Unused channels expire after 7 days. * Used channels expire when their last message expires (as before). * Deleted channels are purged after 6 hours (which is in line with the purge behaviour of messages). * Messages expire after 15 days. * Deleted messages are purged after 6 hours (as before). No changes have been made to token expiry.
* | | Stub in testsKit La Touche2024-11-14
| | |
* | | Add in start of testsKit La Touche2024-11-14
| | |
* | | Add FE test frameworkKit La Touche2024-11-14
| |/ |/|
* | Match chrome colour to top bar colourOwen Jacobson2024-11-11
| |
* | npm run formatOwen Jacobson2024-11-11
| |
* | Merge remote-tracking branch 'origin/prop/pwa'Owen Jacobson2024-11-11
|\ \
| * \ Merge branch 'main' into prop/pwaKit La Touche2024-11-11
| |\ \ | |/ / |/| |
* | | Don't erroneously try to get an invite ID as a property of a promise ↵Owen Jacobson2024-11-11
| | | | | | | | | | | | yielding an invite.
* | | Merge branch 'main' into prop/message-deleteKit La Touche2024-11-11
|\ \ \
* | | | Deletable messages.Owen Jacobson2024-11-08
| | | | | | | | | | | | | | | | This also fixes some rendering jank with the message timestamp chip.
| | * | Actually return things in the cache, from the cacheKit La Touche2024-11-11
| | | | | | | | | | | | | | | | Service worker basics I guess.
| | * | Add extra images macOS PWAs expectKit La Touche2024-11-09
| | | |
| | * | Replace favicon and logo with Pilcrow logoKit La Touche2024-11-09
| | | | | | | | | | | | | | | | | | | | It's not very legible at small sizes, but it's a first draft, it'll be fine.
| | * | Remove stray reference to "hi"Kit La Touche2024-11-08
| | | |
| | * | Fix start path in manifestKit La Touche2024-11-08
| | | |
| | * | Merge branch 'main' into wip/pwaKit La Touche2024-11-08
| | |\ \ | | |/ / | |/| |
| * | | Don't run the service as root.Owen Jacobson2024-11-08
| | | |
| * | | Rename `hi` service unitOwen Jacobson2024-11-08
| | | |
| * | | Rename the project to `pilcrow`.Owen Jacobson2024-11-08
|/ / /
* | | Allow setting API_SERVER to forward `npm run dev` to a running instance.Owen Jacobson2024-11-08
| | |
* | | Stop chopping the first message off of each channel (oops).Owen Jacobson2024-11-08
| | |
* | | Better choices of margins and capsOwen Jacobson2024-11-07
| | |
* | | Increase horizontal padding on the /me link so it looks a little less crampedOwen Jacobson2024-11-07
| | |
* | | Factor out the elements of the `/me` page, and style them a little.Owen Jacobson2024-11-07
| | |
* | | Be more consistent around margins and padding for the "main" paneOwen Jacobson2024-11-07
| | |
* | | Sort out padding and wrapping for the chat inputOwen Jacobson2024-11-07
| |/ |/|
* | Fix up calls to `addMessage` inside `Messages`.Owen Jacobson2024-11-07
| |
| * Merge branch 'main' into wip/pwaKit La Touche2024-11-07
| |\ | |/ |/|
* | Merge branch 'prop/better-run-splitting'Kit La Touche2024-11-07
|\ \
| * | Tweak addMessage call signatureKit La Touche2024-11-07
| | |
| * | Backport multiline logic from prop/multiline-shiftKit La Touche2024-11-07
| | |
| * | Split message runs after ten minutes' silence.Owen Jacobson2024-11-06
| | | | | | | | | | | | I've also refactored how runs are processed, to avoid re-splitting runs every time the channel view is rendered. They're generated when messages are ingested into the `$messages` store, instead.
* | | Use any modifier key (ctrl, alt, shift, or meta, technically) for multi-line ↵Owen Jacobson2024-11-06
|/ / | | | | | | messages.
| * Add comment explaining why this isn't happy in FirefoxKit La Touche2024-11-06
| |
| * Merge branch 'main' into wip/pwaKit La Touche2024-11-06
| |\ | |/ |/|
* | Remove hover effect from message runsOwen Jacobson2024-11-06
| |
* | Move the logout button into `/me`. Make the self link a little more prominent.Owen Jacobson2024-11-06
| |
| |
| \
*-. \ Merge remote-tracking branches 'origin/prop/dom-sandpaper' and ↵Owen Jacobson2024-11-06
|\ \ \ | | | | | | | | | | | | 'origin/prop/showmenu-nonglobal'
| | * | Move `showMenu` out of globals and into page state.Owen Jacobson2024-11-05
| |/ / |/| | | | | | | | | | | | | | I generally don't love globals, and the scope of this global is pretty narrow. Let's use the context hierarchy for this, instead. (Kit mentioned that it might be possible to use CSS variables for this.)
| * | File off some rough spots in the DOM.Owen Jacobson2024-11-05
|/ / | | | | | | | | | | * We had an unused layer of divs in the main UI. * The <div id="app"> div was superfluous with the body-level div in app.html. * Some formatting changes in one component?? Weird.
| * Start to make this a PWAKit La Touche2024-11-05
|/
* Merge remote-tracking branch 'origin/wip/message-width'Owen Jacobson2024-11-04
|\
| * Fix width and scrollingKit La Touche2024-11-04
|/ | | | | | | This is some jinbodger CSS. I really need to do a unified-CSS sweep. I start to see why per-component CSS is bad, too; there are so many long-distance interactions needed!
* Retire use of <slot />Owen Jacobson2024-11-04
|
* Merge remote-tracking branch 'origin/wip/actually-configure-prettier'Owen Jacobson2024-11-03
|\
| * Run spaces-style prettier formattingKit La Touche2024-11-03
| |