v1.2.0

Thanks Microsoft first, we improved UI details by researching Microsoft's open-sourced Windows UI Library code.

TL;DR

Progress Ring no longer looks jagged.
Apply new acrylic material for some controls.
Changed some details.

Full Changes

  • Updated margin of context menu.
  • Updated border of buttons and removed shadows.
  • Updated borders of UI, now they're translucent.
  • There's no gap between round corner of modal window and border anymore.
  • Applied accent color for a few of controls.
  • Updated background material to translucent.
  • Updated appearance of notification UI.
  • Updated background of modal window.
  • Updated style of input controls and select controls.
  • Updated style of tooltips and applied acrylic.
  • Fixed the problem of low contrast button on the frame displayed around flagged posts.
  • Applied new acrylic material for context menus.

Note

Acrylic only available when:

  • Current Flarum layout isn't in mobile mode;
  • Your browser supports backdrop-filter CSS (Not include -webkit-backdrop-filter);

If your device doesn't meet requirements, the controls that applied acrylic material will back to pure color background.
This version of theme uses outline partly replaced border, and it'll affect some controls displaying wrong what has .Dropdown-menu class and aren't context menus.
pPXAtij.png
pPXANJs.png

  • For user: Tell us to fix problem for these UI.
  • For developer: Please avoid using .Dropdown-menu class for UI that isn't context menu.

v1.2.1

Didn't change any UI, just rewrote some CSS to improve compatibility.

Why need to rewrite?

Safari will break round outline and it fixed on this year.
What a bad thing. 👎

25 days later

Thank you @DaleZ !
You haven't gotten much credit for your work yet. I must say I like it alot, looks really clean!

