1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

added todos

This commit is contained in:
Fedor Katurov 2019-10-09 17:11:25 +07:00
parent cb2f784ed2
commit 27cf737e0b

View file

@ -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';