Commit Graph

972 Commits

Author SHA1 Message Date
a0c59fd61d Merge pull request #90 from Hari-07/tooltip
Implemented tooltip on toolbar buttons
2021-11-24 10:51:35 +08:00
542622c512 Merge branch 'main' of github.com:Hari-07/appflowy 2021-11-23 21:12:25 +05:30
513df69042 Added tooltip to toolbar buttons 2021-11-23 21:11:49 +05:30
5c5f0f6a1e Merge branch 'AppFlowy-IO:main' into main 2021-11-23 21:08:02 +05:30
627aac9a15 Merge pull request #87 from pdckxd/main
fix path issue in .gitignore
2021-11-23 20:43:29 +08:00
870aa61080 fix path issue in .gitignore 2021-11-23 20:05:26 +08:00
f45608163c update native protobuf tool version 2021-11-23 20:04:57 +08:00
fd07d64a7b Merge pull request #84 from pdckxd/main
Untrack auto generated files under windows/flutter/. Add below files …
2021-11-23 19:42:42 +08:00
93b7cf481b Untrack auto generated files under windows/flutter/. Add below files into .gitignore
windows/flutter/generated_plugin_registrant.cc
windows/flutter/generated_plugin_registrant.h
windows/flutter/generated_plugins.cmake
2021-11-23 19:38:39 +08:00
ce077c059e Update ci.yaml 2021-11-23 19:05:37 +08:00
054fa4c952 rename some tasks' name 2021-11-23 18:15:33 +08:00
ce126fe08d [rust]: fix some unuse warniings 2021-11-23 18:15:33 +08:00
7b47fb5c7f Update ci.yaml 2021-11-23 17:53:08 +08:00
0d28267386 Update ci.yaml 2021-11-23 17:29:52 +08:00
76c8aa82ad Update ci.yaml
git clone flutter from dev branch
2021-11-23 17:17:16 +08:00
8acdb82612 Update ci.yaml
fix build issues
2021-11-23 17:10:05 +08:00
6c9fa781cf Merge pull request #85 from pratikbalar/patch-1
ci: flutter git clone depth 1
2021-11-23 17:00:14 +08:00
7288224c3e Update ci.yaml 2021-11-23 16:54:40 +08:00
9790251aa2 ci: add depth 1 in flutter git clone 2021-11-23 14:22:42 +05:30
1ee5a9402b remove install_protobuf task from the flowy_dev 2021-11-23 16:41:05 +08:00
b2f3570bbf print the flutter and rust env 2021-11-23 15:30:21 +08:00
fe88e100e2 Added fix for cursor appearing below highlights 2021-11-23 12:22:43 +05:30
0f0dd5755d Merge pull request #79 from pdckxd/main
[Build] Enhance windows build instruction and cargo make scripts
2021-11-23 14:27:50 +08:00
5703d7ea9f update flutter-quill remote address 2021-11-23 14:26:32 +08:00
08635f1984 specify nightly toolchain for rustup-init 2021-11-23 14:26:32 +08:00
dd92d0faf4 [Build] Enhance windows build instruction and cargo make scripts
1. doc\BUILD_ON_WINDOWS.md
  - add command for building development version
2. .vscode\tasks.json
  - Enable vscode to launch debug session on windows
3. frontend\scripts\makefile\env.toml
  - Fix "Command : dart not found." on windows
4. frontend\Makefile.toml
  - Change profile name "env.development-windows" to "env.development-desktop-windows-x86"
2021-11-23 08:28:59 +08:00
91d9516dc7 Update ci.yaml 2021-11-22 21:24:36 +08:00
db5d9aa891 Merge pull request #74 from ljshwyykl/patch-2
add Table Struct
2021-11-22 21:23:44 +08:00
b8eedf70c3 Merge pull request #76 from notd5a-alt/patch
Decapitalized icon names and 4 references.
2021-11-22 21:09:45 +08:00
838c85c5f2 changed 2 references to HIde and Show into hide and show 2021-11-22 12:13:45 +00:00
9fc5d628b0 changed icon names, removed capitalization and spaces to avoid future problems 2021-11-22 11:53:35 +00:00
a216c52416 add Table Struct
add Table Struct
2021-11-22 18:49:20 +08:00
538d8916c7 Merge pull request #73 from AppFlowy-IO/annieappflowy-patch-docs
Update BUILD_ON_LINUX.md
2021-11-22 17:22:59 +08:00
9d5eafc97b Update BUILD_ON_LINUX.md
increase readability
2021-11-22 17:15:45 +08:00
24ca6259da Merge pull request #70 from ljshwyykl/patch-1
add install sqlx-cli
2021-11-22 11:42:53 +08:00
7bf0d8e230 add install sqlx-cli
add install sqlx-cli
2021-11-22 10:25:25 +08:00
0548546881 [rust]: update actix beta version 2021-11-22 09:04:52 +08:00
0bbf9c3ef1 Merge pull request #66 from vnepogodin/main
fix backend build
2021-11-22 09:01:46 +08:00
9453f8a4b7 [rust]: remove vecdeque_binary_search feature 2021-11-22 08:44:02 +08:00
19521bf695 Update ci.yaml
add backend ci
2021-11-22 08:29:42 +08:00
4e9472c3e8 Merge pull request #55 from stephengroat/patch-2
add linux build
2021-11-22 08:26:29 +08:00
32949d0395 try without protobuf 2021-11-21 08:26:33 -08:00
f21cd52f26 fix backend build 2021-11-21 19:44:22 +04:00
e66c8ac78e Revert "fix the docker build"
This reverts commit 09358570b3.
2021-11-21 21:01:24 +08:00
6c958cf43d Merge pull request #60 from vnepogodin/main
fix the docker build
2021-11-21 20:11:40 +08:00
09358570b3 fix the docker build
use source from github repo
2021-11-21 15:28:07 +04:00
1517202889 Merge pull request #54 from pdckxd/main
[Build] Fix build instruction to meet the update of folder structure …
2021-11-21 13:52:15 +08:00
a535b8585f mark caro make pb as optional action 2021-11-21 13:50:31 +08:00
4324897054 add to github path 2021-11-20 20:38:37 -08:00
169f1e2c44 add another relative path
not sure why
2021-11-20 20:23:16 -08:00