{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":736913803,"defaultBranch":"master","name":"activeadmin","ownerLogin":"acp-admin","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-12-29T08:38:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/25272218?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724424774.0","currentOid":""},"activityList":{"items":[{"before":"a56a926e63c0b148b37f7db88dc25a5d802ca629","after":null,"ref":"refs/heads/table-for-data","pushedAt":"2024-08-23T14:52:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"}},{"before":"e41e0a18ddb9c7895ee44dfa7c1b7956b58b6adc","after":"a56a926e63c0b148b37f7db88dc25a5d802ca629","ref":"refs/heads/table-for-data","pushedAt":"2024-08-23T07:17:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"TableFor, add tbody_html and row_html options\n\nThis patch adds a `tbody_html` and `row_html` options to the `TableFor` (and\n`IndexAsTable`) classes. These options allow you to pass a hash of html options\nattributes to the `tbody` and `tr` elements.\n\nThis is useful when you want to add features to the table that require data\nattributes. For example, adding a sortable row via JavaScript.\n\nYou can see how I'm currently using this approach in [this app](https://github.com/acp-admin/acp-admin):\n- [monkey patching](https://github.com/acp-admin/acp-admin/blob/master/config/initializers/active_admin.rb#L261-L328) (same approach as this PR)\n- [using both options on a `table_for` method](https://github.com/acp-admin/acp-admin/blob/master/app/views/active_admin/deliveries/_baskets.html.arb#L10-L13) for using [Stimulus Sortable component](https://www.stimulus-components.com/docs/stimulus-sortable/).\n\nThe existing `row_class` option is kept for backwards compatibility, but the\n`row_html` will take precedence if both are provided.","shortMessageHtmlLink":"TableFor, add tbody_html and row_html options"}},{"before":"6165e146892335b92a8a0067491d5197ab853aa5","after":"37f054575a9ab985b952b63958d54d485687a172","ref":"refs/heads/master","pushedAt":"2024-08-23T07:14:21.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Improve form f.inputs attributes rendering (#8439)\n\n* Improve rendering attributes for f.inputs\r\n\r\n* Support rails 6.1\r\n\r\nbut use tag.attributes if available\r\n\r\n* Use tag.legend instead of \"activeadmin#8439)"}},{"before":"7eca5338610a851c12c0c04e1a5ed810b7c6c5bb","after":"e41e0a18ddb9c7895ee44dfa7c1b7956b58b6adc","ref":"refs/heads/table-for-data","pushedAt":"2024-08-16T09:40:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"TableFor, add tbody_html and row_html options\n\nThis patch adds a `tbody_html` and `row_html` options to the `TableFor` (and\n`IndexAsTable`) classes. These options allow you to pass a hash of html options\nattributes to the `tbody` and `tr` elements.\n\nThis is useful when you want to add features to the table that require data\nattributes. For example, adding a sortable row via JavaScript.\n\nYou can see how I'm currently using this approach in [this app](https://github.com/acp-admin/acp-admin):\n- [monkey patching](https://github.com/acp-admin/acp-admin/blob/master/config/initializers/active_admin.rb#L261-L328) (same approach as this PR)\n- [using both options on a `table_for` method](https://github.com/acp-admin/acp-admin/blob/master/app/views/active_admin/deliveries/_baskets.html.arb#L10-L13) for using [Stimulus Sortable component](https://www.stimulus-components.com/docs/stimulus-sortable/).\n\nThe existing `row_class` option is kept for backwards compatibility, but the\n`row_html` will take precedence if both are provided.","shortMessageHtmlLink":"TableFor, add tbody_html and row_html options"}},{"before":"a9ddaadf40f66959a7299fed1e9ea995def23b16","after":"7eca5338610a851c12c0c04e1a5ed810b7c6c5bb","ref":"refs/heads/table-for-data","pushedAt":"2024-08-16T09:38:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"TableFor, add tbody_html and row_html options\n\nThis patch adds a `tbody_html` and `row_html` options to the `TableFor` (and\n`IndexAsTable`) classes. These options allow you to pass a hash of html options\nattributes to the `tbody` and `tr` elements.\n\nThis is useful when you want to add features to the table that require data\nattributes. For example, adding a sortable row via JavaScript.\n\nYou can see how I'm currently using this approach in [this app](https://github.com/acp-admin/acp-admin):\n- [monkey patching](https://github.com/acp-admin/acp-admin/blob/master/config/initializers/active_admin.rb#L261-L328) (same approach as this PR)\n- [using both options on a `table_for` method](https://github.com/acp-admin/acp-admin/blob/master/app/views/active_admin/deliveries/_baskets.html.arb#L10-L13) for using [Stimulus Sortable component](https://www.stimulus-components.com/docs/stimulus-sortable/).\n\nThe existing `row_class` option is kept for backwards compatibility, but the\n`row_html` will take precedence if both are provided.","shortMessageHtmlLink":"TableFor, add tbody_html and row_html options"}},{"before":"59a8627f1d9ac1fe979678251e8cc648c7353084","after":"6165e146892335b92a8a0067491d5197ab853aa5","ref":"refs/heads/master","pushedAt":"2024-08-16T09:12:58.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Add active admin layouts to tailwind config (#8430)\n\n* Add active admin layouts to tailwind config\r\n\r\n* Only html and erb files are relevant for layouts\r\n\r\nCo-authored-by: Javier Julio \r\n\r\n---------\r\n\r\nCo-authored-by: Javier Julio ","shortMessageHtmlLink":"Add active admin layouts to tailwind config (activeadmin#8430)"}},{"before":"5bd07c10b15ee064d3403f40dd89eb451c2b9958","after":"a9ddaadf40f66959a7299fed1e9ea995def23b16","ref":"refs/heads/table-for-data","pushedAt":"2024-08-16T09:12:48.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Merge branch 'activeadmin:master' into table-for-data","shortMessageHtmlLink":"Merge branch 'activeadmin:master' into table-for-data"}},{"before":"0d33879646ff13e0aa6acf5909d0023b57d39645","after":"5bd07c10b15ee064d3403f40dd89eb451c2b9958","ref":"refs/heads/table-for-data","pushedAt":"2024-08-09T09:41:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"TableFor, add tbody_data and row_data options\n\nThis patch adds a `tbody_html` and `row_data` options to the `TableFor` (and\n`IndexAsTable`) classes. These options allow you to pass a hash of html options\nand data attributes to the `tbody` and `tr` elements, respectively.\n\nThis is useful when you want to add features to the table that require data\nattributes. For example, adding a sortable row via JavaScript.\n\nYou can see how I'm currently using this approach in [this app](https://github.com/acp-admin/acp-admin):\n- [monkey patching](https://github.com/acp-admin/acp-admin/blob/master/config/initializers/active_admin.rb#L261-L328) (same approach as this PR)\n- [using both options on a `table_for` method](https://github.com/acp-admin/acp-admin/blob/master/app/views/active_admin/deliveries/_baskets.html.arb#L10-L13) for using [Stimulus Sortable component](https://www.stimulus-components.com/docs/stimulus-sortable/).","shortMessageHtmlLink":"TableFor, add tbody_data and row_data options"}},{"before":"7785815d64792f9e2b613e640a8facd487d74cb0","after":"0d33879646ff13e0aa6acf5909d0023b57d39645","ref":"refs/heads/table-for-data","pushedAt":"2024-08-09T09:35:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"TableFor, add tbody_data and row_data options\n\nThis patch adds a `tbody_html` and `row_data` options to the `TableFor` (and\n`IndexAsTable`) classes. These options allow you to pass a hash of html options\nand data attributes to the `tbody` and `tr` elements, respectively.\n\nThis is useful when you want to add features to the table that require data\nattributes. For example, adding a sortable row via JavaScript.\n\nYou can see how I'm currently using this approach in [this app](https://github.com/acp-admin/acp-admin):\n- [monkey patching](https://github.com/acp-admin/acp-admin/blob/master/config/initializers/active_admin.rb#L261-L328) (same approach as this PR)\n- [using both options on a `table_for` method](https://github.com/acp-admin/acp-admin/blob/master/app/views/active_admin/deliveries/_baskets.html.arb#L10-L13) for using [Stimulus Sortable component](https://www.stimulus-components.com/docs/stimulus-sortable/).","shortMessageHtmlLink":"TableFor, add tbody_data and row_data options"}},{"before":"d037b36f92823a866c1c32b4eefdf4102918cc3d","after":"59a8627f1d9ac1fe979678251e8cc648c7353084","ref":"refs/heads/master","pushedAt":"2024-08-09T09:26:46.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Update changelog_uri in gemspec metadata to GitHub Releases (#8422)\n\nThe gem metadata published to Rubygems points to the CHANGELOG.md file,\r\nbut this is no longer the official changelog of record. The file says:\r\n\r\n> Future changelogs have moved to GitHub Releases\r\n\r\nThis commit updates the gemspec metadata to point to GitHub Releases so\r\nthat future releases to Rubygems contain the correct URL.","shortMessageHtmlLink":"Update changelog_uri in gemspec metadata to GitHub Releases (activead…"}},{"before":"0340409e0a806716a4cd81a522c0116c9976377f","after":"7785815d64792f9e2b613e640a8facd487d74cb0","ref":"refs/heads/table-for-data","pushedAt":"2024-08-04T11:59:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"TableFor, add tbody_data and row_data options\n\nThis patch adds a `tbody_data` and `row_data` options to the `TableFor` and\n`IndexAsTable` classes. These options allow you to pass a hash of data\nattributes to the `tbody` and `tr` elements respectively.\n\nThis is useful when you want to add features to the table that require data\nattributes. For example, adding a sortable row via JavaScript.","shortMessageHtmlLink":"TableFor, add tbody_data and row_data options"}},{"before":null,"after":"0340409e0a806716a4cd81a522c0116c9976377f","ref":"refs/heads/table-for-data","pushedAt":"2024-08-04T11:48:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"TableFor, add tbody_data and row_data options\n\nThis patch adds a `tbody_data` and `row_data` options to the `TableFor` and\n`IndexAsTable` classes. These options allow you to pass a hash of data\nattributes to the `tbody` and `tr` elements respectively.\n\nThis is useful when you want to add features to the table that require data\nattributes. For example, adding a sortable row via JavaScript.","shortMessageHtmlLink":"TableFor, add tbody_data and row_data options"}},{"before":"d6ee9b85bc17862a0d9b93046a2233718268d3c7","after":"d037b36f92823a866c1c32b4eefdf4102918cc3d","ref":"refs/heads/master","pushedAt":"2024-08-04T10:40:01.000Z","pushType":"push","commitsCount":86,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Add accessible names for navigation buttons (#8338)\n\n* Improve accessibility of navigation buttons\r\n\r\n- Remove reference to `drawer-navigation-label`, which is not defined\r\n- Change `aria-controls` to `main-menu`\r\n- Add `aria-label` to buttons without text\r\n\r\nClose #8328\r\n\r\n* Update UPGRADING.md\r\n\r\nCo-authored-by: Javier Julio \r\n\r\n---------\r\n\r\nCo-authored-by: Javier Julio ","shortMessageHtmlLink":"Add accessible names for navigation buttons (activeadmin#8338)"}},{"before":"8c783e238a3daa2ba2b68851dc8026de34e5072b","after":"d6ee9b85bc17862a0d9b93046a2233718268d3c7","ref":"refs/heads/master","pushedAt":"2024-01-20T10:01:59.000Z","pushType":"push","commitsCount":44,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Improve Italian translation (#8235)\n\n- Add new strings\r\n- Use plural in `pagination.empty` key, since `model` is plural there.\r\n Also slightly change the sentence so that it could work with all\r\n grammatical genders","shortMessageHtmlLink":"Improve Italian translation (activeadmin#8235)"}},{"before":"eb4e1cb34b7a0c4e85c62c3a692fcf8b7e7123d3","after":"6a8a0b4cb797112dc2ba4d162bbace6f83c84470","ref":"refs/heads/locales-fr","pushedAt":"2023-12-30T11:12:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Update FR locales\n\nThis patch updates the French locales to be inline with the latest\nchanges in the English ones.\n\nMore details about the changes can be found in the v4 upgrade guide:\nhttps://github.com/activeadmin/activeadmin/pull/8182","shortMessageHtmlLink":"Update FR locales"}},{"before":null,"after":"eb4e1cb34b7a0c4e85c62c3a692fcf8b7e7123d3","ref":"refs/heads/locales-fr","pushedAt":"2023-12-29T08:52:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"thibaudgg","name":"Thibaud Guillaume-Gentil","path":"/thibaudgg","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1322?s=80&v=4"},"commit":{"message":"Update FR locales\n\nThis patch updates the French locales to be inline with the latest\nchanges in the English ones.\n\nMore details about the changes can be found in the v4 upgrade guide:\nhttps://github.com/activeadmin/activeadmin/pull/8182","shortMessageHtmlLink":"Update FR locales"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEonXV_wA","startCursor":null,"endCursor":null}},"title":"Activity · acp-admin/activeadmin"}