{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":853799007,"defaultBranch":"main","name":"image-ratio-padder","ownerLogin":"do0ori","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2024-09-07T15:12:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/71831926?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1725722302.0","currentOid":""},"activityList":{"items":[{"before":"0b5b4b282ed39abe183ddc9a5f8ea8721b3bbbe9","after":"7002c7e9ca2ec867f8457d9294b80a228dbb6ac6","ref":"refs/heads/main","pushedAt":"2024-09-11T07:40:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"docs: Wrap example image with website url","shortMessageHtmlLink":"docs: Wrap example image with website url"}},{"before":"2917e2ab706c74d8ead38d132743b778b5912391","after":"57a292ae5ae3436053e398e66883f46e3ec3bb3a","ref":"refs/heads/gh-pages","pushedAt":"2024-09-09T12:30:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"deploy: 0b5b4b282ed39abe183ddc9a5f8ea8721b3bbbe9","shortMessageHtmlLink":"deploy: 0b5b4b2"}},{"before":"6fe40ed203551680972d681cd2e3b62a1e526c01","after":"0b5b4b282ed39abe183ddc9a5f8ea8721b3bbbe9","ref":"refs/heads/main","pushedAt":"2024-09-09T12:15:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"ci: Add GitHub Actions workflow for deploying to GitHub Pages\n\nCreated a GitHub Actions workflow to automate the deployment of the\nReact app to GitHub Pages. The workflow triggers on pushes and pull\nrequests to the `main` branch, as well as manual dispatches.\n\n- Configured actions to check out code, set up Node.js, and cache dependencies.\n- Set up build step to run `npm run build`.\n- Deployed the build output to GitHub Pages using the `peaceiris/actions-gh-pages` action.","shortMessageHtmlLink":"ci: Add GitHub Actions workflow for deploying to GitHub Pages"}},{"before":"1ef17a00207d8aea5bffc49a233c842f92523e4f","after":"2917e2ab706c74d8ead38d132743b778b5912391","ref":"refs/heads/gh-pages","pushedAt":"2024-09-09T11:24:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"53b1b9057ac7e552b7d8505fca6f240bc8a0b67c","after":"6fe40ed203551680972d681cd2e3b62a1e526c01","ref":"refs/heads/main","pushedAt":"2024-09-09T11:23:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"chore: Update HTML language attribute to Korean\n\nChanged the `lang` attribute in the `index.html` file from `en` (English)\nto `ko` (Korean) to better reflect the target audience and improve\naccessibility for Korean users.\n\n- Updated `lang` attribute in the HTML tag from \"en\" to \"ko\".","shortMessageHtmlLink":"chore: Update HTML language attribute to Korean"}},{"before":"376505d111d96c0a63560035a9ec33545002cc87","after":"53b1b9057ac7e552b7d8505fca6f240bc8a0b67c","ref":"refs/heads/main","pushedAt":"2024-09-08T08:58:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"docs: Add example image to README for better visualization","shortMessageHtmlLink":"docs: Add example image to README for better visualization"}},{"before":"2873eb44582101dde7c68a1a96e42d207667ba7d","after":"1ef17a00207d8aea5bffc49a233c842f92523e4f","ref":"refs/heads/gh-pages","pushedAt":"2024-09-08T08:18:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"9accc6e731e86aa98d73605c38f6de3be0f5ec22","after":"376505d111d96c0a63560035a9ec33545002cc87","ref":"refs/heads/main","pushedAt":"2024-09-08T08:17:10.000Z","pushType":"pr_merge","commitsCount":6,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"Merge pull request #2 from do0ori/dev\n\nImprove user experience with new ratio options and visual feedback","shortMessageHtmlLink":"Merge pull request #2 from do0ori/dev"}},{"before":"41049dabeac9920c335cd7d2492be02435485828","after":"9accc6e731e86aa98d73605c38f6de3be0f5ec22","ref":"refs/heads/main","pushedAt":"2024-09-08T08:05:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"chore: Add pull request template for standardized PR submissions\n\nIntroduced a pull request template to ensure consistency and clarity\nin PR descriptions. The template guides contributors to provide key\ndetails, features, and additional notes for each PR.\n\n- Added `.github/PULL_REQUEST_TEMPLATE.md` for standardized PR descriptions.\n- Template includes sections for a summary, key features, and additional notes.","shortMessageHtmlLink":"chore: Add pull request template for standardized PR submissions"}},{"before":"1a4fe566b12b71175c1a8586edffa33e062e6f80","after":"98d3e9e1869bd49692a0735cfd60f3ca37f7c519","ref":"refs/heads/dev","pushedAt":"2024-09-08T07:56:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"style: Adjust padding in FileUploader component\n\nIncreased the top padding in the FileUploader component to improve\nvisual spacing and alignment within the upload area.\n\n- Changed top padding from `pt-5` to `pt-6` for better visual balance.","shortMessageHtmlLink":"style: Adjust padding in FileUploader component"}},{"before":"6a0d5fba9b249ff62e20175a3b22ea3e94baf5c0","after":"1a4fe566b12b71175c1a8586edffa33e062e6f80","ref":"refs/heads/dev","pushedAt":"2024-09-08T07:54:59.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"chore: Update favicon with AI-generated icon and remove default React logos\n\nReplaced the default favicon with a custom AI-generated favicon and\nremoved the default React logos (logo192.png and logo512.png). Updated\nthe manifest to reflect these changes and adjusted the app name for\nbetter clarity.\n\n- Uploaded AI-generated favicon.ico and removed logo192.png and logo512.png.\n- Updated manifest.json to remove references to the deleted logos.\n- Changed the app's short name and name in the manifest to \"Image Ratio Padder.\"","shortMessageHtmlLink":"chore: Update favicon with AI-generated icon and remove default React…"}},{"before":"a08fef479893e8c699dd4309253b8f92d6534db7","after":"41049dabeac9920c335cd7d2492be02435485828","ref":"refs/heads/main","pushedAt":"2024-09-08T07:11:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"docs: Update README with project details and usage instructions\n\nRevised the README to provide a clearer explanation of the project\npurpose, steps for using the Image Ratio Padder, and added visual\nbadges for technologies used. Updated sections on features, usage\nsteps, and contribution guidelines.\n\n- Added detailed description of how to use the Image Ratio Padder.\n- Included usage instructions for file selection, ratio selection, and download functionality.\n- Provided information on the project's background and the previous vanilla JS version.\n- Added badges for technologies like TypeScript, React, and Tailwind CSS.\n- Revised contribution and contact information with GitHub links.","shortMessageHtmlLink":"docs: Update README with project details and usage instructions"}},{"before":"ea51719a546cd6ea5535bc61db094c1774584461","after":"a08fef479893e8c699dd4309253b8f92d6534db7","ref":"refs/heads/main","pushedAt":"2024-09-08T07:02:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"docs: Update README with project details and usage instructions\n\nRevised the README to provide a clearer explanation of the project\npurpose, steps for using the Image Ratio Padder, and added visual\nbadges for technologies used. Updated sections on features, usage\nsteps, and contribution guidelines.\n\n- Added detailed description of how to use the Image Ratio Padder.\n- Included usage instructions for file selection, ratio selection, and download functionality.\n- Provided information on the project's background and the previous vanilla JS version.\n- Added badges for technologies like TypeScript, React, and Tailwind CSS.\n- Revised contribution and contact information with GitHub links.","shortMessageHtmlLink":"docs: Update README with project details and usage instructions"}},{"before":null,"after":"2873eb44582101dde7c68a1a96e42d207667ba7d","ref":"refs/heads/gh-pages","pushedAt":"2024-09-07T15:18:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"Updates","shortMessageHtmlLink":"Updates"}},{"before":"577d7d40ca268dd4845b7ea3d2f63f5f55078fd1","after":"ea51719a546cd6ea5535bc61db094c1774584461","ref":"refs/heads/main","pushedAt":"2024-09-07T15:17:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"chore: Add gh-pages deployment configuration\n\nConfigured the project for deployment to GitHub Pages. Added gh-pages\nas a development dependency and set up npm scripts for building and\ndeploying the app.\n\n- Added \"gh-pages\" package to devDependencies.\n- Configured \"predeploy\" and \"deploy\" scripts for GitHub Pages.\n- Updated package.json with the project's homepage URL for GitHub Pages.\n- Updated package-lock.json to reflect changes in dependencies.","shortMessageHtmlLink":"chore: Add gh-pages deployment configuration"}},{"before":"569859316a66e3fdd2e99464a06655e24d45f35e","after":"577d7d40ca268dd4845b7ea3d2f63f5f55078fd1","ref":"refs/heads/main","pushedAt":"2024-09-07T15:15:21.000Z","pushType":"pr_merge","commitsCount":12,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"Merge pull request #1 from do0ori/dev\n\nMigration from vanilla JS to React (CRA)","shortMessageHtmlLink":"Merge pull request #1 from do0ori/dev"}},{"before":null,"after":"6a0d5fba9b249ff62e20175a3b22ea3e94baf5c0","ref":"refs/heads/dev","pushedAt":"2024-09-07T15:14:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"style: Increase overall UI element sizes for better readability\n\nIncreased the size of text, buttons, icons, and containers throughout\nthe application for improved readability and visual clarity. The changes\nwere made to accommodate larger display preferences and enhance user\nexperience.\n\n- Adjusted font sizes for labels, buttons, and messages in various components.\n- Increased icon sizes for Email, GitHub, and image processing actions.\n- Expanded container sizes in the ImagePreview, FileUploader, and ImageRatioPadder components.\n- Updated layout dimensions to fit larger UI elements across the app.","shortMessageHtmlLink":"style: Increase overall UI element sizes for better readability"}},{"before":null,"after":"569859316a66e3fdd2e99464a06655e24d45f35e","ref":"refs/heads/main","pushedAt":"2024-09-07T15:13:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"do0ori","name":"JaeKyung Hwang","path":"/do0ori","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/71831926?s=80&v=4"},"commit":{"message":"chore: Install dependencies and set up Tailwind","shortMessageHtmlLink":"chore: Install dependencies and set up Tailwind"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQwNzo0MDowMS4wMDAwMDBazwAAAASy5CLb","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQwNzo0MDowMS4wMDAwMDBazwAAAASy5CLb","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wN1QxNToxMzowNS4wMDAwMDBazwAAAASvsWI-"}},"title":"Activity · do0ori/image-ratio-padder"}