Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
126 commits
Select commit Hold shift + click to select a range
8b00919
feat: add @tanstack/react-query package, custom QueryClientProvider, …
RohitRaj011 May 22, 2025
a138770
chore(version): bump to 1.14.0-beta-0
RohitRaj011 May 22, 2025
f9e42a1
feat: update react-query type definitions
RohitRaj011 May 22, 2025
fdc59c2
feat: update error handling flags in QueryClientProvider and default …
RohitRaj011 May 22, 2025
4cba97c
chore(version): bump to 1.14.0-beta-1
RohitRaj011 May 22, 2025
b5d97bc
chore: revert @types/react-dates to dependencies
RohitRaj011 May 22, 2025
89de0f2
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jun 2, 2025
91f3ab3
fix: move @types/react-dates to dev dependency
RohitRaj011 Jun 2, 2025
6c4a25f
chore(version): bump to 1.14.2-beta-0
RohitRaj011 Jun 2, 2025
b0c64e3
feat: add focus trap component and support
arunjaindev Jul 9, 2025
0a6f2f7
chore: add parent class in visible modal
arunjaindev Jul 9, 2025
2d7b17d
feat: add TempAppWindow component with customizable header and close …
RohitRaj011 Jul 11, 2025
861fe1a
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 11, 2025
8668f37
chore(version): bump to 1.17.0-beta-5
RohitRaj011 Jul 11, 2025
91f53d9
chore: add @tanstack/eslint-plugin-query to ESLint configuration and …
RohitRaj011 Jul 11, 2025
aa20fda
fix: handle placeholder in rjsf select picker
Elessar1802 Jul 14, 2025
d9c5099
chore: rename useQueryClient -> reactQueryHooks
RohitRaj011 Jul 15, 2025
556905d
fix: filter chip style
Elessar1802 Jul 15, 2025
a7cd6d2
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 Jul 15, 2025
af2deef
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 15, 2025
ba91195
chore(version): bump to 1.17.0-pre-11
RohitRaj011 Jul 15, 2025
b73a65c
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 Jul 15, 2025
e4d7d37
refactor: move tempAppWindowConfig and setTempAppWindowConfig to Main…
RohitRaj011 Jul 15, 2025
c4f0637
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 15, 2025
1763f84
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 15, 2025
b7aa854
feat(CoreAPI): add mergeAbortSignals method for handling multiple Abo…
RohitRaj011 Jul 15, 2025
2a779db
fix(QueryClientProvider): remove contextSharing prop from RQQueryClie…
RohitRaj011 Jul 15, 2025
95bade0
Merge branch 'develop' of https://github.com/devtron-labs/devtron-fe-…
arunjaindev Jul 16, 2025
fe3b43d
chore: version bump
arunjaindev Jul 16, 2025
5f21980
Merge pull request #812 from devtron-labs/feat/focus-trap
arunjaindev Jul 16, 2025
9932291
fix: add rows prop to ViewWrapperProps and InternalTable component
RohitRaj011 Jul 16, 2025
fda0f5b
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 16, 2025
ad7d720
feat: add Tab key navigation support in action menu
RohitRaj011 Jul 16, 2025
cb0cf6e
chore(version): bump to 1.17.0-pre-15
RohitRaj011 Jul 16, 2025
3ed748d
Merge pull request #817 from devtron-labs/feat/temp-app-window
RohitRaj011 Jul 16, 2025
eb51ece
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 16, 2025
6e49d0c
feat: add keyboard shortcut display support to SelectPicker component
RohitRaj011 Jul 17, 2025
4a1587d
fix: update ariaLabel for accessibility and adjust button style in Te…
RohitRaj011 Jul 17, 2025
1cfa5c1
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 17, 2025
6a151ef
chore(version): bump to 1.17.0-pre-16
RohitRaj011 Jul 17, 2025
a0ea78e
fix: bulk edit show envName
Elessar1802 Jul 17, 2025
e2b5356
feat: SelectPicker - add support for size for multi value
RohitRaj011 Jul 17, 2025
30f40c9
fix: update transition properties for active segment control animation
RohitRaj011 Jul 18, 2025
8ed410a
refactor: improve click handling in Popover component
RohitRaj011 Jul 18, 2025
30ca3ec
feat: enhance mergeAbortSignals to include cleanup for event listeners
RohitRaj011 Jul 18, 2025
b1254c9
refactor: CoreAPI - update mergeAbortSignals
RohitRaj011 Jul 18, 2025
1da646c
feat: add icons
arunjaindev Jul 18, 2025
9373dce
feat: add ic-resize-handle
Elessar1802 Jul 18, 2025
85759b3
Merge branch 'main' of github.com:devtron-labs/devtron-fe-common-lib …
RohitRaj011 Jul 18, 2025
19bb9c0
chore(version): bump to 1.18.0-pre-0
RohitRaj011 Jul 18, 2025
0621ce1
Merge pull request #747 from devtron-labs/feat/react-query-setup
RohitRaj011 Jul 18, 2025
41c20dc
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
RohitRaj011 Jul 18, 2025
e5aaf9a
feat: SelectPicker - add prop to show/hide checkbox in multi select
RohitRaj011 Jul 21, 2025
622289e
fix: add data-style-override=false attribute
Elessar1802 Jul 21, 2025
7294c51
chore: add opitional chaining in internal table
arunjaindev Jul 21, 2025
9e45261
Merge branch 'develop' of https://github.com/devtron-labs/devtron-fe-…
arunjaindev Jul 21, 2025
2763b79
feat: ActionMenu - add proper disabled state
RohitRaj011 Jul 21, 2025
56acf26
feat: add react-query devtools
RohitRaj011 Jul 21, 2025
d83fc8b
chore(version): bump to 1.18.0-pre-1
RohitRaj011 Jul 21, 2025
9ec6598
feat: add cluster map from fe-lib
arunjaindev Jul 21, 2025
b77959d
feat: add chip component
Elessar1802 Jul 22, 2025
fb07a30
fix: review comment
Elessar1802 Jul 22, 2025
bd434c0
chore: migrate type to common
Elessar1802 Jul 22, 2025
6849ad6
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 Jul 22, 2025
5cbb935
chore: bump version
Elessar1802 Jul 22, 2025
07ce52a
feat: SearchBar - add support for keyboardShortcut UI
RohitRaj011 Jul 22, 2025
436d7c8
refactor: GroupedFilterSelectPicker - styles optimize
RohitRaj011 Jul 22, 2025
a803cf2
chore: version bump
arunjaindev Jul 22, 2025
f65e805
feat: add stop propogation in drawer and modals
arunjaindev Jul 22, 2025
e24f76e
feat: no backdrop in popup menu
arunjaindev Jul 22, 2025
3fdc390
chore: update documentation version
RohitRaj011 Jul 22, 2025
b454897
fix: chip component icon
Elessar1802 Jul 22, 2025
fbc0c92
feat: add link & button variants
Elessar1802 Jul 23, 2025
b34f739
chore: bump version
Elessar1802 Jul 23, 2025
1792606
chore: bump version
Elessar1802 Jul 23, 2025
bf68d87
fix: nested buttons in chip
Elessar1802 Jul 23, 2025
fcdb615
fix(ui): truncate chip label to 120px
Elessar1802 Jul 23, 2025
8abfc5c
fix: add .flex to btn & remove align-center
Elessar1802 Jul 23, 2025
fa04a4a
fix: extend option label type in select picker option type
Elessar1802 Jul 23, 2025
c1fe437
feat: GroupedFilterSelectPicker - add base class
RohitRaj011 Jul 23, 2025
eafc2d0
feat: update icon tokens
arunjaindev Jul 24, 2025
519abc9
chore: replace chip in select picker
Elessar1802 Jul 25, 2025
3e42d2b
Merge branch 'main' of github.com:devtron-labs/devtron-fe-common-lib …
RohitRaj011 Jul 25, 2025
120dbc9
chore(version): bump to 1.18.1-pre-0
RohitRaj011 Jul 25, 2025
744ff8e
Merge pull request #822 from devtron-labs/feat/node-search-filters
RohitRaj011 Jul 25, 2025
de9cce7
chore: update common-lib verion
Elessar1802 Jul 25, 2025
044a8b2
fix: unable to close toast in active focus trap
arunjaindev Jul 28, 2025
b64abf5
Merge pull request #835 from devtron-labs/fix/cluster-env
arunjaindev Jul 28, 2025
5d3e81b
Merge pull request #830 from devtron-labs/feat/cluster-map
arunjaindev Jul 28, 2025
604314c
Merge branch 'develop' of https://github.com/devtron-labs/devtron-fe-…
arunjaindev Jul 28, 2025
5cd9112
Merge branch 'feat/cluster-env' of https://github.com/devtron-labs/de…
arunjaindev Jul 28, 2025
748f1bc
chore: version bump
arunjaindev Jul 28, 2025
9801d2c
Merge pull request #828 from devtron-labs/feat/cluster-env
arunjaindev Jul 28, 2025
b964023
fix: limit component size to xs & xxs
Elessar1802 Jul 28, 2025
4e5c130
chore: bump version
Elessar1802 Jul 28, 2025
6be17cb
Merge branch 'feat/filter-chip-variants' into feat/filter-chip-varian…
Elessar1802 Jul 28, 2025
1c2a6dd
fix: stopPropagation on mouse down
Elessar1802 Jul 28, 2025
a29aa5c
Merge pull request #836 from devtron-labs/feat/filter-chip-variants-sp
Elessar1802 Jul 28, 2025
86e98a2
fix: add fit-content on button
Elessar1802 Jul 28, 2025
58f8cc8
Merge branch 'feat/filter-chip-variants' of github.com:devtron-labs/d…
Elessar1802 Jul 28, 2025
ddc2d52
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 Jul 28, 2025
e46c046
fix: capitalize label in filter chips
Elessar1802 Jul 28, 2025
5312999
feat: show tooltip on truncate
Elessar1802 Jul 29, 2025
baa7b95
feat: manage focus shortcut in searchbar
Elessar1802 Jul 29, 2025
b37edd3
Merge pull request #833 from devtron-labs/feat/filter-chip-variants
Elessar1802 Jul 29, 2025
149bd40
feat: add virtual cluster in cluster map
arunjaindev Jul 29, 2025
692f2b2
Merge branch 'develop' of https://github.com/devtron-labs/devtron-fe-…
arunjaindev Jul 29, 2025
a44a5f8
chore: version bump
arunjaindev Jul 29, 2025
e2ea27a
Merge pull request #838 from devtron-labs/feat/cluster-env-enhancements
arunjaindev Jul 29, 2025
2a22c92
feat: remove stop propagation from modals
arunjaindev Jul 30, 2025
cb7b833
Merge pull request #839 from devtron-labs/chore/modal-outside-clicks
arunjaindev Jul 30, 2025
6e57532
Merge branch 'develop' of github.com:devtron-labs/devtron-fe-common-l…
Elessar1802 Jul 30, 2025
5ed4a0e
Merge pull request #824 from devtron-labs/fix/filter-chip
Elessar1802 Jul 30, 2025
39a0b67
fix: select picker multi value icon
Elessar1802 Jul 30, 2025
fe1c43e
chore: bump version
Elessar1802 Jul 30, 2025
5caeafc
Merge pull request #841 from devtron-labs/fix/select-multi-value
Elessar1802 Jul 30, 2025
c0886a2
Merge pull request #837 from devtron-labs/feat/focus-search
Elessar1802 Jul 31, 2025
0a774d2
refactor: simplify Popover component and enhance usePopover hook with…
RohitRaj011 Jul 30, 2025
84f3893
chore: misc focus trap fixes
arunjaindev Aug 4, 2025
b4283ef
chore: update select picker menu portal z index
arunjaindev Aug 4, 2025
ec40ca6
Merge pull request #843 from devtron-labs/fix/focus-trap-misc
arunjaindev Aug 4, 2025
087f837
fix: select picker menuPortalTarget in rjsf
Elessar1802 Aug 5, 2025
3da4da9
chore: update common-lib version
Elessar1802 Aug 5, 2025
4bedf39
Merge pull request #844 from devtron-labs/fix/rjsf-select
Elessar1802 Aug 5, 2025
a5d961f
chore(version): bump to 1.19.0
RohitRaj011 Aug 6, 2025
bc759fd
Merge pull request #845 from devtron-labs/rc-merge/v0.41.0
RohitRaj011 Aug 6, 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
4 changes: 3 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@

