mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
cleaned todos
This commit is contained in:
parent
20625b3b03
commit
03558aa7e7
1 changed files with 24 additions and 68 deletions
|
@ -1,46 +1,3 @@
|
||||||
/*
|
|
||||||
sortable grid: http://clauderic.github.io/react-sortable-hoc/#/basic-configuration/grid?_k=hjqdj1
|
|
||||||
|
|
||||||
[BUGS]
|
|
||||||
|
|
||||||
FIXME: flow hangs on empty response
|
|
||||||
|
|
||||||
[CONTENT]
|
|
||||||
|
|
||||||
TODO: adding photos to comments
|
|
||||||
TODO: adding media to comments
|
|
||||||
TODO: adding media to posts
|
|
||||||
TODO: adding text to posts
|
|
||||||
TODO: covers for posts
|
|
||||||
TODO: wallpapers for posts
|
|
||||||
TODO: changing flow appearance for posts
|
|
||||||
|
|
||||||
TODO: display for all node types
|
|
||||||
TODO: related by tags
|
|
||||||
TODO: sticky left column
|
|
||||||
TODO: adaptive relates count
|
|
||||||
|
|
||||||
TODO: boris page
|
|
||||||
TODO: user profile and settings
|
|
||||||
|
|
||||||
[IMPORT]
|
|
||||||
|
|
||||||
TODO: import users properly
|
|
||||||
TODO: auth using md5 fallback
|
|
||||||
TODO: import files properly
|
|
||||||
TODO: import nodes properly
|
|
||||||
TODO: import comments properly
|
|
||||||
TODO: convert comment content properly
|
|
||||||
TODO: convert post text properly
|
|
||||||
|
|
||||||
[NOT TODAY]
|
|
||||||
|
|
||||||
TODO: swipable image slideshow
|
|
||||||
TODO: notifications
|
|
||||||
TODO: PMs
|
|
||||||
TODO:
|
|
||||||
|
|
||||||
*/
|
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
import { render } from 'react-dom';
|
import { render } from 'react-dom';
|
||||||
import { Provider } from 'react-redux';
|
import { Provider } from 'react-redux';
|
||||||
|
@ -62,29 +19,28 @@ render(
|
||||||
);
|
);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
- boris with comments (layout)
|
- backend: exclude node covers on import
|
||||||
|
- profile modal
|
||||||
|
- profile editing
|
||||||
|
- messages
|
||||||
|
- relocate files
|
||||||
|
- import videos
|
||||||
|
- import graffiti
|
||||||
|
- password restore
|
||||||
|
- signup?
|
||||||
|
- text post can also has songs http://vault48.org/post5052
|
||||||
|
|
||||||
- backend: exclude node covers on import
|
- notifications ?
|
||||||
- profile modal
|
- better node brief update
|
||||||
- profile editing
|
|
||||||
- messages
|
|
||||||
- relocate files
|
|
||||||
- import videos
|
|
||||||
- import graffiti
|
|
||||||
- password restore
|
|
||||||
- signup?
|
|
||||||
- text post can also has songs http://vault48.org/post5052
|
|
||||||
|
|
||||||
- notifications ?
|
- social integration (assimilate)
|
||||||
- better node brief update
|
- comment editing
|
||||||
|
|
||||||
- social integration (assimilate)
|
Done:
|
||||||
- comment editing
|
- better dialogs: https://codepen.io/muemue/pen/abbEMMy
|
||||||
|
- imagecaching at backend
|
||||||
|
- social integration (login, signup)
|
||||||
|
- boris with comments (import)
|
||||||
|
- boris with comments (layout)
|
||||||
|
|
||||||
Done:
|
*/
|
||||||
- better dialogs: https://codepen.io/muemue/pen/abbEMMy
|
|
||||||
- imagecaching at backend
|
|
||||||
- social integration (login, signup)
|
|
||||||
- boris with comments (import)
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue