Morn
dda3962249
feat: combine icons and emojis into one menu( #6806 ) ( #6998 )
2024-12-19 15:19:10 +08:00
Mathias Mogensen
1851721d9a
fix: tabs lr 0.7.6 ( #6899 )
...
* fix: tabs improvements launch review
* test: add tests for pin/unpin feature
* fix: failing test + cleanup
2024-12-02 00:52:36 +01:00
Lucas
c24b68481d
feat: support creating subpage block in row detail page ( #6824 )
...
* feat: support creating subpage block in row detail page
* feat: hide the row page from sidebar
* test: support creating a sub-page block in row detail page
* fix: update drag block logic
* feat: support toggle heading in outline
* test: add toggle headings show in outline block test
* fix: unable to get focus when opening subpage from card
2024-11-19 09:58:04 +08:00
Lucas
07e34609e7
feat: custom namespace/domain ( #6614 )
2024-10-31 14:38:32 +08:00
Mathias Mogensen
8276c5db57
fix: drag and drop row document full page ( #6589 )
2024-10-21 09:42:15 +08:00
Mathias Mogensen
af08b4c004
fix: hide breadcrumbs for deleted pages and show trash ( #6512 )
...
* fix: hide breadcrumbs for deleted pages and show trash
* fix: copy for banner and trash deletion
* test: add base test
* test: expand on test
* test: fix test
* test: fix failing test
2024-10-10 11:57:42 +02:00
Mathias Mogensen
552f2a73de
fix: row cover improvements ( #6381 )
...
* fix: row cover improvements
* feat: set image from media cell as cover
* fix: duplicate row meta when duplicating row
* fix: use serialize repr and deserialize repr
* chore: update collab revision
* fix: failing test and bug w/ document icon
* fix: show empty cover on load failure
* fix: tauri collab revision
2024-09-23 16:28:47 +02:00
Lucas
522143cfd8
feat: support adjusting document width ( #6327 )
...
* feat: support adjusting document width
* chore: refactor padding calculation function
* fix: remove reset confim dialog
* chore: remove unused code
* feat: update sider position
* feat: use max width instead of padding
* fix: remove unused code
* fix: padding is negative error
* fix: set maxDocumentWidth to 480 * 4 and minDocumentWidth to 480
* fix: integration test
2024-09-18 10:43:23 +08:00
Nathan.fooo
f1bc9f860c
fix: untitled override the true value in row details page ( #6315 )
...
* fix: untitled override the true value in row details page
* chore: use on complete edit callback
* chore: fix test
* chore: fix test
---------
Co-authored-by: Richard Shiue <71320345+richardshiue@users.noreply.github.com>
2024-09-16 13:19:36 +08:00
Mathias Mogensen
12c575dbbe
feat: cover in database row ( #6238 )
...
* feat: cover in database
* chore: clean debugPrint
* chore: update collab rev
* feat: add cover functionality
* fix: provider issue for calendarbloc in popover
* feat: mobile row cover
* fix: imports after merge
* test: add media test to runner
* fix: mobile cover
* test: add row cover tests
* fix: add isClosed check
2024-09-15 22:33:18 +02:00
Lucas.Xu
340f37e00d
chore: update appflowy_editor version ( #6282 )
...
* chore: update connectivity_plus
* chore: update appflowy_editor
* chore: enable editor log when enableDocumentInternalLog is true
* chore: update podfile.lock
* Revert "chore: update podfile.lock"
This reverts commit 41dbcad8c19756c6b820fb3ab039d08c3c7dc73a.
* fix: compile
* chore: revert hotkey changes
* chore: revert network_monitor change
2024-09-12 14:40:19 +08:00
Mathias Mogensen
009c2ed402
feat: media type option ( #6090 )
...
* feat: media type option
* feat: rename files + more media types
* feat: add basic style for cards on desktop
* test: add media
* chore: clippy
* feat: row detail ux improvement
* feat: show all media attachments as one count on card
* chore: localization
* fix: overlay issue + disable filter for option
* test: add base integration test
* test: add pumpAndSettle
* chore: update collab revision
* feat: mobile grid & board styling
* fix: clippy
* fix: grid reorder rows bug
* fix: style discrepancy
* chore: clippy
* chore: code cleanup
2024-09-05 06:03:58 +02:00
Lucas.Xu
08e2be367c
feat: optimize error page in database row page and remove unused code ( #6193 )
2024-09-05 11:57:54 +08:00
Nathan.fooo
8139065113
fix: init database row init ( #6127 )
2024-08-30 22:12:20 +08:00
Lucas.Xu
6283649a6b
feat: open the row page on mobile ( #5975 )
...
* chore: add dart dependency validator
* feat: open the row page on mobile
* Revert "chore: add dart dependency validator"
This reverts commit c81e5ef0ed7b0f1e74d6ba499722a9e2b566862f.
* chore: update translations
* feat: preload row page to reduce open time
* chore: don't add orphan doc into recent records
* fix: bloc error
* fix: migrate the row page title to latest design
* chore: optimize database mobile UI
2024-08-15 20:12:09 +08:00
Lucas.Xu
453e6309d5
feat: refactor space icon picker ( #5878 )
...
* feat: refactor space icon picker
* chore: optimize the _loadIconGroups function
* feat: refactor emoji picker
* feat: integrate icon picker into flowy_icon_emoji_picker
* feat: support searching icon
* feat: support displaying new icons
* fix: flutter analyze
* chore: join lines
* feat: support space icon in view title
* feat: support customzing icon when creating space or managing space
* feat: customize the emoji picker and icon picker padding
* feat: shuffle icon
* fix: expand popup menu font size
* fix: flutter integration test
2024-08-06 11:47:38 +08:00
Lucas.Xu
432db0f6d5
feat: publish databse to Web ( #5709 )
...
* chore: refactor the publish code
* feat: integrate publish into database page
* feat: add publish database structure
* feat: add database row collab
* feat: publish the database row collabs
* chore: update collab
* chore: improve question bubble
* feat: publish the database relations
* fix: rust ci
* feat: select grid view to publish
* feat: unable to deselect the primary database
* feat: optimize the read recent views speed (#5726 )
* feat: optimize the read recent views speed
* fix: order of recent views should be from the latest to the oldest
* chore: update translations
* fix: replace the unable to be selected icon
* feat: remove left padding of inline database
* fix: code review
* chore: remove publish api err log
* chore: read the database collab and document collab from disk instead of memory
* chore: code cleanup
* chore: revert beta.appflowy.com
* chore: code cleanup
* test: add database encode test
* test: add publish database test
* chore: refresh sidebar layout
* chore: update comments
2024-07-22 13:35:42 +08:00
Lucas.Xu
d73e388d01
chore: disable sync indicator ( #5479 )
2024-06-05 21:36:44 +08:00
Lucas.Xu
03e8dba5f3
fix: improve sidebar UI ( #5453 )
...
* fix: revert dark main color
* fix: workspace name font size
* fix: only show collapse button when hovering the sidebar
* fix: remove expand button after workspace name
* fix: change settings icon opactiy to 0.7
* chore: replace favorite icon
* chore: add arrow icon after section name
* chore: replace trash bin icon
* chore: adjust collapse icon padding
* feat: redesign question bubble
* fix: replace favorite icon
* fix: remove trash button padding
* chore: replace hover color
* feat: add more padding to tooltip
* feat: add hover effect to arrow icon
* feat: add hover effect to add view button
* fix: view title color
* feat: replace question bubble
* feat: replace default page icon
* fix: header icon size
* fix: add view button padding
* fix: unable to insert default image on desktop
* fix: notification button size issue
* fix: workspace icon size
* feat: add a divider between favorite space and add new page button
2024-06-04 09:22:47 +08:00
Nathan.fooo
aec7bc847e
feat: AI chat ( #5383 )
...
* chore: ai type
* chore: use patch to fix version issue
* chore: update
* chore: update
* chore: integrate client api
* chore: add schema
* chore: setup event
* chore: add event test
* chore: add test
* chore: update test
* chore: load chat message
* chore: load chat message
* chore: chat ui
* chore: disable create chat
* chore: update client api
* chore: disable chat
* chore: ui theme
* chore: ui theme
* chore: copy message
* chore: fix test
* chore: show error
* chore: update bloc
* chore: update test
* chore: lint
* chore: icon
* chore: hover
* chore: show unsupported page
* chore: adjust mobile ui
* chore: adjust view title bar
* chore: return related question
* chore: error page
* chore: error page
* chore: code format
* chore: prompt
* chore: fix test
* chore: ui adjust
* chore: disable create chat
* chore: add loading page
* chore: fix test
* chore: disable chat action
* chore: add maximum text limit
2024-06-03 14:27:28 +08:00
Richard Shiue
dbbdc13d96
fix: database row page breadcrumbs on smaller screens ( #5289 )
2024-05-08 22:05:50 +08:00
Richard Shiue
969726ef73
feat: open a row as a full page ( #5111 )
...
* feat: open a row as a full page
* chore: don't set latest open view
* chore: fix calendar open
* chore: disable in relation
* chore: code cleanup
* chore: fix merge conflicts
2024-04-29 13:44:42 +08:00