{"id":17679314,"url":"https://github.com/bbkane/trinitylist","last_synced_at":"2025-03-30T18:28:06.929Z","repository":{"id":87170859,"uuid":"501435331","full_name":"bbkane/trinitylist","owner":"bbkane","description":"Learn Fyne and create a TODO list with just the features I want","archived":false,"fork":false,"pushed_at":"2022-06-14T20:39:47.000Z","size":1124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T19:49:31.664Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbkane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-08T22:57:28.000Z","updated_at":"2022-06-08T22:57:44.000Z","dependencies_parsed_at":"2023-03-13T19:44:49.978Z","dependency_job_id":null,"html_url":"https://github.com/bbkane/trinitylist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Ftrinitylist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Ftrinitylist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Ftrinitylist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbkane%2Ftrinitylist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbkane","download_url":"https://codeload.github.com/bbkane/trinitylist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246361248,"owners_count":20764896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T08:22:03.905Z","updated_at":"2025-03-30T18:28:06.889Z","avatar_url":"https://github.com/bbkane.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dev Notes\n\nLet's make the list first, then pop it in a layout\n\nNotes app: https://github.com/fynelabs/notes\n\nDemo: https://github.com/fyne-io/fyne/tree/master/cmd/fyne_demo\n\nList binding: https://developer.fyne.io/binding/list\n\n## Input stretching\n\nNow I'm trying to make the text input stretch acroos the bottom part\n\ntry https://developer.fyne.io/container/box\n\nalso see https://www.youtube.com/watch?v=LWn1403gY9E\n\nOoh I can use a form... https://developer.fyne.io/explore/layouts\n\n## Attaching Enter to input\n\nWe can try https://developer.fyne.io/api/v2.1/widget/entry.html#func-entry-typedkey\n\nThat didn't work, but adding OnSubmit did. Odd that it's not documented.\n\nDone in 479d5bc\n\n## Adding Color to list entries\n\nThis looks harder, so let's try it first...\n\nTrying: https://github.com/fyne-io/fyne/issues/619\n\nPer https://gophers.slack.com/archives/CB4QUBXGQ/p1654222862590979 , I can use https://blogvali.com/button-color-background-image-fyne-gui-golang-tutorial-44/\n\nDone in ccc80e0\n\n## Editing existing list entries\n\nThis is gonna use bindstruct... I'm going to have to\n\nhttps://github.com/search?q=binding.BindStruct\u0026type=code\n\n## List of Structs questions\n\nI need to write a list of questions about how to bind structs...\n\nExamples of using BindStruct with lists\n\nShould I regen the list and repaint all widgets each time? Perf?\n\n# Issues to create\n\nAdd binding to struct\n\n# Steal ideas from Orgzly\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbkane%2Ftrinitylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbkane%2Ftrinitylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbkane%2Ftrinitylist/lists"}