Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit e2f0949

Browse files
committed
clean up
1 parent b6e5a5a commit e2f0949

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

containers/Body/Button.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ const Button = styled.button`
66
padding: 0.25em 1em;
77
border-radius: 3px;
88
background: transparent;
9+
cursor: pointer;
910
1011
/* Color the border and text with theme.main */
1112
color: ${props => props.theme.main};

docs/ideas.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
debug 设置等等
2828
- [ ] [主页弄给](https://github.com/Sly777/ran)
2929
- [ ] add export config docs [see this](https://zhuanlan.zhihu.com/p/27847307)
30-
- [ ] test --> tests
3130
- [ ] add theme checker maybe? -> https://github.com/styled-components/stylelint-processor-styled-components
3231
- [ ] add page generator
3332
- [ ] remove the clock page
@@ -37,6 +36,7 @@
3736
- [ ] launch first version with changeLog staff
3837
- [ ] [防嵌套网页](https://segmentfault.com/a/1190000004502619)
3938
- [ ] [devdocs 的离线缓存怎么做的?](https://devdocs.io/) 弄一个呗
39+
- [x] test --> tests
4040
- [x] *test Preact in production*
4141
- [x] logic.js generator (only for containers)
4242
- [x] add github example using Rx.js as request lib, GraphQL if time free
@@ -117,14 +117,12 @@
117117
[Thinking in Ramda: 重构的例子,涉及很多对象的操作例子](https://adispring.coding.me/2017/06/16/Thinking-in-Ramda-Immutability-and-Objects/) --
118118
evolve 太酷了.. 数组对应的是 adjust , 以及更通用的 lens 系列
119119
[Thinking in Ramda: Lens](https://adispring.coding.me/2017/06/18/Thinking-in-Ramda-Lenses/)
120-
121120

122121
```js
123122
const lineWidth = settings.lineWidth || 80
124123
const lineWidth = defaultTo(80, settings.lineWidth)
125124
```
126125

127-
128126
### rx.js
129127
[interactive Rx](http://rxmarbles.com/)
130128
[RxJS 操作符详解](https://rxjs-cn.github.io/learn-rxjs-operators/)

0 commit comments

Comments
 (0)