darch

neotxt.dk

No description provided.

Recent twts from darch
In-reply-to » Shall we promote the filter_and_lists feature in yarnd? 🤔 I still don't like where the Logout button is, but I've gotten used to it 😅 (you are right it's hardly used really)

@prologic@twtxt.net Then it should only be filters_ since we don’t have and_lists yet😅

But there are still an inconsistency with what you get with the mentions-filter vs. the/mentions page.

Image

Image


I’m voting for removing the mentions-filter and keeping the /mentions page, since the latter shows the latest mentions and I like to have it as a top-level view:

Image

And yes, where do we want the logout button instead?

⤋ Read More
In-reply-to » @carsten Your thoughts/opinions on Activity Pub integration with Yarn / Tstxt? 🤔

@carsten@yarn.zn80.net Yes, an option for deliberate cross-posting or POSSE the IndieWeb way is more appealing to me also to keep yarn.social feeling light and clean. In that way your twtxt feed would be the backbone of your own site and then have some middle-ware, which cross-post to your mastodon account and whatever service you fancy to use:

Image

⤋ Read More
In-reply-to » @darch @justamoment @bender Something is a bit off with where the "Logout" button now is and the top-right "Profile" button. Can you guys try to collaborate on this? I just have this feeling... The new profile view is nice, but something is a bit off with the UX, several times I've tried to find the "Logout" button and keep forgetting where it now is 🤣

And now also the user’s avarar instead of the profile icon:

Image

⤋ Read More
In-reply-to » @darch @justamoment @bender Something is a bit off with where the "Logout" button now is and the top-right "Profile" button. Can you guys try to collaborate on this? I just have this feeling... The new profile view is nice, but something is a bit off with the UX, several times I've tried to find the "Logout" button and keep forgetting where it now is 🤣

How about putting the logout under settings like this?

Image

⤋ Read More
In-reply-to » @darch @justamoment @bender Something is a bit off with where the "Logout" button now is and the top-right "Profile" button. Can you guys try to collaborate on this? I just have this feeling... The new profile view is nice, but something is a bit off with the UX, several times I've tried to find the "Logout" button and keep forgetting where it now is 🤣

@prologic@twtxt.net Yes I have tried to have the avatar in the top right in an earlier design, but it still needs some work - especially on mobile (not shown)

Image

⤋ Read More

Vote/opinion: which is the preferred or correct render of block quotes - yarnd or the yarn app?

Image


Image

I would have expected it to look like it does in the app when I wrote the posts, but yarnd collapsed it allo into one blockquoute, which intrired to fix by adding (...)

Is this a problem with the markdown parser not being the same used in the app and in yarnd?

⤋ Read More
In-reply-to » Hmmm... Go instead to the lower limit of Miller's Law (about having 7 +/- 2 options)

Something like this:

Image

<main class="container float">
<aside class="filternav">
<h4>Filters</h4>
<nav class="tabs">
<a href="https://twtxt.net/?f=localonly" class="current">On twtxt.net</a>
<a href="https://twtxt.net/?f=noreplies">No Replies</a>
<a href="https://twtxt.net/?f=nobots">Exclude Bots</a>
<a href="https://twtxt.net/?f=norss">Exclude Feeds</a>
<a href="https://twtxt.net/">Clear</a>
</nav>
</aside>

⤋ Read More
In-reply-to » @darch Hmm this needs some minor adjustments I guess? Media

@prologic@twtxt.net So I did something else with the Setting page: I added tabs, which mean that I got some new issues with <form action="/settings" ... > since it now split into three.

I got it working now by using id=updateSettings in an empty form at the top, and then adding form=“updateSettings” to all the now orphaned inputs etc., but now the existing settings are not loaded into the form elements, as you can see on the radio buttons in the screenshots.

Anyhow have a go at in the new settings_with_tabs branch :)

Image


Image


Image

⤋ Read More

Just came accross the #storyofthehashtag at: https://www.cnbc.com/2020/01/09/how-chris-messina-got-twitter-to-use-the-hashtag.html

So right now we don’t see an lot of use af #tags here on yarn/twtxt. I believe it’s because it not very useful atm. You can put in hashtags in your post, but there are no way of discovering other tags or see posts and treads with a tag.

I like what Scuttlebutt do, when they turn the hashtags (back) into channels:

Image

And with the new search #comingsoon I believe we can have something similar

⤋ Read More
In-reply-to » Introducing the "Amoled" theme for Yarn.social pods 😅 Media cc @darch I'm not sure if there are any other parts of the colour scheme that could be changed, but I wanted a black and I mean black background for my user preference 😅

@eaplmx@twtxt.net and @prologic@twtxt.net I updated the Amoled theme and added the --icon css var to this PR

Image


Image


Image

We need to rollback the addition of the Amoled, but first when we are sure we want to do that?

⤋ Read More
In-reply-to » Introducing the "Amoled" theme for Yarn.social pods 😅 Media cc @darch I'm not sure if there are any other parts of the colour scheme that could be changed, but I wanted a black and I mean black background for my user preference 😅

@prologic@twtxt.net Okay so I noticed some issues looking at the working almond theme:

  • the --accent-bg is too light compared to the all #000 background, so I would suggest that it will turned down to something like #111 and maybe also the border color to #333

  • It seem that I have not styled the new in-reply-to multiline design to look right with Compact View turned on, so that will go on my todo-list…

  • My hack to use --code for coloring the icons does not really make sense, when you go a make them the same color as --accent, so I think i will make a new --icon css var, which I been planing to anyhow

Image


Colors☝️ before and after 👇

Image

⤋ Read More
In-reply-to » 📣 NEW: Announcing the new and improved Yarns search engine and crawler! search.twtxt.net -- Example search for "Hello World" Enjoy! 🤗 -- @darch When you have this, this is what we need to work on in terms of improving the UI/UX. As a first step you should probably try to apply the same SimpleCSS to this codebase and go from there. -- In the end (didn't happen yet, time/effort) most of the code here in yarns will get reused directly into yarnd, except that I'll use the bluge indexer instead.

@quark@ferengi.one try switching to query string under options

Image

⤋ Read More
In-reply-to » @prologic Allright i did a little bug huting. Theres is a new PR ready now fixing some mobile UI bugs #1008

#bug Anyone else noticed that clicking on Bookmarks or Mute make the icon disappear?

Image


Image

I belive it was cause by the CSS changes I made in yesterdays PR, which have already been merged to main, but trying to roll back the change does not seem to fix it, so it might have been ther for some time.

Will others please test on their pods and report back here?

⤋ Read More
In-reply-to » Its very hard to see the number with dark theme when you have small font on phone. I kinda want to change the blue to a more grey, and keep the letters white. Media

@stigatle@yarn.stigatle.no are you on your own pod? If you upgrade to the latest version of yarn from source it should look like this:

Image

You can also change it by targeting the element using the Custom CSS field, but I have also been thinking to change the colors myself in the new theme based on SimpleCSS

⤋ Read More