Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] Remove global CSS rules to avoid conflicts #303 Refactored CSS to prevent global styling conflicts with downstream projects. Fixes #303 #317

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
47dabc9
Fixing global css issue
Unnati-Gupta24 Dec 23, 2024
2960928
Fixing global css issue
Unnati-Gupta24 Dec 23, 2024
489d344
[fix] Refactor CSS to avoid global style declarations #303
Unnati-Gupta24 Dec 23, 2024
a545b1c
[fix] Remove global CSS rules to avoid conflicts with downstream proj…
Unnati-Gupta24 Dec 23, 2024
a117764
[fix] Remove global CSS rules to avoid conflicts with downstream proj…
Unnati-Gupta24 Dec 23, 2024
068d66e
[fix] Remove global CSS rules to avoid conflicts #303
Unnati-Gupta24 Dec 23, 2024
5d78f63
Merge branch 'master' into master
Unnati-Gupta24 Feb 9, 2025
e83e9b0
[fix] Remove global CSS rules to avoid conflicts #303
Unnati-Gupta24 Feb 11, 2025
699408b
[deps] Bump eslint-config-prettier from 9.1.0 to 10.0.1
dependabot[bot] Feb 20, 2025
58d9474
[[ci] Updated commit message prefix of dependabot
nemesifier Feb 26, 2025
ae4e765
[deps] Updated ECharts to version 5.6.0 #224 #305
dee077 Feb 26, 2025
203bc1c
[docs] Updated badges
nemesifier Feb 26, 2025
b0ade05
[docs] Improved run tests section
nemesifier Feb 26, 2025
d49c1ba
[deps] Bump @babel/preset-env from 7.26.0 to 7.26.9
dependabot[bot] Feb 26, 2025
6e917e8
[tests] Added more options for selenium browser testing
nemesifier Feb 26, 2025
7d45154
[ci] Added install-chromedriver: true
nemesifier Feb 26, 2025
1537731
[ci] Added more chromedriver headless options
nemesifier Feb 26, 2025
f414642
[ci] ChromeDriver changes
nemesifier Feb 26, 2025
fde1561
[ci] Run on ubuntu-latest
nemesifier Feb 26, 2025
1af5fd6
[ci] Use latest python version available on the system
nemesifier Feb 26, 2025
d1e927c
[tests] Simplified headless options
nemesifier Feb 26, 2025
50fc6e0
[ci] Updated Build & Deploy step
nemesifier Feb 26, 2025
1d606a7
[ci] Set timeout to browser tests
dee077 Feb 28, 2025
a0cc547
[deps] Bump webpack from 5.97.1 to 5.98.0
dependabot[bot] Feb 28, 2025
702509b
[deps] Bump prettier from 3.4.2 to 3.5.2
dependabot[bot] Feb 28, 2025
48624fd
[deps] Bump eslint-config-prettier from 10.0.1 to 10.0.2
dependabot[bot] Feb 28, 2025
9b41567
[deps] Bump terser-webpack-plugin from 5.3.11 to 5.3.12
dependabot[bot] Mar 1, 2025
354b663
[deps] Bump copy-webpack-plugin from 12.0.2 to 13.0.0
dependabot[bot] Mar 1, 2025
caf6c9d
[chores] Minor CSS refactoring
cestercian Mar 11, 2025
686049b
Fixing global css issue
Unnati-Gupta24 Dec 23, 2024
deae5d5
Fixing global css issue
Unnati-Gupta24 Dec 23, 2024
3c1f4e9
[fix] Refactor CSS to avoid global style declarations #303
Unnati-Gupta24 Dec 23, 2024
5edc590
[fix] Remove global CSS rules to avoid conflicts with downstream proj…
Unnati-Gupta24 Dec 23, 2024
ab00f99
[fix] Remove global CSS rules to avoid conflicts with downstream proj…
Unnati-Gupta24 Dec 23, 2024
f2ee4cc
[fix] Remove global CSS rules to avoid conflicts #303
Unnati-Gupta24 Dec 23, 2024
aa34a17
[fix] Remove global CSS rules to avoid conflicts #303
Unnati-Gupta24 Feb 11, 2025
dd64a76
[fix] remove golbal css fixes #303
Unnati-Gupta24 Mar 13, 2025
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
Prev Previous commit
Next Next commit
[ci] Use latest python version available on the system
nemesifier committed Feb 26, 2025
commit 1af5fd60a796113f6036ea1ca1a77be17358028d
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -30,14 +30,13 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-

- name: Set up Python 3.7
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.7

- name: Installing dependencies
run: |
yarn install
python --version
pip install openwisp-utils[qa]

- name: QA checks