Junyoung Choi (Sai)
|
a9bad53209
|
Merge pull request #2438 from jacobherrington/fix-type-error-on-snippets
Fix TypeError thrown on the Snippets page
|
2018-10-11 17:33:37 +09:00 |
|
jacobherrington
|
33b40bf35f
|
Add notification for copying snippets
|
2018-10-02 05:26:30 -05:00 |
|
jacobherrington
|
3e2a366dc6
|
Add a Copy button the Snippets tab
|
2018-09-30 16:57:58 -05:00 |
|
jacobherrington
|
b29c0fe8cb
|
Fix TypeError thrown on the Snippets page
This commit protects from a TypeError that is consistently
thrown on the Snippets page.
|
2018-09-29 23:17:19 -05:00 |
|
Sosuke Suzuki
|
7414d52dc2
|
selected snippet item background-color is darken
|
2018-06-27 16:27:55 +09:00 |
|
Sosuke Suzuki
|
c42b5c8806
|
First snippet is selected when open Snippets tab
|
2018-06-27 16:13:42 +09:00 |
|
Nguyễn Việt Hưng
|
2b2f17525e
|
cleaned up redundant variables, fixed eslint fix command, split snippetList into component
|
2018-05-21 18:32:41 +07:00 |
|
Nguyễn Việt Hưng
|
291d76674b
|
refactored snippet dataApi for easy testing and added some test. Fixed old snippet still display when deleted
|
2018-04-27 11:16:45 +07:00 |
|
Nguyễn Việt Hưng
|
78957cf128
|
fixed eslint error
|
2018-04-27 08:25:23 +07:00 |
|
Nguyễn Việt Hưng
|
e88694b049
|
added fetch snippet
refactored some code
fixed snippet content empty on changed from list
fixed snippet name not updating on list when changed
|
2018-04-27 08:22:54 +07:00 |
|
Hung Nguyen
|
a7b85b123e
|
fixed get appdata path error
|
2018-04-21 09:40:32 +07:00 |
|
Hung Nguyen
|
8925f7c381
|
fixed eslint error
|
2018-04-20 23:58:52 +07:00 |
|
Hung Nguyen
|
ff2e39901a
|
added delete snippet, update snippet, create snippet and save on snippet change
|
2018-04-20 23:15:17 +07:00 |
|
Hung Nguyen
|
d3b3e45800
|
improved style for snippet list
|
2018-04-19 19:05:46 +07:00 |
|
Hung Nguyen
|
50d2f90621
|
added snippet config in setting
|
2018-04-19 13:40:33 +07:00 |
|