My name is Devesh Prasad. I want to contribute to the GSOC 21 project of Joomla that is to add a frontend inline editing feature, after successful installation of code files in the localhost to get familiar with the codebase I have shortlisted some frontend responsive issue which can help me later on with the project of inline editing.
So, I would like to work on these issues.
Responsive issues mentioned above to be solved with improved familiarity with the codebase.
By working on the margin and padding and other frontend issues as per the timetable I have mentioned in my GSOC proposal.
Proposal link: https://docs.google.com/document/d/1a_Ix_XVIiXLxm1Teu-G5s_BU0DzWtgb5Q43F2VTkVA4/edit?usp=sharing
Email: deveshprasad99911@gmail.com
Which approach should I follow,
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-15 08:52:05 |
Closed_By | ⇒ | richard67 |
We need to go to the:
media->com_media->css->media-manager.css and media-manager.min.css
media->com_media->scss->components->_media-browser.scss
The folder media is mentioned in the gitignore file.
Can someone guide me with the git command lines I should follow to update these files and pushing them ?
@deveshprasad The media folder is filled by the build script (some of the js files in the "Build" folder) with what is in the build/media_source
folder. The path below that folder stays the same, i.e. build/media_source/com_media
belongs to media/com_media
. The necessary command to compile the scss or js (the latter is not really compiled but linted and transscripted) you can find here: https://docs.joomla.org/J4.x:Setting_Up_Your_Local_Environment .
I confirmed responsive issue 2, it happens when you use mobile view of Atum template and the resolution is less than the default mobile view in Firefox or Chromium-based browser.
@ciar4n did a great job to repaint Admin UI, but he write, that media manager needs much more work to be fully responsive in mobile view.