{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":772402175,"defaultBranch":"master","name":"decluttering-card","ownerLogin":"j9brown","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-03-15T05:50:38.000Z","ownerAvatar":"https://github.com/avatars/u/102276?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725507328.0","currentOid":""},"activityList":{"items":[{"before":"045eb6ae448257403fad9414fb5c37abe08b2075","after":"ef3228d19ffc9e6b0deb368d1185c4e008acf598","ref":"refs/heads/master","pushedAt":"2024-09-05T06:39:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"},"commit":{"message":"Minor refactor to rename setVisibility to setHidden","shortMessageHtmlLink":"Minor refactor to rename setVisibility to setHidden"}},{"before":"a1aabd6245dfdbe4787fe4a69b67ee20a398ed52","after":null,"ref":"refs/tags/v1.0.3","pushedAt":"2024-09-05T03:34:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"}},{"before":"a1aabd6245dfdbe4787fe4a69b67ee20a398ed52","after":"045eb6ae448257403fad9414fb5c37abe08b2075","ref":"refs/heads/master","pushedAt":"2024-09-05T03:32:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"},"commit":{"message":"Fix card not always showing in preview mode.\n\nIt seems that editMode was recently renamed to preview in the front end:\nhttps://github.com/home-assistant/frontend/pull/21065\n\nRearranged the logic to toggle the hidden state to track the state\nof preview as it changes.","shortMessageHtmlLink":"Fix card not always showing in preview mode."}},{"before":"6dd9e6a7d382441a4b5177c52913bcacd68bf1c2","after":"a1aabd6245dfdbe4787fe4a69b67ee20a398ed52","ref":"refs/heads/master","pushedAt":"2024-09-05T01:39:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"},"commit":{"message":"Fix card not always showing in preview mode.\n\nIt seems that editMode was recently renamed to preview in the front end:\nhttps://github.com/home-assistant/frontend/pull/21065\n\nRearranged the logic to toggle the hidden state to track the state\nof preview as it changes.","shortMessageHtmlLink":"Fix card not always showing in preview mode."}},{"before":"7e64589f6bb70a9d67baf1145deb3cb62db5202c","after":"6dd9e6a7d382441a4b5177c52913bcacd68bf1c2","ref":"refs/heads/master","pushedAt":"2024-03-16T23:01:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"},"commit":{"message":"Update the documentation.","shortMessageHtmlLink":"Update the documentation."}},{"before":"a1a9ab4fe4cbcecf9c4a09d3c52c42ed06f97d71","after":"7e64589f6bb70a9d67baf1145deb3cb62db5202c","ref":"refs/heads/master","pushedAt":"2024-03-16T22:10:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"},"commit":{"message":"Improve polymorphism, fully support cards, elements, and entity rows.\n\nRepresent each type as an abstract thing instead of pretending they are all\ncards. Choose the correct editor for each type (when one is available).\n\nDecluttering cards can now be safely embedded within entities cards as\nentity row and within picture-elements cards as elements.","shortMessageHtmlLink":"Improve polymorphism, fully support cards, elements, and entity rows."}},{"before":"51a54b99def698d25b7d9a15eaef7e7d98f2f103","after":"a1a9ab4fe4cbcecf9c4a09d3c52c42ed06f97d71","ref":"refs/heads/master","pushedAt":"2024-03-16T21:20:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"},"commit":{"message":"Improve polymorphism, fully support cards, elements, and entity rows.\n\nRepresent each type as an abstract thing instead of pretending they are all\ncards. Choose the correct editor for each type (when one is available).\n\nDecluttering cards can now be safely embedded within entities cards as\nentity row and within picture-elements cards as elements.","shortMessageHtmlLink":"Improve polymorphism, fully support cards, elements, and entity rows."}},{"before":"5bb09fff918feba7e929c5b55289dcfdd9bc61c0","after":"51a54b99def698d25b7d9a15eaef7e7d98f2f103","ref":"refs/heads/master","pushedAt":"2024-03-16T05:21:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"j9brown","name":"Jeff Brown","path":"/j9brown","primaryAvatarUrl":"https://github.com/avatars/u/102276?s=80&v=4"},"commit":{"message":"Create visual editors for decluttering cards and templates.\n\nThe new 'custom:decluttering-template' card declares a template. It can\nbe placed in any view of the dashboard and it is only visible in edit\nmode. Use the visual editor to conveniently create a template, configure\nthe card or element, set variables with their default values, and preview\nthe results.\n\nThe existing 'custom:decluttering-card' card now searches for templates\ndeclared by 'custom:decluttering-template' cards in addition to those\nin the traditional decluttering_templates dashboard configuration. Use\nthe visual editor to conveniently pick an existing template defined\nelsewhere, set variables, and preview the results.\n\nFixed possible race conditions when cards are loaded and streamlined\nthe logic.\n\nRestored previously set styles when element styles are modified.\nThe element styling behavior is curiously undocumented...?","shortMessageHtmlLink":"Create visual editors for decluttering cards and templates."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQwNjozOTozMS4wMDAwMDBazwAAAAStepWS","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wNVQwNjozOTozMS4wMDAwMDBazwAAAAStepWS","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0xNlQwNToyMTo1OC4wMDAwMDBazwAAAAQXOpl9"}},"title":"Activity ยท j9brown/decluttering-card"}