This came up in https://github.com/backdrop/backdrop-issues/issues/3906#issuecomment-908...
@laryn
Am I bikeshedding with this? Riffing on https://github.com/backdrop/backdrop-issues/issues/3906#issuecomment-745... I did a quick mock with the bars visually unsorted:
Using:
@klonos
I like that icon @laryn ...is it fontawesome, and if so, then which one is it? (it would have to be black or some dark gray color though, since the unsorted headers are light gray and we'd have accessibility issues)
@laryn
@klonos It's taken from the fontawesome icons you were using and then tweaked in Photoshop. I'm sure we can adjust colors on the SVG and then export as a PNG if we know which colors to use.
@klonos
@laryn I admire your creativity! ...you've made an icon that I find to be quite accurately denoting "unsorted"
Can you please provide a transparent 64px .png in
#444b53
, and another in#000000
? I wanna "play" with it
@laryn
@klonos unsorted.zip
Recent comments
This relates to a problem with creating a View of Projects on a site using MySQL >= 8.0.3 https://github.com/backdrop/backdrop-issues/issues/5795 I can't be at the meeting this...
Dec 5th Weekly Dev Meeting
Additionally, "outside" means a file that is located outside a module folder. The second parameter of module_load_include() is the name of a module, so, this function assumes that you are loading a...
How to include other files in module?
Yes, it does mean outside your functions. You can use module_load_include() within functions but not outside. The YouTube module gives an example: <?php /** * @file * Youtube field module adds...
How to include other files in module?