joomla-projects / j4adminui

Joomla!4 alternative backend template
GNU General Public License v2.0
24 stars 18 forks source link

Fixed issue #130, Image copyright issue. #157

Closed ahamed closed 4 years ago

ahamed commented 4 years ago

Pull Request for Issue #130 .

Summary of Changes

Removed the previous dashboard module images and added new images that are completely free to use.

Testing Instructions

Fetch the Pull Request and run the command on the terminal - node build.js --copy-assets

Then go to Dashboard and Heard Reload your browser.

Before

Screenshot 2019-12-12 at 5 45 32 PM

After

Screenshot 2019-12-12 at 5 44 17 PM
brianteeman commented 4 years ago

For the new language strings they should be inserted in alphabetical order with the other language strings and not appended to the end of the file

kawshar commented 4 years ago

There are a lot of unrelated changes here

Not really. All are related.

brianteeman commented 4 years ago

@kawshar I corrected myself ;)

ahamed commented 4 years ago

There are a lot of unrelated changes here

The image files are replaced and renamed so we needed to edit the actual image names as src of the images. And there are some language strings missing. So we add them. That's it.

For the new language strings they should be inserted in alphabetical order with the other language strings and not appended to the end of the file

You are correct. We will fix this.

kawshar commented 4 years ago

@kawshar I corrected myself ;)

Thank you 👍

brianteeman commented 4 years ago

@ahamed07sajeeb I corrected myself

brianteeman commented 4 years ago

Thanks for these images and addressing the copyright issue

kawshar commented 4 years ago

Thanks for these images and addressing the copyright issue

Sorry for the trouble we caused.

kawshar commented 4 years ago
Screenshot 2019-12-13 at 3 29 26 PM

Issue resolved.

brianteeman commented 4 years ago

Thanks