feat(frontend): navigation refractor

This commit is contained in:
Matteo Cominetti
2021-07-28 18:15:29 +02:00
parent 71904ea82f
commit 052d3fe068
18 changed files with 987 additions and 814 deletions
@@ -15,7 +15,7 @@ module.exports = {
let stream = {
id: crs( { length: 10 } ),
name: name || 'Random Stream',
description: description || 'No description provided.',
description: description || '',
isPublic: isPublic !== false,
updatedAt: knex.fn.now( )
}