Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import {Controller} from '@hotwired/stimulus';

/* stimulusFetch: 'lazy' */
export default class extends Controller
{
connect()
Expand Down
1 change: 0 additions & 1 deletion web/landing/assets/controllers/clipboard_controller.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {Controller} from '@hotwired/stimulus';
import ClipboardJS from 'clipboard';

/* stimulusFetch: 'lazy' */
export default class extends Controller
{
connect()
Expand Down
1 change: 0 additions & 1 deletion web/landing/assets/controllers/mermaid_controller.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Controller } from "@hotwired/stimulus";
import Panzoom from '@panzoom/panzoom';

/* stimulusFetch: 'lazy' */
export default class extends Controller {
static targets = ['svg', 'zoomIn', 'zoomOut'];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'prismjs/components/prism-bash.min.js';
import 'prismjs/components/prism-json.min.js';
import 'prismjs/components/prism-csv.min.js';

/* stimulusFetch: 'lazy' */
export default class extends Controller
{
initialize()
Expand Down
7 changes: 7 additions & 0 deletions web/landing/templates/main/sponsor.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
Please find more at <a href="https://norbert.tech/consulting" target="_blank">https://norbert.tech/consulting</a>
</p>
<hr class="mt-4" />
<h3 class="text-xl mt-5">Flow Website Analytics</h3>
<p class="mb-5">
Please find below the statistics of the Flow PHP website that includes page views, unique visitors, and other useful information.
</p>
<a href="https://cloud.umami.is/share/qGab5NuEqFMp9XV5/flow-php.com" target="_blank" class="text-blue-500 hover:underline">
<img src="{{ asset('images/icons/chart-bar.svg') }}" alt="external resource" width="32" height="32" class="ml-1 inline"> Flow Analytics
</a>
</section>
</div>
<div class="max-w-screen-xl mx-auto">
Expand Down