Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

fix(columns): Added ids to columns #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(columns): Added ids to columns #78

wants to merge 1 commit into from

Conversation

Fubinator
Copy link
Contributor

I've added ids to columns to handle them better. Originally this PR was just meant to be a refactoring, so I can begin working on #76, but this also fixes #71

Description

Every column has a unique ID from now on and every profile has an array of column-IDs. Having IDs makes it easier to change the order of profiles.

Requirements

  • Followed code style

Added ids to columns to handle them better. This also fixes #71

fix #71
@pixeldesu
Copy link
Member

Okay, as I finally have time again now, some feedback:

  • It looks like UPDATE_POST_IN_COLUMN is not working as of now.
  • In the Vue devtools, the columns state is always just empty arrays
    2s8tunxwwvcl_electron_2018-03-09_22-10-01
    (It adds posts to the columns but I'm confused as to where it adds them if they are not shown)

Except for those two things, this seems solid so far, nice work!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding a column to a new profile does not update the view.
2 participants