fadingNA
32c67c2a02
add property sync and etc ... to align with original source
2024-11-10 15:33:19 -05:00
fadingNA
6c585de6d3
add paginated to store, and fix upload docs property
2024-11-10 14:53:52 -05:00
fadingNA
1056c943d3
fix remove button on navigation sidebar and setting/document
2024-11-10 14:39:56 -05:00
fadingNA
839f0a3b95
remove log on api, add paginatedDoc on redux
2024-11-10 14:39:20 -05:00
fadingNA
b19e9cae23
backend fix passing id to paginated docs
2024-11-10 14:38:51 -05:00
fadingNA
e00c6f2c14
add min width for delete button, dropdown dakrtheme
2024-11-09 16:59:00 -05:00
fadingNA
0837295bd3
fix table responsive issue
2024-11-09 16:24:21 -05:00
fadingNA
f3a005a667
remove params on getDocs
2024-11-09 14:57:30 -05:00
fadingNA
d59ffaf0bd
fix sorting on /sources
2024-11-09 14:57:15 -05:00
fadingNA
3482474265
Pagination
2024-11-09 02:12:35 -05:00
fadingNA
5debb48265
Paginated With MongoDB / Create New Endpoint
...
change routes /combine name, add route /api/source/paginated
add new endpoint source/paginated
fixing table responsive
create new function to handling api/source/paginated
2024-11-09 02:09:01 -05:00
fadingNA
dd9589b37a
fixing type error
2024-11-08 11:02:13 -05:00
fadingNA
4429755c09
add paramter type prevent warning lint
2024-11-07 23:23:01 -05:00
fadingNA
a2967afb55
adjust Setting/Document to use pagination data from backend
2024-11-07 23:22:28 -05:00
fadingNA
3d03826db5
add overload function to gettotalpage, and new type
2024-11-07 23:22:03 -05:00
fadingNA
7ff86a2aee
remove default value since provide on getDocs
2024-11-07 23:21:26 -05:00
fadingNA
2a68cc9989
calculate totalPage, totalDoc(futreUse)
2024-11-07 23:21:06 -05:00
fadingNA
928303f27b
fix small bug name of page
2024-11-06 22:36:59 -05:00
fadingNA
df2f69e85f
adjust table of document with mx auto, add pagination to Documents Component
2024-11-06 22:33:26 -05:00
fadingNA
ec3407df7e
add 2 fiels for make request to api/combine
2024-11-06 22:32:37 -05:00
fadingNA
5dae074c95
pagination component
2024-11-06 22:31:56 -05:00
fadingNA
a35be6ae57
add arrow icons for pagination
2024-11-06 22:31:41 -05:00
fadingNA
101935ae46
add pagination with default code format
2024-11-06 22:20:25 -05:00
fadingNA
d68e731ffd
revert format code
2024-11-06 22:19:16 -05:00
fadingNA
bf0dd6946e
add page, row_per_page to api/combine
2024-11-06 22:16:00 -05:00
fadingNA
41cbcbc07f
fixing type on env-sample to .env-template
2024-11-06 22:15:35 -05:00
Alex
62b15f2d6f
Merge pull request #1389 from ayaan-qadri/main
...
Added custom size and Default widget open in <DocsGPTWidget />
2024-11-05 11:23:25 +00:00
Alex
89529f4df5
Merge pull request #1408 from ManishMadan2882/main
...
Adding sorting in documents, minor UI changes
2024-11-05 11:17:04 +00:00
ManishMadan2882
042519005c
fix(all sources): text overflows
2024-11-05 01:36:54 +05:30
ManishMadan2882
7e24995afe
fix(nav): minor ui
2024-11-05 00:48:12 +05:30
ManishMadan2882
877b165a9a
(feat:docs) sort
2024-11-05 00:44:02 +05:30
ayaan-qadri
64f72ada28
Added sizesConfig for controlling sizes(large, medium, small and custom) from one point
2024-11-04 16:55:49 +05:30
Alex
dbfc1bb68f
Update labeler.yml
2024-11-03 21:22:34 +00:00
Alex
5d4c067d80
Merge pull request #1394 from arc53/dependabot/github_actions/docker/build-push-action-6
...
build(deps): bump docker/build-push-action from 4 to 6
2024-11-03 18:39:07 +00:00
Alex
3f10a775ba
Merge pull request #1395 from arc53/dependabot/github_actions/docker/setup-qemu-action-3
...
build(deps): bump docker/setup-qemu-action from 1 to 3
2024-11-03 18:38:48 +00:00
Alex
2f05a47de3
Merge pull request #1396 from arc53/dependabot/github_actions/actions/labeler-5
...
build(deps): bump actions/labeler from 4 to 5
2024-11-03 18:38:05 +00:00
Alex
9ca079c95a
feat: elevenlabs tts
2024-11-02 16:43:28 +00:00
GH Action - Upstream Sync
0b890e1d70
Merge branch 'main' of https://github.com/arc53/DocsGPT
2024-11-01 01:38:22 +00:00
Alex
0bb014c965
Update README.md
2024-10-31 22:24:42 +00:00
Alex
0684449c2a
Update lexeu-competition.md
2024-10-31 22:24:19 +00:00
Alex
a23806d16a
Merge pull request #1405 from JeevaRamanathan/feature/file-pptx_parser
...
feat: `.pptx` Presentation parser implementation
2024-10-31 18:01:01 +00:00
Alex
0b7be94d13
fix: dependecy version
2024-10-31 17:56:32 +00:00
Alex
4ac996cfe6
Merge pull request #1382 from shatanikmahanty/fix-safari-font
...
Fix: Fonts on Safari browser
2024-10-31 17:34:14 +00:00
Alex
78c819f976
fix: history bug
2024-10-31 17:33:09 +00:00
Alex
365537f74e
Merge pull request #1362 from CBID2/add-edit-buttons
...
feat: add edit buttons
2024-10-31 14:55:23 +00:00
JeevaRamanathan M
5c756348a5
feat: Presentation parser implementation
...
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com >
2024-10-31 11:47:12 +00:00
Alex
ed12c2d527
Merge pull request #1335 from kom-senapati/feature/mongodb-connection-refactor
...
refactor: use MongoDB singleton for connection management
2024-10-31 11:36:01 +00:00
Alex
82189b0a3c
capitalisation
2024-10-31 11:32:39 +00:00
Alex
23889f7f16
Minor word change
2024-10-31 11:32:17 +00:00
Alex
45e14bc2f5
Merge pull request #1386 from AranavMahalpure/patch-1
...
Update run-with-docker-compose.sh
2024-10-31 11:18:23 +00:00