From 755f198b9a189f01f4667a494389810a237090ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fran=C3=A7oys?= Date: Sat, 10 Aug 2024 00:59:10 +0200 Subject: [PATCH 01/10] updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5430e41..6f6ee8164 100644 --- a/README.md +++ b/README.md @@ -159,4 +159,4 @@ For questions or any type of support, you can reach out via [Discord](https://di ## License -eQual framework project - Released under the GNU Lesser General Public License v3.0. \ No newline at end of file +eQual framework project - Released under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0). \ No newline at end of file From 7972e6b007b5a826c918248aedac4537c0ba92f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fran=C3=A7oys?= Date: Sat, 10 Aug 2024 00:59:18 +0200 Subject: [PATCH 02/10] minor --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d212220db..149e01d3f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,7 +50,7 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu 6. Create a new Pull Request ### Guidelines -* Before opening a PR for additions or changes, please discuss those by filing an issue on [GitHub](https://github.com/equalframework/equal/issues) or asking about it on [Discord](https://discord.gg/BNCPYxD9kk) (#general channel). This will save you development time by getting feedback upfront and make review faster by giving the maintainers more context and details. +* Before opening a PR for additions or changes, please discuss those by filing an issue on [GitHub](https://github.com/equalframework/equal/issues) or asking about it on [Discord](https://discord.gg/xNAXyhbYBp) (#general channel). This will save you development time by getting feedback upfront and make review faster by giving the maintainers more context and details. * Before submitting a PR, ensure that the code works with all PHP versions that we support (currently PHP 7.0 to PHP 7.4); that the test suite passes and that your code lints. * If you've changed some behavior, update the 'description' and 'help' attributes (when present). * If you are going to submit a pull request, please fork from `master`, and submit your pull request back as a fix/feature branch referencing the GitHub issue number @@ -88,4 +88,4 @@ When writing Unit Tests, please * If you change any global settings, make sure that you reset to the default in the `rollback()`. * Don't over-complicate test code by testing several behaviors in the same test. -This makes it easier to see exactly what is being tested when reviewing the PR. I want to be able to see it in the PR, not have to hunt in other unchanged classes to see what the test is doing. +This makes it easier to see exactly what is being tested when reviewing the PR. We want to be able to see it in the PR, without having to hunt in other unchanged classes to see what the test is doing. From cdbe5d75e459d38ae278f7302482ad200a58db47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Fran=C3=A7oys?= Date: Sat, 10 Aug 2024 01:00:04 +0200 Subject: [PATCH 03/10] improved css --- public/console.php | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/public/console.php b/public/console.php index cdb2a50e7..95bf3a362 100644 --- a/public/console.php +++ b/public/console.php @@ -210,9 +210,27 @@ width: 50%; } + #header { + position: fixed; + top: 0; + height: 105px; + width: 100%; + background: white; + z-index: 4; + } + + #searchForm { + padding: 25px 20px 15px 20px; + background: #f5f5f5; + margin: 10px; + border: solid 1px #dfdfdf; + border-radius: 15px; + } + #start { - padding-top: 120px; + padding-top: 110px; } + .loader-overlay { display: none; position: relative; @@ -677,8 +695,8 @@ function createTraceElement(trace, i) { -