const tsconfigPath = require('./tsconfig.json')


module.exports = {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'react', 'prettier', 'import', 'simple-import-sort'],
plugins: ['@typescript-eslint', 'react', 'prettier', 'import', 'simple-import-sort', '@tanstack/query'],
env: {
browser: true,
es2021: true,
Expand All @@ -42,6 +43,7 @@ module.exports = {
'airbnb',
'airbnb/hooks',
'prettier',
'plugin:@tanstack/query/recommended'
],
rules: {
'prettier/prettier': ['error'],
Expand Down
192 changes: 185 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtron-labs/devtron-fe-common-lib",
"version": "1.18.1",
"version": "1.19.0",
"description": "Supporting common component library",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -40,13 +40,16 @@
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@laynezh/vite-plugin-lib-assets": "1.1.0",
"@sentry/browser": "^7.119.1",
"@tanstack/eslint-plugin-query": "<5",
"@tanstack/react-query-devtools": "<5",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@tippyjs/react": "^4.2.0",
"@typeform/embed-react": "2.20.0",
"@types/dompurify": "^3.0.5",
"@types/json-schema": "^7.0.15",
"@types/react": "17.0.39",
"@types/react-dates": "^21.8.6",
"@types/react-dom": "17.0.13",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "8.3.0",
Expand Down Expand Up @@ -107,7 +110,7 @@
"@lezer/highlight": "1.2.1",
"@replit/codemirror-indentation-markers": "6.5.3",
"@replit/codemirror-vscode-keymap": "6.0.2",
"@types/react-dates": "^21.8.6",
"@tanstack/react-query": "<5",
"@uiw/codemirror-extensions-hyper-link": "4.23.10",
"@uiw/codemirror-theme-github": "4.23.7",
"@uiw/react-codemirror": "4.23.7",
Expand All @@ -116,6 +119,7 @@
"codemirror-json-schema": "0.8.0",
"dayjs": "^1.11.13",
"fast-json-patch": "^3.1.1",
"focus-trap-react": "^10.3.1",
"framer-motion": "^6.5.1",
"jsonpath-plus": "^10.3.0",
"marked": "^13.0.3",
Expand Down
12 changes: 12 additions & 0 deletions src/Assets/IconV2/ic-bg-environment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/Assets/IconV2/ic-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/Assets/IconV2/ic-resize-handle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading