Coder Social home page Coder Social logo

mastowall's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

mastowall's Issues

Rendering issues for posts that contain <p> elements.

The template tries to put the (sanitized) post content into a <p class="wall-text"> tag. If the post itself uses <p> elements, the resulting template looks like <p class="wall-text"><p>...</p></p>. Problem is, <p> tags cannot contain other <p> tags as direct children, so browsers will unwrap the tags and the resulting DOM will actually be <p class="wall-text"></p><p>...</p>, breaking formatting and also confusing the updateTimesOnPage function.

Layoutoption: horizontal layout

Hey.
It would be practical if the tool could be easily integrated into the website. For this, an option to display the posts in a horizontal layout would be great.

Layoutoption: Single column

I get it, it's called Mastowall and is probably based on some bird software I haven't come across. But I still just want a timeline.

Currently I use Fediwall/Mastowall in the sidebar of Vivaldi and Edge to get a glimpse of the wider Fediverse with hashtags that interest me on an ongoing basis. That's all I want.

Is there another corresponding service I've missed? Basically, I want the bar not to turn into a wall at >500px width (or however much that is), but just leave the outer sides blank at more than x pixels tab width. Would this be feasible or of interest?

bug: Layout is scrambled in the beginning for multiple seconds

If you open the Mastowall with a hashtag (I tested it out with #antifasticker) the layout is scrambled for the first seconds. It happens with other tags, too.

Cards of toots which are not arranged correctly.

It looks like the first call of https://<instance>/api/v1/timelines/tag/antifasticker?limit=20 must be finished, before the layout is applied.
Network inspector in Firefox, where first all calls for assets are shown. At the end, the mentioned api call is finished

After that initial call is finished, the layout is correctly applied.
Can this be fixed somehow?

Allow setting hashtags via config file

It would be nice to be able to set the default hashtags via the config file, just like the server URL. That way, one could create a branded mastowall that does not depend on the URL parameters to show a default set of hashtags.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.