Robert Schäfer fba1072964 Add back the fetchCurrentUser
There was another reason: The user menu in the top right listens on
`auth/user` which does not get updated otherwise. We should overthink
having two separate result types in the backend:

* currentUser: [LoggedInUser]
* User: [User]

Why not return `User` in both cases?
2019-02-26 22:37:12 +01:00
2019-01-28 11:07:13 +01:00
2019-02-26 00:25:32 +01:00
2019-01-21 09:14:36 +01:00
2019-02-26 22:37:12 +01:00
2019-02-26 08:34:30 +01:00
2018-12-14 23:23:09 +01:00
2019-01-10 12:11:26 +01:00
2019-01-17 19:23:16 +01:00
2019-02-26 16:26:05 +01:00
2019-02-16 14:08:53 +01:00
2018-10-09 14:11:21 +02:00
2018-12-06 15:15:33 +01:00
2019-02-26 17:47:51 +01:00
2018-10-09 14:11:21 +02:00
2019-01-24 15:36:37 +00:00
2019-01-10 13:50:20 +01:00
2019-02-26 17:47:51 +01:00
2019-02-16 14:08:53 +01:00
2019-02-24 17:06:08 +01:00
2019-02-26 17:47:51 +01:00
2018-10-09 15:20:43 +02:00
2018-10-09 15:20:43 +02:00
2019-02-26 17:47:51 +01:00

Human Connection

NITRO Web

Build Status MIT License FOSSA Status Discord Channel

UI Screenshot

Build Setup

Install

# install all dependencies
$ yarn install

Copy:

cp .env.template .env
cp cypress.env.template.json cypress.env.json

Configure the files according to your needs and your local setup.

Development

# serve with hot reload at localhost:3000
$ yarn dev

Build for production

# build for production and launch server
$ yarn build
$ yarn start

Styleguide

All reusable Components (for example avatar) should be done inside the styleguide directory.

Styleguide Screenshot

More information can be found here: https://github.com/Human-Connection/Nitro-Styleguide

Internationalization (i18n)

You can help translating the interface by joining us on lokalise.co.

Thanks lokalise.co that we can use your premium account!

localise.co

Attributions

Locale Icons made by Freepik from www.flaticon.com is licensed by CC 3.0 BY

License

FOSSA Status

Description
Free and open-source social network for active citizenship.
Readme 114 MiB
Languages
TypeScript 35.7%
Vue 24.9%
JavaScript 19.2%
HTML 17.8%
SCSS 0.9%
Other 1.4%