Problem/Motivation
The current pattern of sample data under 'A CSV will be exported with this structure:' appears disorganized. We propose organizing the data in a tabular format for better clarity and structure.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | patch_html_remover.patch | 2.87 KB | chancenyasulu |
| #4 | issue.png | 26.94 KB | tanuja bohra |
| #2 | After .png | 293.33 KB | enaznin |
| #2 | beautify_sample_data_.patch | 1.84 KB | enaznin |
| Screenshot 2023-09-18 at 12.46.26 PM.png | 249.94 KB | enaznin |
Issue fork path_redirect_import-3387868
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3387868-beautify-the-sample
changes, plain diff MR !22
- 2.0.x
changes, plain diff MR !23
Comments
Comment #2
enaznin commentedComment #3
enaznin commentedComment #4
tanuja bohra commented@enaznin ,
1. I can see one issue on mobile it's creating a white space. Can we use scroll on mobile devices?
2. Suggestion -> Can we use the same fonts (/admin/structure/types/manage/article/fields) and capitalize the first letter on column labels?
Comment #5
kevinquillen commentedThis shouldn't be done by hardcoding in an HTML table. A render array using
tablefor#themeshould be used instead.Comment #9
chancenyasulu commentedHello I have made changes regarding the comment #5 i have removed the the hard coded html to drupal way of doing it.
Comment #12
plopescThank you!
Comment #14
plopescMerged into 2.0.x. Thank you!