-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Material 3️⃣ alignment with Files and Talk #1648
Comments
What do you have specifically in mind? The Notes Android app already uses the Material 3 themes 🙂 |
I am all in for alignment, especially code wise, so that we can e.g. also use server/user based theming at some point. |
I still can't follow you guys, the server theme color is already applied 🙈 - code and optical alignments make sense of course |
Sorry! |
So I digged a little bit into the code and it seems it would be relatively tricky to get the implementation in because it is based on a set of helper classes injected via dagger being setup once and then used everywhere until user-context switch and re-initiated while Notes uses a live data object and else is based on the stored primary color. Having a hard time to wrap my head around how to move to the theming implementation we use from Nextclouds common lib. Not sure, maybe @AlvaroBrey has an idea? |
I can have a look once #1644 and #1645 are done, which are the current priorities for this app; I assume I'll also get some insight while working on those. |
feat(theming): Use nextcloud-common library for theming UI elements (#1648)
I think we can close this issue now as the most visible parts have been migrated to |
Yeah, makes sense 👍 |
Just to have the discussion, looping in @tobiasKaminsky and @stefan-niedermann what do you think? Should be adapt the styling we put in place for files and talk which I think would basically translate to the top bar(s) and FAB at this point? Can't tell about check-boxes etc. since I didn't take a look at the code / theming yet. First wanted to see if this would even be something to consider before digging deeper and maybe working on a PR. In a way my assumption is it hasn't been put into place to give notes a completely flat UI to mimic paper? (Wild guess, because if Stefan would have wanted it and had the time (don't know) I am sure he would have implemented it already since the UI is slick!)
Looking forward to your comments 💙
Also @jancborchardt and @nimishavijay for your opinion
The text was updated successfully, but these errors were encountered: