Commit Graph

579 Commits

Author SHA1 Message Date
yassinedorbozgithub
06c999b7f3 build: v2.2.5
Some checks failed
Build and Push Docker API Image / build-and-push (push) Has been cancelled
Build and Push Docker Base Image / build-and-push (push) Has been cancelled
Build and Push Docker UI Image / build-and-push (push) Has been cancelled
2025-02-19 16:32:33 +01:00
yassinedorbozgithub
64e6ea9d66 build: v2.2.4 2025-02-19 16:27:41 +01:00
Med Marrouchi
4bc79332e7
Merge pull request #772 from Hexastack/feat/replace-mutateasync-with-mutate
feat: replace mutateasync with mutate
2025-02-19 15:50:18 +01:00
hexastack
93cd54104c fix: remove unused async 2025-02-19 15:33:23 +01:00
Med Marrouchi
ce14ce1e30
Merge pull request #777 from Hexastack/774-issue---edit-nlpsample-doesnt-display-all-the-languages
fix: edit nlp sample edit language
2025-02-19 15:12:10 +01:00
hexastack
013f8c46b0 fix(lint): remove extra empty lines 2025-02-19 10:55:46 +01:00
hexastack
87ef91a58f fix: address feedback 2025-02-19 10:49:49 +01:00
hexastack
19ae57f019 feat: replace mutateasync with mutate 2025-02-19 10:49:49 +01:00
Med Marrouchi
05e08754a3
Merge pull request #779 from Hexastack/778-issue---inbox-blank-empty-line
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
fix(frontend): remove empty blank begin lines from the inbox pages
2025-02-19 10:47:50 +01:00
Med Marrouchi
515139d3bf
Merge pull request #744 from Hexastack/feat/duplicate-block-2
feat: duplicate a block 2
2025-02-19 10:47:16 +01:00
hexastack
9096ea81cd fix(lint): remove extra empty lines 2025-02-19 07:53:22 +01:00
hexastack
67200b609d fix(lint): remove extra empty line 2025-02-19 07:31:38 +01:00
hexastack
4fb34206ad fix: edit nlp sample edit language 2025-02-19 07:31:38 +01:00
yassinedorbozgithub
8713353708 fix(frontend): remove empty blank begin lines 2025-02-18 21:18:14 +01:00
Med Marrouchi
2d40732bc8
Merge pull request #648 from TheCoderAdi/feat/loading-spinner-638
Added a loading spinner in NLU prediction
2025-02-18 18:34:59 +01:00
Med Marrouchi
91030c75c4
Merge pull request #763 from Hexastack/762-issue---use-imports-with-short-path
fix(frontend): use short dialogs imports
2025-02-18 18:33:29 +01:00
Med Marrouchi
97e29d8489
Merge pull request #761 from Hexastack/760-issue---inbox-subscriber-sync-with-url-query
fix(frontend): synchronize selected inbox subscriber with url query
2025-02-18 18:31:01 +01:00
Med Marrouchi
9a02413f7d
Merge pull request #731 from Hexastack/730-extra-empty-line-at-the-beginning-of-frontend-files
feat(frontend): introduce ESLint no-multiple-empty-lines rule
2025-02-18 18:29:26 +01:00
yassinedorbozgithub
af1c93f990 fix(frontend): use getSelectedIds function 2025-02-17 17:15:22 +01:00
abdou6666
aabbfed851 fix: apply feedback 2025-02-17 09:00:46 +01:00
abdou6666
71462facb8 fix: remove links when duplicating a block 2025-02-16 11:14:41 +01:00
yassinedorbozgithub
cb0b10258d fix(frontend): remove extra begin empty lines 2025-02-16 09:05:49 +01:00
yassinedorbozgithub
05a7a7e18c fix(frontend): use short dialogs imports 2025-02-16 09:00:19 +01:00
yassinedorbozgithub
36994c205c fix(frontend): support navigation without subscriber query 2025-02-16 08:12:42 +01:00
yassinedorbozgithub
bda750bc52 fix(frontend): synchronize selected inbox subscriber with url query 2025-02-16 07:59:40 +01:00
Aditya
32dbf11f04 fix: add background color and border radius to loading indicator in Selectable component 2025-02-13 23:05:37 +05:30
Aditya
31db210325 fix: replace local loading state with isLoading from useQuery in NlpTrainForm component 2025-02-13 22:55:01 +05:30
Aditya
0497ae4380 fix: update aria-label for loading indicator 2025-02-12 19:03:53 +05:30
Aditya
0c80782ced fix: set default loading state to false and add aria-label for accessibility in Selectable component 2025-02-12 18:58:17 +05:30
Yassine Sallemi
79beab37cf fix: non-block drop in visual editor 2025-02-12 10:59:21 +01:00
abdou6666
5e6f867e49 fix: add optional chaining 2025-02-11 11:30:03 +01:00
abdou6666
b5287b1da9 feat: duplicate a block 2025-02-11 11:18:58 +01:00
yassinedorbozgithub
3efb95dda9 fix(frontend): introduce ESLint no-multiple-empty-lines rule 2025-02-10 16:33:06 +01:00
yassinedorbozgithub
5c9b0d5aad fix(frontend): resolve file conflicts 2025-02-10 16:27:04 +01:00
Med Marrouchi
8798dfa64b
Merge pull request #718 from Hexastack/fix/use-pages-rotuer
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run
fix: use pages router instead of app router
2025-02-10 16:06:51 +01:00
yassinedorbozgithub
66d6984d1b Merge branch '714-refactor-visual-editor-dialogs' into 728-optimize-usedialogs-logic 2025-02-10 14:54:48 +01:00
yassinedorbozgithub
e954e3e1de fix(frontend): resolve superposed edit dialogs 2025-02-10 14:52:54 +01:00
yassinedorbozgithub
32f95cc210 fix(frontend): apply feedback updates 2025-02-10 14:44:26 +01:00
yassinedorbozgithub
7c52554077 Merge branch '714-refactor-visual-editor-dialogs' into 728-optimize-usedialogs-logic 2025-02-10 14:41:42 +01:00
yassinedorbozgithub
55d8d89d5c fix: apply feedback updates 2025-02-10 14:40:30 +01:00
yassinedorbozgithub
8184abb059 feat(frontend): introduce ESLint no-multiple-empty-lines rule 2025-02-09 12:21:26 +01:00
yassinedorbozgithub
27f36823cf refactor(frontend): resolve TS errors 2025-02-09 01:55:14 +01:00
yassinedorbozgithub
142ba1bde2 Merge branch '714-refactor-visual-editor-dialogs' into 728-optimize-usedialogs-logic 2025-02-09 01:49:04 +01:00
yassinedorbozgithub
9190ec9864 refactor(frontend): resolve TS errors 2025-02-09 01:48:14 +01:00
yassinedorbozgithub
f4a438b9dd refactor(frontend): optimize useDialogs logic 2025-02-09 01:45:35 +01:00
yassinedorbozgithub
90a7c55646 refactor(frontend): remove old resources 2025-02-09 01:34:54 +01:00
yassinedorbozgithub
95a4182b8f refactor(frontend): update BlockEdit and BlockMove dialogs 2025-02-09 01:34:06 +01:00
yassinedorbozgithub
12fd65b774 refactor(frontend): update AttachmentViewer dialog 2025-02-09 01:32:32 +01:00
yassinedorbozgithub
773fa9f1bc refactor(frontend): update Attachment and AttachmentThumbnail dialogs 2025-02-08 12:33:54 +01:00
yassinedorbozgithub
f972fcf34e fix(frontend): resolve file conflicts 2025-02-08 10:58:35 +01:00