heic2jpg.meta

Issues/PRs archive for MTRNord/heic2jpg
git clone git://archive.git.mtrnord.blog/MTRNord/heic2jpg.meta.git
Log | Files | Refs

2.md (1623B)


      1 # PR #2 feat: adjust design to follow GNOME HIG
      2 
      3 - **Status:** merged
      4 - **Author:** @FineFindus
      5 - **Created:** 2024-11-11T15:37:28Z
      6 - **Branch:** feat/HIG-design → main
      7 - **Merged:** 2024-11-11T16:26:38Z
      8 - **Diff:** [2.diff](./2.diff)
      9 
     10 ---
     11 
     12 Since the project uses libadwaita, I'm assuming the goal is to follow the [GNOME HIG](https://developer.gnome.org/hig/). I've slightly adjusted the design, to use suggested actions and [`Adw.ToolbarView`](https://gnome.pages.gitlab.gnome.org/libadwaita/doc/main/class.ToolbarView.html) to follow the HIG more closely.
     13 Further improvements could include updating the pages to use [icons or illustrations](https://developer.gnome.org/hig/patterns/feedback/placeholders.html), adjusting the text.
     14 You might want to take a look to at apps like [Switcheroo](https://flathub.org/apps/io.gitlab.adhami3310.Converter) or [Morphosis](https://flathub.org/apps/garden.jamie.Morphosis), which implement similar functionality.
     15 
     16 ![Updated folder selection](https://github.com/user-attachments/assets/b7474548-a408-4687-b30e-6f4bc1ac155e)
     17 ![Updated conversion screen](https://github.com/user-attachments/assets/1207a7c6-3843-4340-9912-4494a590b440)
     18 
     19 
     20 
     21 ## Comments
     22 
     23 ### @MTRNord — 2024-11-11T16:26:35Z
     24 
     25 Thanks a lot for this. This was on the weekend, kinda written in a rush, so I didn't have yet time to do a "Pretty Pass". Also thanks for linking the GNOME HIG :) I will have a look at that. This PR is a very nice upgrade, however!
     26 
     27 I am aware of Switcheroo too (great app :D) and this kinda is for the batch processing usecase more. I will need to think about icons a little bit still. :)
     28