mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added todos
This commit is contained in:
parent
cb2f784ed2
commit
27cf737e0b
1 changed files with 40 additions and 0 deletions
|
@ -1,5 +1,45 @@
|
||||||
/*
|
/*
|
||||||
sortable grid: http://clauderic.github.io/react-sortable-hoc/#/basic-configuration/grid?_k=hjqdj1
|
sortable grid: http://clauderic.github.io/react-sortable-hoc/#/basic-configuration/grid?_k=hjqdj1
|
||||||
|
|
||||||
|
[BUGS]
|
||||||
|
|
||||||
|
todo: 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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue