From Noelle Leigh to ~sircmpwn/sr.ht-discuss
I think the constraints of devices with narrow screens makes a table- based layout impractical for this use-case. It's important that the Delete button and the Name column value be visible simultaneously to make it obvious to the user which one they're going to delete. This isn't really possible when those columns are on opposite sides of a wide table. I propose a new layout that uses <ul> and <dl> to represent the information in a structured way. Roughly sketched out, it would look like: <ul> <li> <dl>
From Noelle Leigh to ~sircmpwn/sr.ht-dev
Change the URL for the commit link when browsing a file, blame, or tree to go to the commit itself, rather than the head of the branch. This makes it a more useful permalink. Implementation copied from the `gitsrht.rss.commit_url` function. Signed-off-by: Noelle Leigh <noelle_leigh@fastmail.com> --- gitsrht/templates/blame.html | 2 +- gitsrht/templates/blob.html | 2 +- gitsrht/templates/tree.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gitsrht/templates/blame.html b/gitsrht/templates/blame.html [message trimmed]
From Noelle Leigh to ~sircmpwn/email-test-drive
--- noelle | 1 + 1 file changed, 1 insertion(+) create mode 100644 noelle diff --git a/noelle b/noelle new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/noelle @@ -0,0 +1 @@ -- 2.43.0 I'm about to try git send-email[message trimmed]
From Noelle Leigh to ~sircmpwn/email-test-drive
--- noelle | 1 + 1 file changed, 1 insertion(+) create mode 100644 noelle diff --git a/noelle b/noelle new file mode 100644 index 0000000..6d0ecfd --- /dev/null +++ b/noelle @@ -0,0 +1 @@ -- 2.43.0 I'm about to try git send-email[message trimmed]
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
Hi, I have a build manifest that deploys my website by running rsync and then running some SSH commands. I noticed that the logs from those commands appear double-spaced, meaning there is an extra blank line between each line. [Here is an example][0]. The commands themselves work fine, but having to scroll twice as much screen height to browse the logs is annoying. Any ideas what might be causing this? When I run the commands in my local terminal, the lines have no gaps between them. Thanks, Noelle
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
There's an example of running Sourcehut with Docker Compose in [~emersion/sr.ht-container-compose][0]. The project is unmaintained, but could serve as a jumping- off point for you. [0]: https://git.sr.ht/~emersion/sr.ht-container-compose
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
On Thu, Sep 19, 2024, at 9:10 AM, Mike Smith wrote: > Hi, > > I was wondering whether user groups/orgs are on the horizon for > sourcehut? I remember some talk on this archive a little while ago but > haven't heard anything recently. > > Cheers, > Mike I think the last time they were mentioned was in this blog post on 2024-06-04 [0], they're still on the roadmap. [0]: https://sourcehut.org/blog/2024-06-04-status-and-plans/
From Noelle Leigh to ~sircmpwn/sr.ht-dev
This makes it match the other API links, which go to specific pages. Signed-off-by: Noelle Leigh <noelle_leigh@fastmail.com> --- graphql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql.md b/graphql.md index b002937..e22c50b 100644 --- a/graphql.md +++ b/graphql.md @@ -19,7 +19,7 @@ conventions](api-conventions.md). - [hg.sr.ht](/hg.sr.ht/graphql.md) - [lists.sr.ht](/lists.sr.ht/graphql.md) [message trimmed]
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
On Sun, Jan 21, 2024, at 10:47 AM, lts20050703 wrote: > Hello! I'm just wondering if there's any particular reasons why > you don't want to allow external images/videos? Is there any > security risks? It's to prevent pages from embedding resources that could be used for third-party tracking and analytics, like the Facebook Pixel: https://themarkup.org/series/pixel-hunt
From Noelle Leigh to ~sircmpwn/sr.ht-discuss
On Tue, Jan 9, 2024, at 12:29 PM, Vlad-Stefan Harbuz wrote: > The table overflows the page horizontally on mobile — mentioning it in > case anyone wants to send a patch. Patch submitted: https://lists.sr.ht/~sircmpwn/sr.ht-dev/%3C20240111012702.27613-1-noelle_leigh%40fastmail.com%3E