Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

feat(self-service): sidebars + table abstraction + structure refactor #17

Merged
merged 4 commits into from
Apr 22, 2024

Conversation

gromon42
Copy link
Contributor

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • πŸ› οΈ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • βœ… Build configuration change
  • πŸ“ Documentation
  • πŸ—‘οΈ Chore

What does this PR do?

Description

Lots of fixes + sidebar layout + table abstraction.

Screenshot

Run history

Screenshot from 2024-04-21 19-10-48

Scrollbars Layout

Screenshot from 2024-04-21 19-10-30


PR Checklist

Global

  • I have performed a self-review of my code

Clean Code

  • I made sure the code is type safe (no any)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

Type of Change (commit types)

The appropriate commit types in your PR are required. See a table of them below

Commit Type Title Description Emoji
feat Features A new feature (something new that impacts the end-user) ✨
fix Bug Fixes A bug Fix πŸ›
docs Documentation Documentation only changes πŸ“š
style Styles Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) πŸ’Ž
refactor Code Refactoring A code change that neither fixes a bug nor adds a feature πŸ“¦
perf Performance Improvements A code change that improves performance πŸš€
test Tests Adding missing tests or correcting existing tests 🚨
build Builds Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm) πŸ› 
ci Continuous Integrations Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs) βš™οΈ
chore Chores Other changes that don't modify src or test files ♻️
revert Reverts Reverts a previous commit πŸ—‘

@evoxmusic evoxmusic merged commit 8a3236c into main Apr 22, 2024
3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants