Brett Sun
|
a4216db6d9
|
Remove redundant '_utils' suffix in util file names
|
2016-06-14 17:57:57 +02:00 |
|
Brett Sun
|
5073b0988d
|
Convert withCurrentUser and withWhitelabel to withContext
|
2016-06-08 13:53:46 +02:00 |
|
Brett Sun
|
b5eda1cdd2
|
Inject isLoggedIn through withCurrentUser
Makes checking for logged in status less error prone than always using
`currentUser.email` or `currentUser.username`.
|
2016-06-07 14:56:40 +02:00 |
|
Brett Sun
|
d1dba86b1a
|
Convert currentUser to be passed down through context and withCurrentUser HOC
Similar to what react-router did with their router and withRouter HOC.
|
2016-06-07 14:56:35 +02:00 |
|
Brett Sun
|
af0b2109f9
|
Remove small unnecessary bits of logic in displaying notes
|
2016-05-02 11:14:52 +02:00 |
|
Brett Sun
|
8ba9eb20b6
|
Add better PropType validation for components
|
2016-02-05 11:53:33 +01:00 |
|
diminator
|
9bb5a51fed
|
bug fix show public note for anonymous
|
2015-09-28 17:11:15 +02:00 |
|
Tim Daubenschütz
|
c00e003aeb
|
refactor input textarea to use disabled instead of editable
|
2015-09-21 12:05:42 +02:00 |
|
diminator
|
8b6c5e6e0f
|
username boolean
|
2015-08-21 16:39:06 +02:00 |
|
diminator
|
33cd23d11e
|
getlangtext
|
2015-08-21 16:38:18 +02:00 |
|
diminator
|
edec430109
|
public and private note in edition and piece
connection in frontend
|
2015-08-21 15:04:38 +02:00 |
|