1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-05-27 17:53:22 +00:00
Commit Graph

524 Commits

Author SHA1 Message Date
sota1235 297553c240 modify: move updated string to the bottom of note detail component 2017-01-14 14:54:08 +09:00
sota1235 f0fcaa6be7 modify: move zoom-pointer to left on note detail component 2017-01-14 14:47:06 +09:00
sota1235 79f33b9405 refactor: fix some coding style pointed by standard js 2017-01-11 23:35:02 +09:00
sota1235 ed9ddee5f1 refactor: fix by standardjs 2017-01-11 23:17:32 +09:00
sota1235 98120a5e40 modify: fix style for updated date on note detail 2017-01-03 17:32:25 +09:00
sota1235 0e089fadfb refactor: move component to common components directory 2017-01-03 16:16:05 +09:00
sota1235 52f0a5639d fix: markup for box-shadow 2017-01-03 16:16:05 +09:00
sota1235 cc3bd41df2 modify: change text-align for title of the snipet files 2017-01-03 16:16:05 +09:00
sota1235 d9d0651352 modify: adjust space on note-detail component 2017-01-03 16:15:45 +09:00
sota1235 e27af9f6c1 fix: style for the TagSelect component 2017-01-03 16:15:45 +09:00
sota1235 11d820356d modify: change style for note-detail component (snipet mode) 2017-01-03 16:15:45 +09:00
sota1235 5f71b24f8d modify: change background-color for note-detail component 2017-01-03 16:15:45 +09:00
sota1235 76bdb708fa refactor: move the code for note info to NoteDetailInfo.styl 2017-01-03 16:15:45 +09:00
sota1235 fcce1d406d modify: move variables to global file 2017-01-03 16:15:45 +09:00
sota1235 1118149b9e modify: remove add tag button 2017-01-03 16:15:45 +09:00
sota1235 b6fc24c6e7 modify: fix style for more option button 2017-01-03 16:15:45 +09:00
sota1235 441edf4667 add: show last updated date on detail top bar 2017-01-03 16:15:45 +09:00
sota1235 b21a82ea6b modify: add date string for detail 2017-01-03 16:15:45 +09:00
sota1235 c492f3529e modify: remove tooltip of 'more option' button 2017-01-03 16:15:45 +09:00
sota1235 40d7ba4bcc modify: remove border from options button 2017-01-03 16:15:45 +09:00
sota1235 686bc49230 modify: change color for adding tag button 2017-01-03 16:15:45 +09:00
sota1235 6550af698a modify: add button for tag component 2017-01-03 16:15:45 +09:00
sota1235 aac5cbf53e modify: fix active color for favorite star button 2017-01-03 16:15:45 +09:00
sota1235 00636db87c modify: remove animatino for removing tag button 2017-01-03 16:15:45 +09:00
sota1235 6231b8ad57 modify: fix size of removet tag button 2017-01-03 16:15:45 +09:00
sota1235 f2a41aa049 modify: change design for star button 2017-01-03 16:15:45 +09:00
sota1235 ebfbe29217 modify: change design for tag 2017-01-03 16:15:45 +09:00
sota1235 fad837e148 modify: remove tag icon 2017-01-03 16:15:45 +09:00
sota1235 7dc84c0d6d revert: add FolderSelect Component again 2017-01-03 16:15:45 +09:00
sota1235 74807fe251 Revert "remove: unused file"
This reverts commit db1d0fb5d57967e586bd3e2cb02268f69a718861.
2017-01-03 16:15:45 +09:00
sota1235 bf9773be20 modify: move star on left side 2017-01-03 16:15:45 +09:00
sota1235 6e535c11fd refactor: separate styl file 2017-01-03 16:15:45 +09:00
sota1235 49d3262380 remove: unused file 2017-01-03 16:15:45 +09:00
sota1235 1ee3dec0cc modify: fix style for detail info 2017-01-03 16:15:44 +09:00
sota1235 15637642bb refactor: remove FolderSelect Component 2017-01-03 16:15:44 +09:00
sota1235 3c950c2b9e refactor: remove ShareButton 2017-01-03 16:15:44 +09:00
Dick Choi b906db3b24 fix syntax name bug of snippet note 2016-10-24 18:48:04 +09:00
Dick Choi d614abdec6 fix wrong border color 2016-10-18 00:07:22 +09:00
Dick Choi 7729ed4f72 move statusbar 2016-10-15 18:20:13 +09:00
Dick Choi fdd0c84441 update NoteDetail design 2016-10-14 04:00:59 +09:00
Dick Choi 1209a044ce detect syntax by filename 2016-10-04 13:35:56 +09:00
Dick Choi 90b490c28b use codemirror 2016-10-03 22:28:13 +09:00
Dick Choi 33fe4f5295 replace spaces with underscore of tag 2016-09-14 12:36:18 +09:00
Dick Choi 8e4c3a3b21 show confirmation dialog when deleting snippet with content 2016-09-09 14:37:35 +09:00
Dick Choi a4160d2994 strip markdown syntax for title 2016-09-09 14:16:47 +09:00
Dick Choi 0a707b3f02 improve FolderSelect
maximum height and filtering by name
2016-09-08 22:02:07 +09:00
Dick Choi 0d573651a3 DELETE_NOTE 2016-09-01 00:02:16 +09:00
Dick Choi aefb84df3b Mutable
INIT_ALL, NOTE_MOVE, NOTE_UPDATE(create/update) done
2016-09-01 00:01:47 +09:00
yosmoc 0490b115ad submit the tag when receiving 'tab' key
In existing implementation, 'enter' key is only allowed to submit the tag. However, if the user finishes to create the tag and make another tag, the user naturally send 'tab' key.
When receiving 'tab' key, the focus will go to the star icon and nothing is submitted, but the text is still remained. This makes confusing to the user.

This commit provide 'tab' key submitting the tag also.
2016-08-24 22:34:34 +02:00
Dick Choi 108e83a402 syntax mode will be detected by filename 2016-08-22 00:43:52 +09:00