{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":518513704,"defaultBranch":"main","name":"freya","ownerLogin":"marc2332","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-07-27T15:28:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/38158676?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1717193292.0","currentOid":""},"activityList":{"items":[{"before":"aeb840c5058dc5f30bf3387a02e7efff5c607369","after":"c09b6c307ed86018866da48134f56b02d3cb7882","ref":"refs/heads/feat/improved-text-editing-support","pushedAt":"2024-05-31T22:12:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"chore: Clean up","shortMessageHtmlLink":"chore: Clean up"}},{"before":"e0e50a0b936dfddb047bf0a53c955e307cb37223","after":"55d9bea889fbb91a71be2dca3233b74aa495e920","ref":"refs/heads/feat/delete-text-selection-with-backspace","pushedAt":"2024-05-31T22:09:42.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'feat/improved-text-editing-support' into feat/delete-text-selection-with-backspace","shortMessageHtmlLink":"Merge branch 'feat/improved-text-editing-support' into feat/delete-te…"}},{"before":"2f578ee13e7457242951de90af4cf71c8ee1a88a","after":"aeb840c5058dc5f30bf3387a02e7efff5c607369","ref":"refs/heads/feat/improved-text-editing-support","pushedAt":"2024-05-31T22:09:35.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'main' into feat/improved-text-editing-support","shortMessageHtmlLink":"Merge branch 'main' into feat/improved-text-editing-support"}},{"before":"599f244703eaf00e1d9fcd978771a4aded22bb1a","after":"2f578ee13e7457242951de90af4cf71c8ee1a88a","ref":"refs/heads/feat/improved-text-editing-support","pushedAt":"2024-05-31T22:09:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"chore: Clean up","shortMessageHtmlLink":"chore: Clean up"}},{"before":null,"after":"e0e50a0b936dfddb047bf0a53c955e307cb37223","ref":"refs/heads/feat/delete-text-selection-with-backspace","pushedAt":"2024-05-31T22:08:12.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"feat: Delete text selection with backspace","shortMessageHtmlLink":"feat: Delete text selection with backspace"}},{"before":null,"after":"f9f54f569134e670f5d10000f38ea55fab7b1910","ref":"refs/heads/docs/update-guides","pushedAt":"2024-05-31T22:00:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"docs: Update the book guides","shortMessageHtmlLink":"docs: Update the book guides"}},{"before":null,"after":"bd61ff330a1ecff50d7ed9f88cfd170383a8be9f","ref":"refs/heads/docs/update-diff-with-dioxus","pushedAt":"2024-05-31T21:47:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"docs: Update the differences with Dioxus doc","shortMessageHtmlLink":"docs: Update the differences with Dioxus doc"}},{"before":"128b9623bfc2856f62d7f4932ce895152afa02ec","after":"061c9f13c26151e7497229bc2972c744de80fe06","ref":"refs/heads/release-plz-2024-05-29T15-44-36Z","pushedAt":"2024-05-31T20:19:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: release","shortMessageHtmlLink":"chore: release"}},{"before":"9c5862f18dca9ef9c55af445a2be75e099a4f263","after":"128b9623bfc2856f62d7f4932ce895152afa02ec","ref":"refs/heads/release-plz-2024-05-29T15-44-36Z","pushedAt":"2024-05-31T20:19:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"feat: `WithWindow` event (#626)\n\n* feat: With window event\r\n\r\n* clean up\r\n\r\n* feat: `min/max/fullscreen window` in `use_platform`. (#627)\r\n\r\n* feat: `min/max/fullscreen window` in `use_platform`.\r\n\r\nAdded window features using the new `with_window` event.\r\n\r\n- `maximize_window`: When called, maximizes the window if not maximized, or de-maximizes the window if already maximized (standard behaviour).\r\n- `minimize_window`: When called, minimizes the window.\r\n- `fullscreen_window`: When called, fullscreens the window if not fullscreened, or de-fullscreens the window if already fullscreen.\r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* chore: Clean up\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n---------\r\n\r\nCo-authored-by: dload0 ","shortMessageHtmlLink":"feat: WithWindow event (#626)"}},{"before":"427c66e7c0a9375f53711364941eb97797e24305","after":"c9dd362532b90d6e40681556f6d43214ef478ac6","ref":"refs/heads/feat/reactive-window-state","pushedAt":"2024-05-31T20:06:11.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'feat/reactive-window-data' into feat/reactive-window-state","shortMessageHtmlLink":"Merge branch 'feat/reactive-window-data' into feat/reactive-window-state"}},{"before":"69f66685b2b9686e09c917a6198120d173002ec9","after":"7142337632ddcb9baf0582b4a1f5e96c29831a8a","ref":"refs/heads/feat/reactive-window-data","pushedAt":"2024-05-31T20:06:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"chore: Clean up","shortMessageHtmlLink":"chore: Clean up"}},{"before":"03f6d2d4b3a3beba075fb73fa0d27a5963b08eab","after":"427c66e7c0a9375f53711364941eb97797e24305","ref":"refs/heads/feat/reactive-window-state","pushedAt":"2024-05-31T20:05:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"fix: update examples","shortMessageHtmlLink":"fix: update examples"}},{"before":"e25b5d725ef6e8ad906c3680ab3b55975ee1ac1a","after":"03f6d2d4b3a3beba075fb73fa0d27a5963b08eab","ref":"refs/heads/feat/reactive-window-state","pushedAt":"2024-05-31T20:00:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'feat/reactive-window-state' of https://github.com/marc2332/freya into feat/reactive-window-state","shortMessageHtmlLink":"Merge branch 'feat/reactive-window-state' of https://github.com/marc2…"}},{"before":"e1a1c94bfe1e50c305aca4a8d281df57ab3b9ed6","after":"e25b5d725ef6e8ad906c3680ab3b55975ee1ac1a","ref":"refs/heads/feat/reactive-window-state","pushedAt":"2024-05-31T19:59:19.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'feat/reactive-window-data' into feat/reactive-window-state","shortMessageHtmlLink":"Merge branch 'feat/reactive-window-data' into feat/reactive-window-state"}},{"before":"e6cceb6ce541cb07d6d33c16893d14bd9e93da86","after":"69f66685b2b9686e09c917a6198120d173002ec9","ref":"refs/heads/feat/reactive-window-data","pushedAt":"2024-05-31T19:58:54.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'feat/preferred-theme' into feat/reactive-window-data","shortMessageHtmlLink":"Merge branch 'feat/preferred-theme' into feat/reactive-window-data"}},{"before":"b5eee60d673d6464ba1ef15775ed44fa831511a7","after":"07c2817c2041a8f1213351ea6bd5f261dbddeeda","ref":"refs/heads/feat/preferred-theme","pushedAt":"2024-05-31T19:58:29.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'main' into feat/preferred-theme","shortMessageHtmlLink":"Merge branch 'main' into feat/preferred-theme"}},{"before":null,"after":"e1a1c94bfe1e50c305aca4a8d281df57ab3b9ed6","ref":"refs/heads/feat/reactive-window-state","pushedAt":"2024-05-31T19:56:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"feat: Reactive Window state","shortMessageHtmlLink":"feat: Reactive Window state"}},{"before":"3a630770fd0085888b64b60bf032706585c82819","after":null,"ref":"refs/heads/feat/with-window-event","pushedAt":"2024-05-31T19:55:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"}},{"before":"e473a8ac258d83366c4e1323515cdf6b40fff11f","after":"128b9623bfc2856f62d7f4932ce895152afa02ec","ref":"refs/heads/main","pushedAt":"2024-05-31T19:55:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"feat: `WithWindow` event (#626)\n\n* feat: With window event\r\n\r\n* clean up\r\n\r\n* feat: `min/max/fullscreen window` in `use_platform`. (#627)\r\n\r\n* feat: `min/max/fullscreen window` in `use_platform`.\r\n\r\nAdded window features using the new `with_window` event.\r\n\r\n- `maximize_window`: When called, maximizes the window if not maximized, or de-maximizes the window if already maximized (standard behaviour).\r\n- `minimize_window`: When called, minimizes the window.\r\n- `fullscreen_window`: When called, fullscreens the window if not fullscreened, or de-fullscreens the window if already fullscreen.\r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* fix: Update to new API.\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n* chore: Clean up\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Espin \r\n\r\n---------\r\n\r\nCo-authored-by: dload0 ","shortMessageHtmlLink":"feat: WithWindow event (#626)"}},{"before":"28a135eeceb2232e276e181f1454323751913bfd","after":"e6cceb6ce541cb07d6d33c16893d14bd9e93da86","ref":"refs/heads/feat/reactive-window-data","pushedAt":"2024-05-31T17:27:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"fix: revert some changes","shortMessageHtmlLink":"fix: revert some changes"}},{"before":"341dbef070806dd769aacc37b1ddb6a433bb8ee2","after":"28a135eeceb2232e276e181f1454323751913bfd","ref":"refs/heads/feat/reactive-window-data","pushedAt":"2024-05-31T15:27:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"fix: Update test","shortMessageHtmlLink":"fix: Update test"}},{"before":"7f9de33078a9a0764c4ecda4a8420810c43651d5","after":"341dbef070806dd769aacc37b1ddb6a433bb8ee2","ref":"refs/heads/feat/reactive-window-data","pushedAt":"2024-05-31T15:24:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"feat: Improvements and cleanup","shortMessageHtmlLink":"feat: Improvements and cleanup"}},{"before":"e473a8ac258d83366c4e1323515cdf6b40fff11f","after":"9c5862f18dca9ef9c55af445a2be75e099a4f263","ref":"refs/heads/release-plz-2024-05-29T15-44-36Z","pushedAt":"2024-05-30T23:06:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: release","shortMessageHtmlLink":"chore: release"}},{"before":"21d6d4f43176b1da78cb176b562a5fd0116aa7b7","after":"e473a8ac258d83366c4e1323515cdf6b40fff11f","ref":"refs/heads/release-plz-2024-05-29T15-44-36Z","pushedAt":"2024-05-30T23:06:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: Clean up unused key","shortMessageHtmlLink":"chore: Clean up unused key"}},{"before":"044dc1137a87b52f4584a4ed834140fa16061044","after":"e473a8ac258d83366c4e1323515cdf6b40fff11f","ref":"refs/heads/main","pushedAt":"2024-05-30T22:44:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"chore: Clean up unused key","shortMessageHtmlLink":"chore: Clean up unused key"}},{"before":null,"after":"7f9de33078a9a0764c4ecda4a8420810c43651d5","ref":"refs/heads/feat/reactive-window-data","pushedAt":"2024-05-30T22:42:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"feat: Reactive window data","shortMessageHtmlLink":"feat: Reactive window data"}},{"before":"a7ad639f8334906153132c3b4e6d0d2a2d6eeb5e","after":"b5eee60d673d6464ba1ef15775ed44fa831511a7","ref":"refs/heads/feat/preferred-theme","pushedAt":"2024-05-30T22:17:59.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"Merge branch 'main' into feat/preferred-theme","shortMessageHtmlLink":"Merge branch 'main' into feat/preferred-theme"}},{"before":"044dc1137a87b52f4584a4ed834140fa16061044","after":"21d6d4f43176b1da78cb176b562a5fd0116aa7b7","ref":"refs/heads/release-plz-2024-05-29T15-44-36Z","pushedAt":"2024-05-29T22:44:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore: release","shortMessageHtmlLink":"chore: release"}},{"before":"56621797e2e64ec288486e87d0e8aa65f25bbcf4","after":"044dc1137a87b52f4584a4ed834140fa16061044","ref":"refs/heads/release-plz-2024-05-29T15-44-36Z","pushedAt":"2024-05-29T22:44:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"ci: release-plz.toml","shortMessageHtmlLink":"ci: release-plz.toml"}},{"before":"a514cca7449cd3f68c2c6fa93793022ce5a36000","after":"044dc1137a87b52f4584a4ed834140fa16061044","ref":"refs/heads/main","pushedAt":"2024-05-29T22:21:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marc2332","name":"Marc Espin","path":"/marc2332","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/38158676?s=80&v=4"},"commit":{"message":"ci: release-plz.toml","shortMessageHtmlLink":"ci: release-plz.toml"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEWW51YQA","startCursor":null,"endCursor":null}},"title":"Activity · marc2332/freya"}