File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
contributing/code_of_conduct Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ Concrete Examples
21
21
* Pattern of inappropriate social contact, such as requesting/assuming
22
22
inappropriate levels of intimacy with others;
23
23
* Continued one-on-one communication after requests to cease;
24
- * Putting down people based on their technology choices or their work.
24
+ * Putting down people based on their technology choices or their work;
25
+ * Taking photographs of conference attendees and speakers and publishing them
26
+ without their explicit permission.
25
27
26
28
The original list is inspired and modified from `geek feminism `_ and
27
29
confirmed by experiences from PHPWomen.
Original file line number Diff line number Diff line change @@ -371,6 +371,12 @@ block and set the value of two variables called ``icon`` and ``text``:
371
371
{{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: false }) }}
372
372
{% endblock %}
373
373
374
+ .. tip ::
375
+
376
+ Symfony Profiler icons are selected from `Tabler icons `_, a large and open
377
+ source collection of SVG icons. It's recommended to also use those icons for
378
+ your own profiler panels to get a consistent look.
379
+
374
380
.. tip ::
375
381
376
382
Built-in collector templates define all their images as embedded SVG files.
@@ -519,3 +525,4 @@ you'll need to configure the data collector explicitly:
519
525
520
526
.. _`Single-page applications` : https://en.wikipedia.org/wiki/Single-page_application
521
527
.. _`Blackfire` : https://blackfire.io/docs/introduction?utm_source=symfony&utm_medium=symfonycom_docs&utm_campaign=profiler
528
+ .. _`Tabler icons` : https://github.com/tabler/tabler-icons
You can’t perform that action at this time.
0 commit comments