Have you done any changes when having the blog extension enabled, or do you perhaps plan on doing so? 🤞

    4 days later

    FullThrottle83 Thanks for your support! I'm glad it's useful for you. ❤️
    I'm try my best to make everything look fluent, but, unfortunately, this theme is bigger and bigger now.
    It needs some time for me to find a solution, just hold on! 😊

      15 days later

      DaleZ there is an issue with this theme using the fof/share-social extension. When using the light version of the theme while using fof/nightmode the modal for the social networks don’t show up but when using the dark version of the theme with fof/night mode they do show up.

        2 months later

        den13501 I tried searching for keywords but it doesn't work, Chinese search is a problem.

        Does this theme over-ride extensions like CustomHeader ?
        Can't seem to be able to activate that.

        Anyhow, I would like if Fluent Theme would have built in options and/or styling for header instead. Is that something that you are working on, or should I try to make it with CSS ?

          Where the updated version of your extension. Seem extiverse doesn't like it when i tap your extension trough their site. They mark has incompatible.

            ernestdefoe FullThrottle83 I couldn't find the problem right now, it might not be caused by this theme. Try disabling it and check if the problem persists. In the original design, it should have only changed the appearance of specific extensions and universal controls, but I don't know if it affected other things that shouldn't have been changed.


            FullThrottle83 Anyhow, I would like if Fluent Theme would have built in options and/or styling for header instead. Is that something that you are working on, or should I try to make it with CSS?

            No plans. I think it can stay there. You can dress it up yourself, and I’m considering providing some fluent components for custom CSS.


            wolfshards Oops. On my end, I have never seen it listed on Extiverse, I thought Extiverse didn't recognize it, until you point out that it was marked as Incompatible. This theme should still have no compatibility issues (it was originally developed on Version 1.8.1), you can try installing it.
            Does anyone know why Extiverse considers it Incompatible? 😅

              8 days later

              With excitement, I announce to you all -

              v1.3.0

              TL;DR

              • More subtle UI

                Many controls have been updated to styles closer to native controls, making the Flarum look more familiar. This version also removes unnecessary shadows to enhance the overall UI's coherence and consistency.
              • More friendly interaction

                While being closer to native styles, controls can also respond to your operations, making operations more dynamic.
              • Adapt new plugins

                This version has added basic support for Blog.
              • Not only yours, but also yours

                This version introduces the concept of components. When designing custom CSS/Less, you only need to import components as needed to easily Fluent your target elements*.
                *: Experimental feature. Some features may be added or deleted in the future. The design guide will be published on Github later.

              Full Changelog

              • Acrylic material has been updated to a style closer to native.
              • Unnecessary shadows have been removed on many UIs (such as Hero) to enhance the overall UI's coherence and consistency.
              • Buttons and selection elements have been updated, updating the UI and adding state feedback. This update also affects the post list and notification items in the notification center.
              • The search bar style on the colored title bar has been updated.
              • The context menu in the mobile layout has been largely unified.
              • Most progress rings now use the theme color.
              • The appearance of tooltips has been unified.
              • The modal window border has been updated to improve contrast.
              • Componentization.
              • Acrylic material has been applied to FancyBox.
              • The layout of the notification center has been adjusted. Unread items will now have an unread badge.
              • The overall appearance of the context menu has been fine-tuned.
              • Trying to change the quote button to a theme color appearance.
              • Now have an icon.

              Problems

              Some problems appeared before this version, but were only discovered now.

              • (Low severity) The gradient border of the button is no longer available. It is currently impossible to achieve this with simple CSS.
              • (Low severity) In the form, tooltips may be clipped.
              • (Low severity) The Acrylic material of the tooltips on the notification center may not work.

              We will continue to actively explore solutions to the problem and sincerely hope to hear your feedback!

              New Year Special Content

              Provide a set of gradient backgrounds from the Bing Chat UI. This background can highlight the Fluent theme well!
              Choose a main hue that your Flarum uses, and then add the content in the code block to the custom CSS/Less.
              Red:

              body {
                  background-attachment: fixed;
                  & when (@config-dark-mode = false) {
                      background: linear-gradient(90deg, #eeedf3 0%, 0.77381%, #efeff4 1.54762%, 6.72619%, #efeef3 11.9048%, 12.381%, #f0edf4 12.8571%, 27.9167%, #f2ecf4 42.9762%, 51.9048%, #efeef3 60.8333%, 61.9643%, #eeebf6 63.0952%, 66.7262%, #ebeaf9 70.3571%, 73.2738%, #e8e8f8 76.1905%, 77.1429%, #e6e7f8 78.0952%, 79.9405%, #e4e5f9 81.7857%, 84.1667%, #e3e4f8 86.5476%, 87.0238%, #e2e3f8 87.5%, 89.3452%, #e0e0fc 91.1905%, 95.5952%, #dceffc 100%) fixed;
                  }
                  & when (@config-dark-mode = true) {
                      background: linear-gradient(90deg, #262327 0%, 0.77381%, #282529 1.54762%, 6.72619%, #272428 11.9048%, 12.381%, #292329 12.8571%, 27.9167%, #282226 42.9762%, 51.9048%, #272428 60.8333%, 61.9643%, #29222a 63.0952%, 66.7262%, #28212d 70.3571%, 73.2738%, #26202a 76.1905%, 77.1429%, #251f2a 78.0952%, 79.9405%, #251e2a 81.7857%, 84.1667%, #241e28 86.5476%, 87.0238%, #231d28 87.5%, 89.3452%, #241c2b 91.1905%, 95.5952%, #1a1b29 100%) fixed;
                  }
              }

              Blue:

              body {
                  background-attachment: fixed;
                  & when (@config-dark-mode = false) {
                      background: linear-gradient(90deg, #eff2f7 0%, 7.60286%, #edf0f9 15.2057%, 20.7513%, #ebf0f8 26.297%, 27.6386%, #ebf0f8 28.9803%, 38.2826%, #e7edf9 47.585%, 48.1216%, #e6ecfa 48.6583%, 53.1306%, #e4ecf9 57.6029%, 61.5385%, #e3eafa 65.4741%, 68.7835%, #deeafa 72.093%, 75.7603%, #dbe6f8 79.4275%, 82.8265%, #d8e5f8 86.2254%, 87.8354%, #d5e4f9 89.4454%, 91.8605%, #d2e2f9 94.2755%, 95.4383%, #d1e1f8 96.6011%, 98.3005%, #d0e0f7 100%) fixed;
                  }
                  & when (@config-dark-mode = true) {
                      background: linear-gradient(90deg, #23272e 0%, 7.60286%, #202431 15.2057%, 20.7513%, #1f252f 26.297%, 27.6386%, #1f252f 28.9803%, 38.2826%, #1c222f 47.585%, 48.1216%, #1b2130 48.6583%, 53.1306%, #1a222e 57.6029%, 61.5385%, #19202f 65.4741%, 68.7835%, #17202c 72.093%, 75.7603%, #161d28 79.4275%, 82.8265%, #151c26 86.2254%, 87.8354%, #131b26 89.4454%, 91.8605%, #121924 94.2755%, 95.4383%, #121822 96.6011%, 98.3005%, #111820 100%) fixed;
                  }
              }

              Green:

              body {
                  & when (@config-dark-mode = false) {
                      background: linear-gradient(90deg, #ecf2f5 0%, 1.3089%, #eaf3f5 2.6178%, 17.4084%, #e8f1f2 32.199%, 36.2565%, #e5f1f2 40.3141%, 45.0262%, #e3f0f2 49.7382%, 51.8325%, #e2eff5 53.9267%, 57.199%, #e0eff5 60.4712%, 62.9581%, #dcedf5 65.445%, 66.2304%, #dcedf5 67.0157%, 68.0628%, #daecf4 69.1099%, 75.1309%, #d6e9f0 81.1518%, 82.5916%, #d3e7f0 84.0314%, 84.4241%, #d4e7ef 84.8168%, 86.911%, #d2e6ef 89.0052%, 94.5026%, #cfe3ec 100%) fixed;
                  }
                  & when (@config-dark-mode = true) {
                      background: linear-gradient(90deg, #24353e 0%, 1.3089%, #21393e 2.6178%, 17.4084%, #233638 32.199%, 36.2565%, #1f3638 40.3141%, 45.0262%, #1d3538 49.7382%, 51.8325%, #1a323e 53.9267%, 57.199%, #18333d 60.4712%, 62.9581%, #16303c 65.445%, 66.2304%, #16303c 67.0157%, 68.0628%, #152e39 69.1099%, 75.1309%, #152a31 81.1518%, 82.5916%, #142730 84.0314%, 84.4241%, #15272f 84.8168%, 86.911%, #14262e 89.0052%, 94.5026%, #132229 100%) fixed;
                  }
              }

              I can't seem to be able to update.

              Updating dependencies
              Nothing to modify in lock file
              Installing dependencies from lock file
              Package operations: 0 installs, 1 update, 0 removals
                - Upgrading dalez/fluent-flarum (v1.2.1 => v1.3.0): Extracting archive
                  Update of dalez/fluent-flarum failed
              
              In Filesystem.php line 301:
              
                Could not delete /home/automationsforum/htdocs/automationsforum.se/vendor/d
                alez/fluent-flarum/LICENSE:

                Design Guide is available now!

                Go to Github to find out and create your wonderful Fluent!
                What's more, you can even share your great code to us if you think yours it's great, and we can add it to the theme!

                  a month later

                  DaleZ A really nice theme, I tried configuring it for a few minutes here's what I got!
                  Would you like collaborating with me to further improve this theme?

                    6 days later

                    Keiki That's cool, I think your style just well suited with Game theme. 👍
                    I'll keep improving the Fluent Theme to make it more flexible to help the customizers like you. 😊

                      5 months later

                      v1.3.1

                      Fine-tuning of specifics.
                      Compatible with extiverse.