Skip to content

Develop#12

Merged
Zaiidmo merged 10 commits intomasterfrom
develop
Feb 24, 2026
Merged

Develop#12
Zaiidmo merged 10 commits intomasterfrom
develop

Conversation

@Zaiidmo
Copy link
Contributor

@Zaiidmo Zaiidmo commented Feb 24, 2026

Summary

  • What does this PR change?

Why

  • Why is this change needed?

Checklist

  • Added/updated tests (if behavior changed)
  • npm run lint passes
  • npm run typecheck passes
  • npm test passes
  • npm run build passes
  • Added a changeset (npx changeset) if this affects consumers

Notes

  • Anything reviewers should pay attention to?

Zaiidmo and others added 4 commits February 13, 2026 13:07
* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* v1.0.3

* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* chore: removed tracked dist files and empty directories & updated release workflow and gitignore

* chore: updated husky pre-commit

* chore: updated dependencies versions, ci/cd workflows, and fixed all lint & tc issues

* fix: formatting issues

---------

Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com>
@Zaiidmo Zaiidmo requested a review from a team February 24, 2026 10:07
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 24, 2026

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

@Zaiidmo Zaiidmo merged commit c8ec6f1 into master Feb 24, 2026
3 checks passed
@Zaiidmo Zaiidmo deleted the develop branch February 24, 2026 10:39
@Zaiidmo Zaiidmo restored the develop branch February 24, 2026 10:39
a-elkhiraooui-ciscode added a commit that referenced this pull request Feb 26, 2026
* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* Develop (#12)

* v1.0.3

* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* v1.0.3

* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* chore: removed tracked dist files and empty directories & updated release workflow and gitignore

* chore: updated husky pre-commit

* chore: updated dependencies versions, ci/cd workflows, and fixed all lint & tc issues

* fix: formatting issues

---------

Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com>

* ops: updated worklofws triggers and enabled SonarQuality Gate

* fix: prettier format warnings

* ops: fixed syntax issues in yml file

* ops: fixed SonarCloud integration

* fix: format warning

* chore: updated tests threshhold

* ops: removed tests coverage from the release-check

---------

Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com>

* updated readme file

* fixed merge errors

---------

Co-authored-by: Zaiid Moumni <141942826+Zaiidmo@users.noreply.github.com>
a-elkhiraooui-ciscode added a commit that referenced this pull request Feb 27, 2026
* chore(husky): remove deprecated bootstrap lines; style: run prettier write

* chore: bump version to 1.0.2

* ci: run workflows on PRs to master

* ci(e2e): strict port + no server reuse; enable release check on PRs to master

* ci(e2e): bind dev server to 127.0.0.1; align Playwright URLs; increase timeouts

* e2e: revert to localhost server defaults (no CI/CD changes)

* ci: align PR validation and release-check workflows to master (develop triggers + conditional)

* chore: push current workspace state

* Develop (#12)

* v1.0.3

* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* v1.0.3

* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* chore: removed tracked dist files and empty directories & updated release workflow and gitignore

* chore: updated husky pre-commit

* chore: updated dependencies versions, ci/cd workflows, and fixed all lint & tc issues

* fix: formatting issues

---------

Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com>

* ops: updated worklofws triggers and enabled SonarQuality Gate

* fix: prettier format warnings

* ops: fixed syntax issues in yml file

* ops: fixed SonarCloud integration

* fix: format warning

* chore: updated tests threshhold

* ops: removed tests coverage from the release-check

---------

Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com>

* 1.0.4

* ops: updated workflows files

* docs: added copilot instructions

* refactored following the copilot instructions file

* fixed test errors

---------

Co-authored-by: Zaiid Moumni <141942826+Zaiidmo@users.noreply.github.com>
Co-authored-by: Zaiidmo <zaiidmoumnii@gmail.com>
@Zaiidmo Zaiidmo mentioned this pull request Feb 27, 2026
6 tasks
Zaiidmo added a commit that referenced this pull request Feb 27, 2026
* chore(husky): remove deprecated bootstrap lines; style: run prettier write

* chore: bump version to 1.0.2

* ci: run workflows on PRs to master

* ci(e2e): strict port + no server reuse; enable release check on PRs to master

* ci(e2e): bind dev server to 127.0.0.1; align Playwright URLs; increase timeouts

* e2e: revert to localhost server defaults (no CI/CD changes)

* ci: align PR validation and release-check workflows to master (develop triggers + conditional)

* chore: push current workspace state

* Develop (#12)

* v1.0.3

* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* v1.0.3

* data tables done

* 1.0.3

* dashboard widgets, resizable, drag and drop, with actions done

* persist layout to local storage done

* chore: removed tracked dist files and empty directories & updated release workflow and gitignore

* chore: updated husky pre-commit

* chore: updated dependencies versions, ci/cd workflows, and fixed all lint & tc issues

* fix: formatting issues

---------



* ops: updated worklofws triggers and enabled SonarQuality Gate

* fix: prettier format warnings

* ops: fixed syntax issues in yml file

* ops: fixed SonarCloud integration

* fix: format warning

* chore: updated tests threshhold

* ops: removed tests coverage from the release-check

---------



* 1.0.4

* ops: updated workflows files

* docs: added copilot instructions

* refactored following the copilot instructions file

* fixed test errors

---------

Co-authored-by: a-elkhiraooui-ciscode <a.elkhiraoui@ciscod.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant