summaryrefslogtreecommitdiff
path: root/ui
Commit message (Collapse)AuthorAge
* Add styling for pre blocks in messagesKit La Touche2024-11-30
|
* Merge branch 'main' into wip/stylizeKit La Touche2024-11-28
|\
| * Don't sink the top bar so far down into the page.Owen Jacobson2024-11-26
| |
| * Best-guess an ARIA role for this element.Owen Jacobson2024-11-26
| | | | | | | | Svelte's lint complains if you add interaction to a div but don't give that div an ARIA role.
| * HTML-level styling inside non-top-level elements is not actually appliedOwen Jacobson2024-11-26
| |
| * Use store.set where appropriateKit La Touche2024-11-22
| | | | | | | | If you're setting it to a static value, use set.
| * Clean up extraneous variablesKit La Touche2024-11-22
| | | | | | | | Just use state, don't derive from a non-state local variable.
| * Patch out --host again; npm run formatOwen Jacobson2024-11-19
| |
| * Merge remote-tracking branch 'origin/prop/touch-events'Owen Jacobson2024-11-19
| |\
| | * Add Tinygesture for swipe eventsKit La Touche2024-11-18
| | | | | | | | | | | | | | | Hide and show channel menu thus. It doesn't gradually pull it out, which is less than ideal, but it's good enough for now.
| | * Merge branch 'main' into wip/touch-eventsKit La Touche2024-11-12
| | |\
| | * \ Merge branch 'main' into wip/touch-eventsKit La Touche2024-11-09
| | |\ \
| | * \ \ Merge branch 'main' into wip/touch-eventsKit La Touche2024-11-06
| | |\ \ \
| | * | | | Set up framework for testing touch eventsKit La Touche2024-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes a change to tools/run that exposes the dev server on my local network. This change should not make it into the final form of this branch. This is so I can use actual for real touch events on my actual for real phone, hooked up for remote debugging to my computer so I can see console events etc.
| * | | | | npm run formatOwen Jacobson2024-11-19
| | | | | |
| * | | | | Merge remote-tracking branch 'origin/prop/js-tests'Owen Jacobson2024-11-19
| |\ \ \ \ \
| | * | | | | Ratchet up coverageKit La Touche2024-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Just basic "will it mount?" tests for more components.
| | * | | | | 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.
| | * | | | | Stub in testsKit La Touche2024-11-14
| | | | | | |
| | * | | | | Add in start of testsKit La Touche2024-11-14
| | | |_|_|/ | | |/| | |
| * / | | | HTML-ify message bodies once, on receipt, and not every time the message is ↵Owen Jacobson2024-11-15
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | rendered. ~16% of the `hi development` channel's rendering time was taken up on this.
* | | | | Merge branch 'main' into wip/stylizeKit La Touche2024-11-12
|\| | | |
| * | | | Match chrome colour to top bar colourOwen Jacobson2024-11-11
| | | | |
| * | | | npm run formatOwen Jacobson2024-11-11
| | | | |
| * | | | Merge branch 'main' into prop/pwaKit La Touche2024-11-11
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge branch 'main' into wip/pwaKit La Touche2024-11-07
| |\ \ \ \ \
| * | | | | | Add comment explaining why this isn't happy in FirefoxKit La Touche2024-11-06
| | | | | | |
| * | | | | | Merge branch 'main' into wip/pwaKit La Touche2024-11-06
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Start to make this a PWAKit La Touche2024-11-05
| | | | | | |
* | | | | | | Merge branch 'main' into wip/stylizeKit 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.
* | | | | | | Style sidebar and message inputKit La Touche2024-11-11
| | | | | | |
* | | | | | | Style own messagesKit La Touche2024-11-11
| | | | | | |
* | | | | | | Fix error in inviteKit La Touche2024-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We weren't awaiting data.invite, so were trying to operate on the promise itself.
* | | | | | | Style blockquotesKit La Touche2024-11-11
| | | | | | |
* | | | | | | Try to style blockquotesKit La Touche2024-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | But it's not working. Why?
* | | | | | | Clean up event stream on window closeKit La Touche2024-11-11
| |/ / / / / |/| | | | |
* | | | | | Rename the project to `pilcrow`.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
| | | | |