mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #3421] [Bug] Border loses thickness after "New property" ends in Grid #1524
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1524
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Xazin on GitHub (Sep 16, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3421
Originally assigned to: @Xazin on GitHub.
Bug Description
Under the
Filter,SortandSettingsin a Database/Grid, the border is less thick than the one where there are columns in the Grid.This misalignment feels weird.
How to Reproduce
New propertycellExpected Behavior
Operating System
AppFlowy Version(s)
0.3.1
Screenshots
Additional Context
For solution guidance, join our discord and mention me!
@richardshiue commented on GitHub (Sep 17, 2023):
Seconded. Do note that while fixing this bug, make sure that when there is a filter, there should still be a separator!
@narayann7 commented on GitHub (Sep 24, 2023):
@Xazin hey, can you assign me this issue?
@nikhilgarg26 commented on GitHub (Sep 24, 2023):
hey @Xazin i would like to take up this issue, can you please guide how to start with this issue it would be a great help
@MayurSMahajan commented on GitHub (Sep 25, 2023):
Hey @nikhilgarg26 I have assigned this one to @narayann7, can you please take a look at some other issues we have to solve. Thanks
@Xazin commented on GitHub (Sep 25, 2023):
If you need any assistance please let us know! 👍
@narayann7 commented on GitHub (Sep 25, 2023):
@Xazin sure, i will let you know
@narayann7 commented on GitHub (Sep 26, 2023):
@Xazin i tried to adjust the size of divider and grid cell, still it will difficult to make them same but i think we cant use both divider and grid cell border at a time
@Xazin commented on GitHub (Sep 26, 2023):
Hey Narayan, it's definitely possible.
Here are some hints:
field_cell.dart)New propertybutton also has it's own top border, track it down and remove only the top one.grid_header.dartsetting_menu.dartLet me know if you still need more help! 👍
@narayann7 commented on GitHub (Sep 27, 2023):
@Xazin sure, yes we can remove the top border of the cell but when we click on filter then we have to show the border, i will go through this case and i will let you know, thank you
@Xazin commented on GitHub (Sep 27, 2023):
The solution I explained above takes care of this case.
@Xazin commented on GitHub (Nov 3, 2023):
Hey @narayann7, since you haven't made progress, I'll take over this issue and resolve it 👍