Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactor list-item to hold data and make list components to hold clickup obj #98

Merged
merged 1 commit into from
May 25, 2024

Conversation

prgres
Copy link
Owner

@prgres prgres commented May 25, 2024

Summary

Refactor of the list-based components (parts of the navigator widget).

  • listitem.Item now has a data interface{} field for holding object data
  • helper function for parsing listitem.Item to bubbles/list.Item are gone
  • each component holds a whole clickup object instead of ID only
  • removed leftover sre_index, index and other indexes related to setting defaults. This does not work yet but will be implemented someday Set defaults (in config) during runtime #23

@prgres prgres self-assigned this May 25, 2024
@prgres prgres marked this pull request as ready for review May 25, 2024 09:28
@prgres prgres merged commit e5860b1 into main May 25, 2024
5 checks passed
@prgres prgres deleted the ref/list-items branch May 25, 2024 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant