(#puslfoq) @novaburst@twt.nfld.uk I too have to keep track of lot on accounts, I use an org-mode file to know where I have which account.
I even have to keep track of other peopleās accounts too, luckily only for storage purpose, since they canāt understand the importance of remembering their own passwords, I can count to over 140 in total. š
(#xd6wama) @prologic@twtxt.net Having everything under one endpoint is better for other integration too I think.
Iām missing endpoints because I didnāt see them under the spec page, I should check the repo then, Iām also missing the response structure, but I can directly look it up later when working on the API.
I canāt say much about the theme decision but I think who choose that should know that the NEED JavaScript if they want to change it back and to see anything in the first place, that also means that we need an API for selecting the theme for the #pwa too.
For mitigate the risks we should have a noscript tag with a description and a static link or action to revert the decision, it can be tested via lynx or any other cli browsers, I canāt help there for now through.
For now Iāll try to use what we have already, the API in dev.twtxt.net seems to cover most actions, the only APIs that are missing are one for reporting and the actions on twts (mute, bookmark, etc.) and one with the metadata of the pod too, (version, branch, references, etc.).
Iām not real time by nature š„“ so I think working with issues and yarn should be enough for now.
(#asegxpa) @mutefall@twtxt.net Yes, i mentioned USB and SD cards because they are what I use for installing nowadays I also have a TinyCore Linux on a old 512Mb SD card with persistence that works flawlessly as a recovery OS.
With my old phone I even used an app to install the live CD and writable in my phone using an app for Android rooted devices to use as a portable recovery or persistent USB hub, I donāt remember the name but I can look it up if you. want.
But this put the texts on two lines, it can be fixed by wrapping them with a plain div or span to convert them to a single child in the flexbox container.
I should make an account soon so i can help directly and start with the pwa too⦠š
I made the switch by setting it up first in VirtualBox, then copied the configuration.nix and used it directly on a new install on my actual PC, the transition wasnāt much trouble either.
(#bg2vtbq) @prologic@twtxt.net Since weāre in topic I would like to ask about the accessibility part for the pwa, I looked at the documentation of the polythene library and it seems well covered on that part, are there any particular additions that might be useful?
Usually thereās not much request at my office so I just focus on having the application decently organized on the HTML structure and allowing a good keyboard navigation but not much else.
(#ttofg7a) @ullarah@txt.quisquiliae.com Itās amazing! I have a friend who is into building with LEGO and have an entire room filled with miniature and not so miniatures. š
(#pvohbma) @prologic@twtxt.net Iām not sure, but this is the best I found on a quick search: PeerChat, if I remember correctly OwnCloud offer a chat plugin which is self hosted too.
Fun fact: I thought of making an app like that for fun just two days ago while chatting with a friend, never started since I didnāt really needed and was more of a toy project though. š
(#7wdfdva) @off_grid_living@twtxt.net I canāt say this is not much different. In Russia when you goes to public demonstrations made for liberty of minds, stopping the war, making free political prisoners and etc, u can get more then headache. u can get a some years in prison, repression and intimidation of your family (or just stealing family but this is purely Caucasian history). and also, mostly at public events, people are beaten to fractures and severe beatings.
(#2kj5qta) @thecanine@twtxt.net Yeah, I tried playing around for some variety, the first one is my favorite too, letās see if someone else have any other idea.
(#2kj5qta) @thecanine@twtxt.net Yeah, if something is missing, me, you and everyone else can add anything they might need.
Itās true that it shares data with chrome since it IS chrome even if installed.
Using Cordova should fill the need of physically separate the app from the browser plus adding an API for native interactions and having more control on the output generated.
Still, the first step is to have the app working. š
(#2kj5qta) @thecanine@twtxt.net Iām more of a circle fan, but everything can be done, it could be a custom option.
Your concerns about switching to a webapp are not much to worry about if the PWA is made correctly, Here an example i made when building my ParcelJS setup for my office, if you select āInstall Appā from the tab options it will install like a normal app.
Also AppsGeyser simply wrap with a frame your website, a PWAs is not made that way.
I prefer doing a simple sketch by hand or stylized (like the one I shared) to avoid getting used to a style and then getting stuck to it on any iteration.
To me mockups should be to plan and understand how a pure interface works best and nothing more.
I compare designing then as playing with index cards, you shuffle them, fold them and overlap them.
This is something that those tools never helped me do easily.
Regarding CSS, the general rules on CSS often seems complex but once I started using Suit CSS on plain projects (or BEM if you prefer) and CSS Modules with bundlers plus dropping any kind of framework, the only limitations became how CSS worked natively.
I also started using CSS Flexbox and CSS Grid for anything on layouts and all my problems vanished.
I also use CSS over JS for most of my interfaces, instead of replacing a section I just hide or move it with CSS allowing me to change many parts by just switching a simple class.
(#vbpdcvq) @prologic@twtxt.net Hmm, if I post a message and then itās gone when I reload the page, or if the message I replied to has gone, thatās definitely a bug from the UX point of view š ⦠but perhaps unavoidable in a distributed system. But since weāre both on the same pod, I donāt see why thatās an issue? Or is this pod itself running on some kind of distributed architecture?
(#tuizh4q) I guess I should go read the code before asking too many questions, but Iām a little puzzled why the same issues with a feed being huge donāt present an issue every time you want to poll for updates? Particularly with the apparent convention of the newest posts being at the bottom of the file.
As for pagination, sure, it can be hard, but why would it be harder in this case than in the cases where Yarn already does it?
(As for infinite scroll, if you have pagination on the server side already, itās trivial on the client side. Yes you need JS of course, but not a lot)