appflowy
|
2573f9ba27
|
chore: separate tests from grid_test file
|
2022-06-20 12:01:40 +08:00 |
|
appflowy
|
c73eb2961a
|
chore: update grid setting
|
2022-06-20 09:37:52 +08:00 |
|
tsuiyuenhong
|
993d1a8a27
|
chore: support debugging rust in vscode(macos)
|
2022-06-19 22:00:33 +08:00 |
|
appflowy
|
8594da65c4
|
chore: add get grid setting handler
|
2022-06-19 21:10:07 +08:00 |
|
appflowy
|
02754eb069
|
chore: print message if the dir is not empty
|
2022-06-19 10:55:14 +08:00 |
|
appflowy
|
64e43fa1f3
|
chore: remove rust/dart generated files
|
2022-06-19 10:40:55 +08:00 |
|
appflowy
|
824c7c0e8d
|
refactor: clean script
|
2022-06-19 09:42:25 +08:00 |
|
appflowy
|
d4678f6233
|
chore: ignore shared-lib proto files
|
2022-06-17 17:14:24 +08:00 |
|
appflowy
|
5345c668bb
|
chore: ignore proto files
|
2022-06-17 16:51:18 +08:00 |
|
appflowy
|
d30d42e841
|
chore: auto import pb file
|
2022-06-17 16:42:18 +08:00 |
|
Nathan.fooo
|
40bcb63627
|
Merge pull request #563 from AppFlowy-IO/feat/default_flowy_config
Feat/default flowy config
|
2022-06-17 12:24:48 +08:00 |
|
appflowy
|
ed138abcc3
|
chore: provider default for FlowyConfig propertis
|
2022-06-17 11:27:00 +08:00 |
|
appflowy
|
16e1387a8e
|
chore: add description for FlowyConfig
|
2022-06-17 11:19:49 +08:00 |
|
dependabot[bot]
|
7480693f8a
|
chore(deps): bump thread_local from 1.1.3 to 1.1.4 in /frontend/rust-lib
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/Amanieu/thread_local-rs/releases)
- [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.3...1.1.4)
---
updated-dependencies:
- dependency-name: thread_local
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-17 02:37:07 +00:00 |
|
Nathan.fooo
|
c1b2614c6e
|
Merge pull request #560 from ENsu/add_flutter_clean
fix: add flutter clean
|
2022-06-17 10:23:24 +08:00 |
|
Ian Su
|
402a29eb64
|
fix: add flutter clean
|
2022-06-17 09:05:31 +08:00 |
|
nathan
|
d913bbba31
|
chore: update windows clean script
|
2022-06-16 10:45:47 +08:00 |
|
nathan
|
228fae7be4
|
chore: update vscode setting
|
2022-06-16 10:45:47 +08:00 |
|
appflowy
|
82806ba193
|
chore: ignore grid's protobuf crate
|
2022-06-16 08:36:58 +08:00 |
|
appflowy
|
7a7f881d23
|
chore: udpate the clean scripto
|
2022-06-16 08:30:26 +08:00 |
|
appflowy
|
736f21ef8a
|
refactor: remove the protobuf's model folder
|
2022-06-16 08:21:31 +08:00 |
|
appflowy
|
6b85477421
|
chore: ignore dart event file
|
2022-06-15 23:19:25 +08:00 |
|
appflowy
|
777547229c
|
fix: build appflowy from VS Code
|
2022-06-15 22:28:33 +08:00 |
|
appflowy
|
812bca616c
|
chore: ignore dart protobuf files
|
2022-06-15 20:14:55 +08:00 |
|
appflowy
|
94276d438d
|
chore: ignore rust's protobuf crate
|
2022-06-15 19:58:18 +08:00 |
|
appflowy
|
4b71c474e4
|
refactor: separate proto file from src folder
|
2022-06-15 19:40:18 +08:00 |
|
appflowy
|
820b7fcb75
|
refactor: add grid view info
|
2022-06-15 17:37:50 +08:00 |
|
appflowy
|
a13e6798ee
|
refactor: separate grid revision structs from entities
|
2022-06-15 16:26:14 +08:00 |
|
appflowy
|
50605186fe
|
chore: update view info
|
2022-06-15 11:43:24 +08:00 |
|
appflowy
|
d4d7ba7452
|
chore: read view info
|
2022-06-14 23:11:48 +08:00 |
|
appflowy
|
298b80f4c5
|
chore: fix dependabot alerts for crassbeam-utils and regex
|
2022-06-14 20:47:31 +08:00 |
|
appflowy
|
ae4cc496fc
|
chore: add read view info event
|
2022-06-14 20:47:31 +08:00 |
|
appflowy
|
f8ec4b3e24
|
refactor: replace object with object's revision entity
|
2022-06-14 20:47:30 +08:00 |
|
appflowy
|
c2fad5021b
|
refactor: add folder entities's revision objects
|
2022-06-14 20:47:29 +08:00 |
|
appflowy
|
2b499ee62b
|
chore: separate json serde from pb struct
|
2022-06-14 20:47:29 +08:00 |
|
appflowy
|
bf5247066d
|
refactor: sqlite schema
|
2022-06-14 20:47:29 +08:00 |
|
appflowy
|
7366acb58e
|
chore: config board view plugin
|
2022-06-14 20:47:28 +08:00 |
|
Nathan.fooo
|
093c637cc0
|
Merge pull request #488 from negiboudu/translate-ja-jp
Add ja-JP translation
|
2022-06-13 15:08:51 +08:00 |
|
Nathan.fooo
|
fadb476d2e
|
Merge pull request #547 from MikeWallaceDev/fix_tasks_json
fix: Fix the launch configuration and tasks
|
2022-06-13 08:59:43 +08:00 |
|
negiboudu
|
f04020eb08
|
feat: add ja-JP translation
|
2022-06-12 02:38:25 +09:00 |
|
MikeWallaceDev
|
38ca33d2b6
|
fix: Fix the launch configuration and tasks
Fixed the "AF: Build Dart Only" launch configuration.
Renamed the "Flutter Pub" task to "Flutter Pub Get" so it's clearer
Fixed the default build task
|
2022-06-10 20:16:15 -04:00 |
|
appflowy
|
4701a281b3
|
chore: fix typo error
|
2022-06-11 07:41:46 +08:00 |
|
Nathan.fooo
|
827e542c6e
|
Merge branch 'main' into add_translated_titles_304
|
2022-06-11 06:58:06 +08:00 |
|
Nathan.fooo
|
6727c12b3e
|
Merge pull request #518 from rileyhawk1417/export_notify
In App Notification Feature
|
2022-06-10 22:52:27 +08:00 |
|
MikeWallaceDev
|
c93b2a8635
|
refactor: simplify launch settings
delete duplicate .vscode folder in app_flowy
rename launches and tasks
|
2022-06-09 21:38:20 -04:00 |
|
Sean Riley Hawkins
|
582733386c
|
refactor: used simple toast than styled dialog
|
2022-06-09 10:25:38 +02:00 |
|
Sean Riley Hawkins
|
86150ec6a1
|
Merge remote-tracking branch 'upstream/main' into export_notify
|
2022-06-09 09:52:29 +02:00 |
|
Nathan.fooo
|
3351b242cd
|
Merge pull request #539 from RaphGL/main
Added European Portuguese (pt-PT) translation and fixed Brazilian Portuguese translation
|
2022-06-09 09:46:21 +08:00 |
|
RaphGL
|
86ebb314e8
|
feat: added european portuguese translation
|
2022-06-08 18:24:08 +01:00 |
|
RaphGL
|
1bc30ee1dc
|
fix: brazilian portuguese translation mistakes
|
2022-06-08 18:20:53 +01:00 |
|
Nathan.fooo
|
e6f2c20dc6
|
Merge pull request #543 from dadyarri/dadyarri/update-ru-translation
|
2022-06-08 14:03:31 +08:00 |
|
Daniil Golubev
|
3c25bc871e
|
feat: update russian translations
|
2022-06-07 20:49:41 +00:00 |
|
tsuiyuenhong
|
786cfc5164
|
feat: only build the specify archs in macOS platform
|
2022-06-08 00:54:21 +08:00 |
|
Nathan.fooo
|
4850a97315
|
Merge pull request #541 from AppFlowy-IO/fix/grid_duplicate
fix: duplicate grid
|
2022-06-06 20:22:09 +08:00 |
|
appflowy
|
8fd9b68d9d
|
fix: duplicate grid
|
2022-06-06 20:06:08 +08:00 |
|
Nathan.fooo
|
20b4e5da7e
|
Merge pull request #538 from AppFlowy-IO/fix/grid_scroll_bar
chore: fix grid scollbar not visible after screen size changed
|
2022-06-05 22:43:01 +08:00 |
|
appflowy
|
ad5ab10cdd
|
chore: update default scrollbar size
|
2022-06-05 22:29:09 +08:00 |
|
appflowy
|
6bf1d9c19a
|
chore: fix grid scollbar not visible after screen size changed
|
2022-06-05 22:28:15 +08:00 |
|
appflowy
|
39ee73cb64
|
fix: emoji picker remove without attach overlay
|
2022-06-05 21:02:51 +08:00 |
|
appflowy
|
2dfb7261c7
|
chore: rename some struct in Rust
|
2022-06-05 18:56:45 +08:00 |
|
appflowy
|
f61bebe869
|
chore: hide accessory when cell is editing
|
2022-06-05 18:39:37 +08:00 |
|
Nathan.fooo
|
fbf7c9c9b8
|
Merge pull request #532 from AppFlowy-IO/feat/grid_keyboard_shortcut
Feat/grid keyboard shortcut
|
2022-06-04 15:01:34 +08:00 |
|
appflowy
|
a9a75230a2
|
chore: insert cell content
|
2022-06-04 14:05:04 +08:00 |
|
appflowy
|
bb22ca5d93
|
chore: copy cell content
|
2022-06-04 11:44:38 +08:00 |
|
appflowy
|
1a83cb65ed
|
chore: click enter to exist edit state
|
2022-06-04 11:04:43 +08:00 |
|
Moksh Mahajan
|
f4a62209df
|
fix: close emoji picker window on page switch
|
2022-06-04 02:09:55 +05:30 |
|
Nathan.fooo
|
46f69ee00d
|
Merge pull request #529 from AppFlowy-IO/refactor/grid_cell_focus
refactor: add GridCellState and GridFocusNodeCellState
|
2022-06-03 12:20:41 +08:00 |
|
Nathan.fooo
|
0f71851433
|
Merge pull request #524 from moksh-mahajan/RenamingWindowAutoClose
fix: Close renaming window when creating another new option
|
2022-06-03 12:06:32 +08:00 |
|
Nathan.fooo
|
897035004c
|
Merge pull request #528 from AppFlowy-IO/fix/grid_expand_column
fix: expand the list width after field's width changed
|
2022-06-03 12:06:23 +08:00 |
|
appflowy
|
4887885aae
|
refactor: add GridCellState and GridFocusNodeCellState
|
2022-06-03 12:05:47 +08:00 |
|
appflowy
|
2342a9b834
|
fix: expand the list width after field's width changed
|
2022-06-03 10:51:24 +08:00 |
|
Nathan.fooo
|
e2778aef9c
|
Merge pull request #526 from moksh-mahajan/CreateNewOptionCapsuleClick
Clicking on option capsule will now create and select the new opt value
|
2022-06-03 10:11:44 +08:00 |
|
Moksh Mahajan
|
cf6ad8575f
|
fix: close renaming window when creating another new option
|
2022-06-02 20:53:46 +05:30 |
|
appflowy
|
72e26ab229
|
fix: disable set decimal scale
|
2022-06-02 21:57:18 +08:00 |
|
appflowy
|
481fd9df51
|
fix: rust unit test
|
2022-06-02 20:24:25 +08:00 |
|
Moksh Mahajan
|
4f250a9130
|
fix: clicking on option capsule will now create and select the new option value
|
2022-06-02 16:26:54 +05:30 |
|
appflowy
|
cad5e5d718
|
refactor: Date's cell data serde
|
2022-06-02 18:15:22 +08:00 |
|
appflowy
|
4b88aa8683
|
fix: edit date time issue
|
2022-06-02 18:00:55 +08:00 |
|
appflowy
|
b286276108
|
chore: remove unavailable action of GridSettingAction and RowAction
|
2022-06-01 16:44:31 +08:00 |
|
appflowy
|
0b83684c66
|
chore: optimaze tap area of row detail cells
|
2022-06-01 16:40:24 +08:00 |
|
appflowy
|
5bd0fb9fae
|
chore: config build context of URLCellEditor
|
2022-06-01 16:24:23 +08:00 |
|
appflowy
|
57e5c36fe8
|
chore: config toast
|
2022-06-01 15:28:54 +08:00 |
|
appflowy
|
10365217ca
|
chore: copy property to pasteboard
|
2022-06-01 15:22:18 +08:00 |
|
appflowy
|
9518e164b5
|
chore: config cell accessory
|
2022-06-01 14:40:05 +08:00 |
|
Sean Riley Hawkins
|
4716115388
|
fix: convert function to camel case
|
2022-05-31 17:36:15 +02:00 |
|
appflowy
|
9c5081bc07
|
chore: enable the richtext widget as large as parent
|
2022-05-31 22:07:28 +08:00 |
|
appflowy
|
cdfe94cf98
|
chore: rename some classes
|
2022-05-31 21:36:04 +08:00 |
|
appflowy
|
a568f6323d
|
chore: refactor grid cell expander
|
2022-05-31 21:06:02 +08:00 |
|
Sean Riley Hawkins
|
2648a54482
|
refactor: refactored functions & added translation
|
2022-05-31 11:41:55 +02:00 |
|
appflowy
|
3d41cb0cec
|
chore: adjust ui color
|
2022-05-31 16:22:20 +08:00 |
|
appflowy
|
ab896cbc8f
|
chore: enable drag to expand field's width
|
2022-05-31 16:14:17 +08:00 |
|
Nathan.fooo
|
4e3d2672ec
|
Merge pull request #517 from vincentdchan/feat/native-support-for-m1-mac
feat: native support for m1 mac
|
2022-05-31 09:33:30 +08:00 |
|
Sean Riley Hawkins
|
c4ca0553a9
|
chore: add const to remove flutter warnings
|
2022-05-30 20:15:30 +02:00 |
|
Sean Riley Hawkins
|
f94684e0b6
|
fix: remove unused imports
|
2022-05-30 19:59:49 +02:00 |
|
Sean Riley Hawkins
|
be103e02fa
|
feat: in app notification bubble
|
2022-05-30 17:10:53 +02:00 |
|
Vincent Chan
|
14b012686b
|
feat: native support for m1 mac
|
2022-05-30 21:12:44 +08:00 |
|
Nathan.fooo
|
e177a1433f
|
Merge pull request #516 from AppFlowy-IO/fix/grid_ui
Fix: Grid UI bugs
|
2022-05-30 20:43:56 +08:00 |
|
appflowy
|
76da44999c
|
chore: reset content when number is not valid
|
2022-05-30 20:43:38 +08:00 |
|
appflowy
|
84454469b4
|
fix: #508 auto format number
|
2022-05-30 18:40:42 +08:00 |
|
appflowy
|
546b1d22f4
|
fix: #509 enable select on tag
|
2022-05-30 10:42:30 +08:00 |
|