-
Notifications
You must be signed in to change notification settings - Fork 591
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
Admin Styles: RTL #100
Comments
An alternative approach is to adopt something like this: One more approach is a middleware that automatically generates RTL styling like so: I favor those two less because they would force certain workflows on the site developer who uses Apostrophe 2. A more "manualish" approach will keep the burden of developing for RTL or lack thereof completely within the decision making power of the developer. |
@stuartromanek @kylestetz @livhaas @colpanik how do you folks feel about Both options seem potentially reasonable to me:
Pragmatically speaking, the impact on us is diminished if we use the first On Mon, Mar 3, 2014 at 8:47 AM, Danny Povolotski
Tom Boutell |
Any conclusion? I kind of favour the first method as well. Adding .rtl rules would make it easier to integrate and break less things. |
I think an rtl class on the body is the best way to go. We'll accept pull On Sat, Mar 15, 2014 at 11:17 AM, Danny Povolotski <[email protected]
Tom Boutell |
Great. I'll start working in that direction and submit a pull request when ready. |
@israelidanny just a note, we're working through some new designs for admin screens that will change the markup and styles to some extent. You'll start seeing them on the master branch soon. We'll do our best to make sure that any pull requests you submit will be brought over if we change any styles drastically. Thanks for bearing with us on this one! In terms of our spring schedule, we're trying to finish up some new features and designs in the editor within the next two months. We will keep you in the loop. |
To make some of my contribution easier while not slowing you Down - what If there is stuff you're not sure about for master , that is . On Saturday, March 15, 2014, Kyle Stetz [email protected] wrote:
|
We prefer to have our as-yet-unlaunched and recently launched projects I can see how we might need a branch if we had plans that would be more I think we are slowing down in terms of outright bc breaks, though. The On Sat, Mar 15, 2014 at 3:43 PM, Danny Povolotski
Tom Boutell |
Wonderful! As long as what's cooking in master isn't behind what you guys On Saturday, March 15, 2014, Tom Boutell [email protected] wrote:
|
There is nothing more bleeding edge than master right now (: On Sat, Mar 15, 2014 at 4:11 PM, Danny Povolotski
Tom Boutell |
@kylestetz - I saw some changes shipped to npm. Is there more to come shortly? |
@israelidanny we've got some changes coming to the admin modal interfaces in the next week or two. We're working out a new tabbed modal for editing snippets, along with a way to specify tab groupings for fields in the schema. We'll send another message in the google group once that is published. |
Hi all, We will not be adding any admin sweeping admin style changes for a while now. @israelidanny did you ever make any changes you'd like to submit in a pull request? Otherwise I will put this ticket in the backlog, as we are talking about integrating more i18n support in some backend refactoring we're currently doing. |
Yes, on the backend we imposed sanity: self.render always requires req and On Fri, Feb 20, 2015 at 4:41 PM, benirose [email protected] wrote:
*THOMAS BOUTELL, *DEV & OPS |
Where are we at on RTL in the admin interface here? Is the official answer to add your own classes and styles? Does this recommendation need a home in the docs? Maybe a HOWTO on the current state of i18n would be a better issue for us? |
There is a separate issue for modern (2.x) Apostrophe. |
Hey, I would like to start actively pursuing this.
Some things I think are vital:
The most logical approach, it seems to me, is:
rtl
class on<html>
, and then do something like this in the LESS:Any thoughts?
The text was updated successfully, but these errors were encountered: