Commit Graph

4495 Commits

Author SHA1 Message Date
9fff00f731 Fix: Null check error in FlowyHoverContainer (#2148)
* fix: fix null check error in FlowyHoverContainer and delete unnecessary widget

* chore: set child to required in FlowyHoverContainer

* chore: delete unused import file
2023-03-31 10:10:10 +08:00
fc004c319b Merge pull request #2133 from gitstart/FLOWY-OSS-5
fix: Replace `Shortcuts` icon in the help menu option to fix misalignment
2023-03-30 09:44:39 -10:00
65911e8847 Merge pull request #2143 from DestinedCodes/fix/referenced_board_and_grid_keywords
Fix: referenced board and grid keywords
2023-03-30 09:38:57 -10:00
c7acf9a594 chore: move fields dnd 2023-03-30 18:44:16 +06:00
d1d667c497 chore: options in board 2023-03-30 16:32:37 +06:00
b21ed2488b chore: small code cleanups 2023-03-30 16:02:12 +06:00
37f9134ee2 fix: Replace Shortcuts icon in the help menu option to fix misalignment 2023-03-30 06:08:11 +00:00
4bea2b4b54 fix: referenced grid keywords (#2139) 2023-03-30 07:02:34 +01:00
55dc3c620f fix: referenced board keyword (#2139) 2023-03-30 06:49:33 +01:00
826a5787d0 fix: Fixed Italics via Single Asterisk (#2115)
* Fixed Italics via Single Asterisk

* Changed shift+asterisk to *

* Mardown Syntax Function vaiable name changes + cleanup

* feat: single asterisk to italic markdown command

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-03-30 11:18:58 +08:00
7f11584b58 chore: sync 0.1.2 (#2135) 2023-03-30 10:09:15 +08:00
8541ca8bec Feat(appflowy_flutter): dark mode improvement for generic area/widgets (#2099)
* chore: update color scheme for dark mode

* chore: update dark color scheme

1. update the background color for side bar, surface and divider in dark mode
2. comment out dandelion and lavender theme temporarily

* chore: update top bar BGcolor and icon color

* chore: update text color

* chore: update share button color on the top bar

* chore: add tooltip theme data in global

* chore: add hint and tertiary color and update font size pop up menu style

* chore: update all the semibold texts color

* chore: update all the hover color

* chore: update setting BG color

* chore: add FlowySvg to get the icon color through current theme

1. Add FlowySvg widget
2. Update all the icons those have hover effect to FlowySvg
3. Recover shader1 for the text color when it is in hovered

* chore: update side bar UI

1. Update AddButton hover style
2. Update MenuAppHeader icon color and its hover style
3. Update NewAppButton(New page) font color
4. Update MenuUser username font color

* chore: update SettingsDialog style in dart mode

    1. Update title and text color
    2. Update the hover color on FlowyTextButton
    3. Update the LanguageSelectorDropdown background color and hover enter color

* chore: update NewAppButton icon in dark mode

* chore: update default icon color

* chore: rename the hover color and update ViewSectionItem hover color from default theme color

* chore: add question bubble background color

* chore: update cover image button color

* chore: remove fixed icon color on _AddCoverButton

* chore: put Dandelion and Lavender color scheme back with basic modification

* fix: delete unused import files and deprecated field

* chore: add comma and put color back

* chore: update AppFlowyPopover background color

* chore: remove the hover color on primary and secondary button

* chore: update shadow color in dark mode

* chore: update SettingsMenuElement hover effect

* chore: update the text color in DropdownMenuItem
2023-03-30 09:44:37 +08:00
03eaf0b4cb chore: date picker 2023-03-30 03:29:23 +06:00
bdf7f37dc5 feat: improved tooltip of toolbar items (#2132) 2023-03-29 16:12:01 +08:00
b9e49f109d fix: save url cell 2023-03-29 13:30:42 +06:00
b03b2705f0 Merge branch 'upstream-main' into feat/tauri-kanban 2023-03-29 13:18:07 +06:00
a593c56070 fix: tauri cell update (#2124)
* test: subscribe text cell change

* test: add edit url cell test
2023-03-28 16:42:16 +08:00
7b61ed228f fix: bold tests failed (#2122) 2023-03-28 16:30:26 +08:00
6ee54d6194 fix: #2125 _AssertionError !_positions.contains(position): is not true (#2126) 2023-03-28 15:26:35 +08:00
f9ab6da4a3 fix: update calendar selected range (#2123) 2023-03-28 14:27:14 +08:00
5ef91a8157 fix: settings dialog files path copy snackbar (#2114) 2023-03-28 13:46:49 +08:00
9dc8e9d934 fix: modify same database by duplicate view (#2121) 2023-03-28 12:57:35 +08:00
521fe13cfb fix: close popup on lang select 2023-03-27 19:28:26 +06:00
69dfb4a11a docs : Fix for English Wording, Grammar, Spelling, and Clarity (#1805)
* docs: fix for english wording, grammar, spelling

* docs: revert congratulation paragraph

* docs: rephrase line 79

Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>

---------

Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2023-03-27 21:20:50 +08:00
09445411a3 chore: language button 2023-03-27 19:09:51 +06:00
f86254c8ef chore: edit url cell 2023-03-27 18:42:23 +06:00
03cd9a6993 Refactor tauri document (#2117)
* fix: Optimize the re-render node when the selection changes

* feat: the feature of delete block

* feat: add left tool when hover on block

* refactor: document data and update

* refactor: document component

* refactor: document controller
2023-03-27 17:55:24 +08:00
35c21c0d84 refactor: document component 2023-03-27 14:40:07 +08:00
2a55febe62 fix: Update app version in pubspec.yaml (#2104)
* fix: Update app version in `pubspec.yaml`

* fix: Remove Build Number

- Removed unnecessary build number mentioned in the `pubspec.yaml`
2023-03-27 12:48:26 +08:00
d62493ce01 fix: dropdown state unchanging after file reset (#2109) 2023-03-27 12:48:07 +08:00
c73b7d1184 fix: allow # in links when pasting (#2110)
Closes: #1871
2023-03-27 12:47:41 +08:00
5afdb5de35 Fix: #2028 auto enter edit mode for text field. (#2096)
* chore(): initial commit to make AppFlowy Work

Signed-off-by: not-shoyo <akheelsaajid@gmail.com>

* fix: #2028, fix auto-entering edit mode

Make text field request for focus when popover changes.

Signed-off-by: not-shoyo <akheelsaajid@gmail.com>

* Update section.dart

* Update input_service.dart

* Update input_service.dart

* Update input_service.dart

---------

Signed-off-by: not-shoyo <akheelsaajid@gmail.com>
2023-03-27 12:47:22 +08:00
f40d1a9a96 fix: double asterisk to bold fixes #2080 (#2093)
* fix: double asterisk to bold fixed

* double asterisk to bold fixed
2023-03-27 10:20:21 +08:00
f9a1cb2623 fix: open-ai replace does not work in certain use-cases (#2100)
* test: added test to verify correct ordering after replacement of multiline text-nodes

* fix: open-ai replace does not work on certain use-cases

* refactor: using predefined operation insert node to create new nodes.

* Revert "refactor: using predefined operation insert node to create new nodes."

This reverts commit bcc014e84d.

* refactor: using predefined operation insert node to create new nodes.

* fix: open-ai replace does not work in certain use-cases

* fix: fixed logic and tests for replacement of larger textNodes with smaller text.

---------

Co-authored-by: Lucas.Xu <lucas.xu@appflowy.io>
2023-03-27 10:20:01 +08:00
c50c23bc3a fix: select options for new row 2023-03-27 02:58:12 +06:00
a8a35dcbec chore: cell options write to backend 2023-03-27 02:39:15 +06:00
f390658ee0 fix: cell options positions 2023-03-27 01:12:03 +06:00
994e204097 fix: padding fixes for cell wrapper 2023-03-27 01:09:38 +06:00
5825195b8e chore: cell options layout 2023-03-27 00:59:49 +06:00
df66521f13 refactor: document data and update 2023-03-25 17:38:58 +08:00
8323614583 feat: write grid cell data to backend for only text fieldtype 2023-03-25 11:54:04 +03:00
5762419aae chore: fade in change 2023-03-24 20:56:48 +06:00
bd8d816862 chore: update editing cell 2023-03-24 20:53:45 +06:00
5ddb5100ad chore: change field type 2023-03-24 20:20:56 +06:00
27a8eea6e2 chore: fade in, out 2023-03-24 20:02:52 +06:00
6e24af9c68 tempfix: rows misfire temp fix 2023-03-24 18:24:28 +06:00
da19987f4b wip: edit cell type 2023-03-24 17:56:53 +06:00
6f4b11f468 chore: don't show group by field 2023-03-24 13:28:30 +03:00
98e9ba19d6 chore: edit row components reorganize 2023-03-24 13:28:30 +03:00
4545410703 chore: column rename 2023-03-24 13:28:30 +03:00