Skip to content

Latest commit

 

History

History
executable file
·
84 lines (50 loc) · 3.37 KB

README.md

File metadata and controls

executable file
·
84 lines (50 loc) · 3.37 KB

Telex.hu – Unoficcial Chrome Extension

PUBLIC BETA

🇭🇺 Disclaimer: Ez egy unofficial telex.hu chrome extension. A telex.hu-n megjelenő tartalmak a telex.hu tulajdona.

Stack

Dependencies

Ez Chrome extensions relies on the following npm packages:

-webpack -react -redux -babel -fingerprintjs -node-sass -axios - and more

Fetures

Layout

This extension slightly changes the telex.hu layout. It was modified to get more wider, since the 1150px is quite narrow in the ear of 4K displays. So it got a bit redisgned, to waste less valuable space.

Home page

wider layout

Just a list of a couple of things that had been modified:

  • wider layout
  • removed unncesseray paddings from the header and the footer
  • refactoored typography
    • increased font-size in the article titles
    • adjusted font-weights
    • adjusted line heights
  • some articles with thumbanil image had been moved to the middle section, to retain consistency.

Aticle page

wider layout

Gallery

The article page also got some layout modification, as well as got a galley feature. In the current version at telex.hu, the images inserted between the paragraphs broke the readability, so if there's more than 3 images in an article, they are removed, organized into a gallery, and moved to the end of the artice. Images are indeed important part of every article, but not if they are abusing the content.

gallery

New fetures

There are couple of new features intoroduced in the article page.

Likes, dislikes

Readers are now able to provide a really basic type of feedbacks: likes, and dislikes.

The option for this is privded at the end of the articles (rate after read, right?).

gallery

Every reader allowed to rate one article once. To make this possible, the request being sent to the telex.hu microservice (which will be described in a later section of this README) stores the user's browser's fingerprint. Don't freak out, this is a pretty standard procedure.

Revision

Unfortunately, despite teh fact how we all love telex, and being happy about their existance, it would be anfair not to mention how often they make not just typos in their articles, but actual grammatical issues, or producing grammatically incorrect sentences. While making a mistake was never problem, this Chrome Extension has a built in revision system that allows the users to corrrect the sentences.

gallery

The coreccted text are being saved into a database, and waiting for approval. Once it's approved, for readers, having this extension installed the corrected text will be visible.

gallery

Dark Mode

There is an implemetion witin the Chrome extension that enables the usage of dark mode on telex.hu

wider layout

To be continued... Stay tuned!