Commit Graph

16 Commits

Author SHA1 Message Date
Hans
6f05d317e9
Fix spelling 2021-12-14 12:52:20 +08:00
appflowy
5a89655982 setup flowy sdk server configuration 2021-12-06 08:35:17 +08:00
appflowy
90b5eca5d9 fix compile errors 2021-12-05 14:06:10 +08:00
appflowy
bb07eeb2e2 move network state to lib-infra 2021-12-05 14:06:10 +08:00
Daniel Thompson
2e7ab3000f Correct the capitalization of GitHub
To accomplish this task, I ran the following command (on macOS):

    find . -type f -print0 | xargs -0 sed -i '' 's/Github/GitHub/g'

GitHub, for better or worse, decided that the way their company is
spelled is with a capital "G" and a capital "H" and it's their name so
they get to do that if they want.

When I went to check out AppFlowy's web site, I noticed that GitHub
wasn't spelled correctly, and for me, this made the project feel less
than polished and myself reluctant to try it out. However, there is only
one way to find out about the project: I [opened a ticket]. And BAM! It
was resolved in mere hours by @annieappflowy. Nice.

With fresh motivation to check out the project, I downloaded the app
and...found myself staring at the same issue on the first screen of the
app. Well, as I was a bit flippant with the issue I opened up for the
web site misspellings, I decided to fix this one myself.

[opened a ticket]: https://github.com/AppFlowy-IO/appflowy/issues/118
2021-12-04 20:52:12 -05:00
appflowy
ce8805aff8 fix wanrings 2021-12-04 23:54:14 +08:00
appflowy
31efacb274 monitor network state 2021-12-04 22:31:30 +08:00
appflowy
63082418be fix generate pb issues 2021-12-04 17:31:43 +08:00
appflowy
c4088622f8 rust fmt 2021-11-29 22:01:46 +08:00
appflowy
8c54949271 rust fmt 2021-11-29 22:01:46 +08:00
appflowy
f9bfe94a6b fix flowy_tool issues 2021-11-29 20:08:02 +08:00
appflowy
271cd0dd61 mv lib-sqlite to shared-lib 2021-11-27 21:59:20 +08:00
appflowy
3abd5b953e fix clippy warnings 2021-11-27 19:20:22 +08:00
appflowy
b37e636da3 add Cargo.lock to git 2021-11-25 21:13:10 +08:00
appflowy
ce126fe08d [rust]: fix some unuse warniings 2021-11-23 18:15:33 +08:00
appflowy
8e994a954e add shared-lib folder 2021-11-20 10:52:39 +08:00