Kilu.He
bc723f8d0f
chore: update node version to 18.16.0 and update pnpm version to 8.5.0 ( #2492 )
2023-05-10 17:21:41 +08:00
Kilu.He
dad0419da0
feat: support code block ( #2464 )
2023-05-10 15:53:30 +08:00
Nathan.fooo
0b343f7ee1
ci: tauri ci with path ( #2490 )
2023-05-10 14:45:39 +08:00
Nathan.fooo
a9c06632ad
ci: tauri build ( #2485 )
...
* ci: tauri build
* ci: tauri build
* chore: update appflowy-collab version
* ci: fix build
* ci: tauri with pnpm
* ci: fix build
* ci: comment out includetime
* chore: add the --quiet option (to only output errors and not warnings) to the configuration file
* ci: enable linux platform
---------
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-05-10 13:27:50 +08:00
Richard Shiue
376f2d887d
feat: rewrite date logic ( #2390 )
...
* chore: remove unused fields
* chore: rewrite date logic
* chore: apply suggestions from Alex
* chore: add space in date format
* chore: re-add error handling in apply-changeset
2023-05-09 22:37:20 +08:00
Kilu.He
ba8cbe170c
Support divider block and callout block ( #2457 )
...
* feat: divider block
* feat: callout block
2023-05-08 10:31:35 +08:00
nathan
96c058db9b
chore: fix compile
2023-05-08 10:30:24 +08:00
Kilu.He
12151d1f3b
feat: support toggle list ( #2456 )
2023-05-05 10:13:39 +08:00
Kilu.He
e2ced6524f
Feat/number list block ( #2453 )
...
* feat: support bulleted list block
* feat: support number list block
2023-05-04 17:20:23 +08:00
nathan
ad99998d33
chore: Merge branch 'main' into develop
2023-05-04 13:34:55 +08:00
Kilu.He
cf97c8ba9c
Support block config ( #2419 )
...
* fix: refactor block config
2023-05-04 11:24:35 +08:00
Richard Shiue
7aac4bc90b
fix: adjust layout setting string ( #2423 )
2023-05-04 10:04:24 +08:00
Richard Shiue
8f41a1023c
fix: tests after change in friendly date format ( #2449 )
2023-05-03 19:57:33 +08:00
Nathan.fooo
5e2b090f46
fix: number format ( #2443 )
...
* fix: number format
* chore: disable some tests that relate to timezone
* fix: tests
2023-05-03 18:00:58 +08:00
Nathan.fooo
1f187a3917
fix: number format ( #2445 )
2023-05-03 16:47:02 +08:00
Bienvenu Parfait
d65a56151b
feat: Date format ( #2414 )
...
* build: fetch update from upstream
* fix: date format
* style: remove log package
* style: remove unused import
* chore: remove whitespace changes
* chore: remove whitespace changes
* chore: remove whitespace changes
---------
Co-authored-by: parfait kouassi <parfait@gmail.com>
Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
2023-05-03 16:27:56 +08:00
Lucas.Xu
c672a2a8ba
fix: hover color for change icon button ( #2447 )
2023-05-03 16:18:05 +08:00
Nathan.fooo
75262c0683
Fix/calendar event update ( #2442 )
...
* fix: update event pos on calendar
* fix: replace text field id with date field id
2023-05-03 15:47:09 +08:00
Mihir
39b1ff0910
feat: insert below and replace in smart-edit highlights text ( #2107 )
...
* feat: insert below and replace in smart-edit highlights text
* test: added integration tests to validate insert below and replace in smart-edit highlights text
* refactor: using get_it to inject OpenAiRepository to inject mock repo in test
* fix: delete node does not propagate non null selection
* refactor: suggested changes and fixed bugs causing warning in github-ci
* fix: integration tests causing error in github-ci
* refactor: reverting redundant changes due to recent changes in repo
* refactor: reverting redundant changes due to recent changes in repo
* refactor: refactoring to workspace based integration testing.
* refactor: reverting redundant changes due to recent changes in repo
* chore: fix analysis issues
* chore: fix analysis issues
* chore: remove the unnecessary conversion
---------
Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-05-03 15:43:11 +08:00
alceil
f9095cfc64
feat: AI - improve writing ( #2257 )
...
* feat: AI - Improve writing
* fix: new line in result
* formatted code
2023-05-03 15:29:36 +08:00
Destiny Saturday
9e3ad1a6be
feat: sync name on change (AppFlowy-IO#2033) ( #2065 )
2023-05-03 15:29:17 +08:00
GitStart
473eb8bcbe
feat: Only show the change cover button and delete button when it's hovering. ( #2145 )
...
* feat: Only show the change cover button and delete button when it's hovering.
* feat: Only show the change cover button and delete button when it's hovering
---------
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2023-05-03 15:22:16 +08:00
GitStart
22f09ddcb7
feat: Remove CI job based on Ubuntu 18.04 ( #2375 )
...
* feat: Remove CI job based on Ubuntu 18.04
* feat: Remove CI job based on Ubuntu 18.04
Removed extra comments
2023-05-03 14:58:46 +08:00
Kilu.He
76b94e363e
Support quote block ( #2415 )
...
* feat: support quote block
* fix: database ts error
2023-05-03 14:54:07 +08:00
Akarsh Jain
2e18c020bc
fix: font size for Numbers property value on calendar. ( #2435 )
...
* fix: font size for Numbers property value on calendar.
* fix: card style
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-03 14:43:50 +08:00
Richard Shiue
c320f6ef8a
fix: local time ( #2436 )
...
* feat: use user local timezone
* fix: suggestion for date logic
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-03 13:05:10 +08:00
Nathan.fooo
8cacfb1d07
feat: use user local timezone ( #2407 )
2023-05-03 11:50:02 +08:00
Kilu.He
7db36e3f1e
feat: checkbox block ( #2413 )
2023-05-03 11:18:25 +08:00
Richard Shiue
c4ff1a6290
feat: double click day cell to create event ( #2424 )
2023-05-03 10:14:12 +08:00
Richard Shiue
a48fca159f
feat: show title in row detail page ( #2433 )
2023-05-03 10:13:33 +08:00
Richard Shiue
95bc325e85
fix: text overflow on time in event card ( #2434 )
2023-05-03 10:11:16 +08:00
Nathan.fooo
93d787a9ae
Fix: flutter test ( #2421 )
...
* fix: tauri compile
* ci: update
* fix: flutter test
2023-05-02 17:10:35 +08:00
Richard Shiue
d5b70c842b
fix: sort the events in each day cell by time ( #2412 )
...
* fix: sort the events in each day cell by time
* fix: reorder issue in calendar day
---------
Co-authored-by: nathan <nathan@appflowy.io>
2023-05-02 13:44:52 +08:00
Yijing Huang
545e57448a
fix: UI issues in dark mode ( #2344 )
...
* fix: date cell UI issue #2301
* chore: update font size toggle button hover effect
* chore: update more button background
* chore: update NumberTypeOptionWidge hover style
* chore: improve the hover color in _SelectOptionColorCell
* chore: update User setting UI
* fix: delete unused file
* fix: remove the hover effect when delete button is disable
2023-05-02 10:18:51 +08:00
Daniil Golubev
3277f179ef
feat: add link to changes to message ( #2374 )
2023-05-01 10:56:44 -10:00
Akarsh Jain
c6cd10dfcf
fix: hover state issue in icon picker for dark mode workspace name. ( #2395 )
2023-05-01 08:05:44 -10:00
Kilu.He
f5b23e5fc1
feat: Support heading block ( #2376 )
...
* feat: support transform heading block according to markdown
* fix: folder scroll
2023-05-01 15:40:56 +08:00
Daniil Golubev
4be98fdba0
feat: update ru-RU localization ( #2397 )
2023-05-01 11:28:13 +08:00
Richard Shiue
df4a5ca059
fix: calendar ui adjustments ( #2398 )
2023-05-01 11:26:57 +08:00
Richard Shiue
77d58a81fd
chore: grid row page detail redesign ( #2351 )
...
* chore: grid row page detail update
* chore: update row_detail.dart
Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
* chore: more adaptive and code cleanup
* feat: duplicate row
* feat: duplicate calendar event
* fix: ci
* feat: show other options
* fix: show include time
* fix: add key in RowCard to avoid incorrect data when open the row page
---------
Co-authored-by: Alex Wallen <wallenstephen@outlook.com>
Co-authored-by: nathan <nathan@appflowy.io>
2023-04-30 20:50:24 +08:00
Askarbek Zadauly
55cb7acc7f
feat: tauri kanban fixes ( #2273 )
...
* chore: group cards count
* chore: delete board card
* chore: date time format read and update
* fix: move field
* fix: dnd fields
* chore: number format popup
* chore: refactor date options
* chore: replace button in DateFormatPopup with PopupItem
---------
Co-authored-by: qinluhe <qinluhe.twodog@gmail.com>
2023-04-30 17:01:25 +08:00
Richard Shiue
ac07c259f1
fix : #2028 auto enter edit mode for text field. ( #2096 )" ( #2337 )
...
This reverts commit 5afdb5de35
.
2023-04-29 16:35:45 +08:00
Richard Shiue
cd1202d3dc
feat: open the event details page when a new one is create ( #2388 )
...
* style: code style improvement
* chore: open cal event details page upon creation
2023-04-29 16:32:29 +08:00
Richard Shiue
28f22e4d61
fix: calendar dark mode UI fixes ( #2353 )
...
* chore: calendar dark mode UI fixes
* chore: bump calendar_view package version
* chore: adjust padding
2023-04-29 16:25:43 +08:00
Nathan.fooo
2838cd5e0c
Feat/tauri build ( #2378 )
...
* fix: tauri compile
* ci: update
2023-04-28 20:47:40 +08:00
qinluhe
070ac051b1
fix: support up/down/left/right keyboard event to move cursor ( #2365 )
2023-04-28 17:08:58 +08:00
Nathan.fooo
32bd0ffca2
feat: migrate flowy-database ( #2373 )
...
* feat: add flowy-database2
* chore: config type option data
* chore: impl type option
* feat: config group
* fix: group compile
* feat: add sort
* chore: setting
* chore: insert with specific type
* chore: custom group
* chore: rename any map
* chore: use group setting
* chore: update
* chore: open database event
* chore: update database editor
* chore: update
* chore: update view editor
* chore: update
* chore: update view editor
* chore: sort feat
* chore: update handler
* chore: update
* chore: config handler event
* feat: impl handlers
* feat: impl handlers
* chore: layout setting
* feat: impl handlers
* chore: remove flowy-folder ref
* chore: integrate flowy-database2
* feat: get cell
* chore: create database with data
* chore: create view
* chore: fix dart compile
* fix: some bugs
* chore: update
* chore: merge develop
* chore: fix warning
* chore: integrate rocksdb
* fix: rocksdb compile errros
* fix: update cell
* chore: update the bundle identifier
* fix: create row
* fix: switch to field
* fix: duplicate grid
* test: migrate tests
* test: migrate tests
* test: update test
* test: migrate tests
* chore: add patch
2023-04-28 14:08:53 +08:00
GitStart
2b1b1c0f28
fix: distorted/shrunken emojis in Callout option in theDocument page ( #2361 )
2023-04-27 11:17:40 -10:00
qinluhe
243f062d4f
feat: support to break wrap the text block when triggering shift+enter ( #2360 )
...
* fix: make TextBlock's keydown event code easier to maintain
* fix: support to break wrap the text block
2023-04-27 15:39:16 +08:00
Mohamed DevOps
c8f7401470
chore: add Arabic translation ( #2348 )
...
* add arabic translation
* add arabic locale
* add arabic translation
* Update ar-SA.json
* Update ar-SA.json
2023-04-27 13:41:26 +08:00