Il client per il fediverso. Socializza e comunica con i tuoi amici nel fediverso (social network alimentati da ActivityPub come Mastodon e Pleroma) con Hyperspace Desktop. https://mastodon.uno/about
Go to file
Marquis Kurt 2e70cc09f6
Merge pull request #10 from hyperspacedev/b2u1
B2u1
2019-04-23 13:16:19 -04:00
.github Prepare app for development 2019-03-25 16:18:39 -04:00
public Add alternate login method 2019-04-22 19:05:30 -04:00
src Add notifications for sign-in failure 2019-04-23 13:06:31 -04:00
.gitignore Prepare app for development 2019-03-25 16:18:39 -04:00
CONFIG.md Add sc clause to config 2019-04-13 12:08:24 -04:00
LICENSE Initial commit 2019-03-25 15:29:40 -04:00
README.md Fix MD Linting in README 2019-04-08 15:05:49 -04:00
package-lock.json Fix streaming, add poll support to composer 2019-04-06 13:41:43 -04:00
package.json Add login via routing! 2019-04-07 17:25:39 -04:00
screenshot.png Update screenshot 2019-04-04 09:21:42 -04:00
tsconfig.json Initial commit from Create React App 2019-03-25 15:53:33 -04:00

README.md

Hyperspace v1.0

The new beautiful, fluffy client for Mastodon written in TypeScript and React

Screenshot

This is the official repository for the Hyperspace 1.0 release. This release includes many more changes and will include a redesign that accomodates for desktop and mobile devices.

Note: This version is NOT production-ready. Rather, this version is under heavy development and will take a while to match feature parity with the current releases of Hyperspace.

If you are looking for the current release of Hyperspace, please look at hyperspace-classic.

What makes Hyperspace 1.0 different from the current version

The 1.0 redesign of Hyperspace acts differently from the current classic version of in multiple ways:

  • Pages over panels. Hyperspace 1.0 uses react-router-dom to link components of the app via URLs instead of individual components. This means that one could visit the corresponding URL instead of needing to open a set of panels or buttons to do so.
  • Material design. Hyperspace 1.0 uses Material Design to create a UI that scales across device types. The library used for the UI, material-ui, natively supports a dark mode and themes, making Hyperspace 1.0 more customizable in nature.
  • Less intrusive by nature. Hyperspace 1.0 pushes notifications when the window isn't in focus versus all the time, and the snackbar (toast) notifications are displayed more often when something is happening or when an error occurs. Timelines also no longer keep pushing posts during streaming, letting anyone read the timeline and still be able to get updates with a non-intrusive View (x) new posts chip at the top.
  • Configurable at every level. Hyperspace 1.0 allows anyone to customize their theme and settings to however they like, and admins can customize Hyperspace further with branding, federation support, registration URLs, and more (done via config.json). Learn more

This is a growing list and new things will be added over time.