-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Improve project translation listing under admin tab #3708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We need to wait to #3572 gets approved/merged so we can reuse the css classes. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Can I Work on This Issue? |
@saadmk11 I'd double check with @agjohnson or @ericholscher that my proposal is what we want before start working on it. I'm pinging them here looking for the 👍 of one of them. |
Okay Sure. |
Yeah, all our admin forms should follow the new pattern. #3572 looks like a good base, I'd also look at how we implement the rest of the form for the page, as we have old forms that tried to be a list view and an edit view in a single page. The newer versions of admin pages don't do this and instead use a separate page for add/edit operations. |
I saw a few admin pages use the Old Pattern (Form and List view at the same time). I would like to propose to change the Old pattern with the new one as suggested by @agjohnson.
And I would also like to address the Environment Variables page should have a |
It would be best to split this all into digestible chunks either way, but 👍 on addressing the old pattern use in all of our forms. We are about to start a contract that will address the UX and styling on these forms, so this part is not as important as having all the correct views and form handling. |
@agjohnson If I understood you correctly, you want to split the old pattern views (different views for list, create/update form) so that it matches the new pattern. Such as the subproject views in the project Admin |
Currently, under
Admin -> Translations
tab we have something like this to list "Existing translations"I think we want to change this to feel more like the rest of the site (considering some improves that @stsewd has already done in other pages with listings --like redirects)
(I took this image from Project Import, but it's just to share the idea)
The text was updated successfully, but these errors were encountered: