27 Commits

Author SHA1 Message Date
Chirag Madlani
61329f0f7f
chore(ui): task feedback (#12154)
* chore(ui): task feedback

* fix copy notification info

* fix code font

* fix glue pipeline

* fix unit tests

* fix cy failures
2023-06-27 10:37:05 +05:30
karanh37
0bac709588
feat(ui): landing page new design (#11630)
* feat: initial commit for landing page

* feat: add feeds widget

* fix: review comments

* fix: review comments

* feat: add mentions and task tab content

* fix: jest test

* feat: adding activity feed provider to handle all operations

* fix: update drawer component

* fix: add edit action for activity thread

* fix: update glossary spec

* fix: sonar issues

* fix: jest tests

* fix: use poppins font from package

* fix: update reactions

* feat: update focus on editor

* fix: add source code pro font for code style

* chore: update yarn lock

* fix: review comments

* fix: move left sidebar to page container

* fix: update jest tests

* fix: skip failing tests

* fix: cypress test

* fix: code smell
2023-05-23 14:26:52 +05:30
Louie
b67e8f5fc0
Fix font OTS parsing error and more (#11691)
* Replace Inter font by fontsource bundled npm pkg

* Font files handled by Webpack Asset Modules

* Fix slick-dots size anomaly

---------

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2023-05-20 21:05:06 +05:30
Sachin Chaurasiya
f77ccb6364
chore(ui): add support for service documentation md file (#10666)
* chore(ui): add support for service documentation md file

* sync local

* chore: add method for fetching markdown file

* chore: move fields to connections
2023-03-21 18:43:41 +05:30
Sachin Chaurasiya
cfacbfa168
chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin (#9663)
* chore(ui) : Organize imports from baseURL with tsconfig-paths-webpack-plugin

* make PageContainer as tsx file
2023-01-10 14:34:51 +00:00
Chirag Madlani
1d81d16ac0
chore(ui): organise import paths with meaningful names (#9633)
* chore(ui): organize import paths with meaningful names

* fix tests

* fix: pages alias

* organize imports for pages

* fix: add jest config for pages and components

* organize imports for components

Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>
2023-01-06 14:14:57 +00:00
Sachin Chaurasiya
aeb08a78b7
chore (ui) : remove react-tippy and rc-tree from webpack config (#9631)
* chore (ui) : remove react-tippy from webpack config

* remove rc-tree from webpack
2023-01-06 13:34:41 +05:30
Chirag Madlani
cb78343898
fix(ui): tag api related changes to UI (#9532)
* fix(ui): tag api related changes to UI

* fix api calls

* fix tests

* fix tag cypress tests

* address comments

* update tag api calls

* fix tests

* fix unit tests

* fix unit tests failures

* fix cypress failure

* fix tests

* fix unit tests
2022-12-31 00:47:02 +05:30
Chirag Madlani
d6a8646fa8
bum(ui): eslint v8 (#9526)
* bum(ui): eslint v8

* remove json sort-key plugin from eslint

* sort json keys

* fix unit tests failures

* fix unit test errors
2022-12-29 19:18:48 +05:30
Chirag Madlani
d030c6cbfe
fix(ui): automate license header process via pre-commit hook (#9523)
* fix(ui): automate license header process via pre-commit hook

* remove header duplications

* update .less files license header
2022-12-27 12:37:58 +05:30
Shailesh Parmar
11edcef279
Fixed ctrl + k is not working as expected #7824 (#9096) 2022-12-01 16:08:19 +05:30
mosiac1
ad7e4a2341
UI (#6189) | Refactor Explore and ExplorePage, add Logical Query Builder (#8140)
* Add logical query builder and Explore page refactor

* Add file headers

* Change search aggreagation keys

* Move query builder utils, remove comments

* Add comments

* Rename AdvancesSearch.constants.ts

* Add review changes

* Handle deleted elements correctly in Explore

The `deleted` field needs special handling because `showDeleted === false` should return only documents where `deleted` is false, but `showDeleted === true` should return documents regardless of their `deleted` field.

* Fix facet filter issue

Issue was the following: the user set a facet filter on `aggregationKey` and `value`. Then user changes the query builder so that in the new result there is no bucket in `aggregationKey` with `value`. The facet filter would still be used, but not visible to the user and not removable.

* Fix facetFilter tests

* Move isFilterObject type guard

* Use antd tabs for Explore component

* fix cypress failure

* miner fix in cypress

* fix typo

Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-10-26 03:47:49 -07:00
Shailesh Parmar
24752574c7
UI: Upgraded react flow library from V10 to V11 (#8201)
* UI: Upgraded react flow library from V10 to V11

* fixed failing unit test
2022-10-18 15:30:32 +05:30
Chirag Madlani
a81faed9f0
fix(ui-docs): API not working (#8063)
* fix(ui-docs): API not working

* fix unit tests
2022-10-11 00:12:15 +05:30
Chirag Madlani
3c701f4ff3
chore(ui-test): cleanup console errors for UI unit tests (#7979)
* chore(ui-test): cleanup console errors for UI unit tests

* fix build issue

* fix key issue
2022-10-07 10:10:37 +05:30
Chirag Madlani
173b820c22
revert(ui): react-slick added back as it's breaking login page (#6427)
* revert(ui): react-slick added back as it's breaking login page

* add missing packages

* add missing config

* add missing file

* update test
2022-07-29 18:58:41 +05:30
Chirag Madlani
33f2f4b283
chore(ui): cleaup package.json (#6398)
* chore(ui): cleaup package.json

* update package & webpack file

* cleanup
2022-07-28 17:24:22 +05:30
Chirag Madlani
574dbcef03
feat(ui): sync OMD theme with AntD components (#6148)
* feat(ui): sync omd theme with antd components

* update package.json

* fixed failing cypress

* fix layout break issue

Co-authored-by: Shailesh Parmar <shailesh.parmar.webdev@gmail.com>
2022-07-20 11:49:38 +05:30
Sachin Chaurasiya
fc0bdb1be2
UI : Add emoji support for feed editor (#5076) 2022-05-22 22:27:21 -07:00
Vivek Ratnavel Subramanian
1c68748618
Fix #4542. Tables with a slash (/) in their name aren't appearing (#4717) 2022-05-04 23:30:39 -07:00
Shailesh Parmar
a4f738f8fb
Hot reload module for UI (#4441) 2022-04-24 11:15:42 -07:00
Vivek Ratnavel Subramanian
d77c60b816
Fix #3973: Avoid showing toasts for 401 responses (#3974)
* Fix #3973: Avoid showing toasts for 401 responses

* Fix UT failure

* Deleted old components

* Fix code smells
2022-04-09 13:15:08 +05:30
Sachin Chaurasiya
a1e2b27f39
Fix #3815 Page turns unresponsive for feeds with heavy html tags (#3852) 2022-04-06 08:41:46 -07:00
darth-coder00
4d09c165d7
Feat #2857 - Adding UI support for glossary (#3092) 2022-03-06 21:34:02 -08:00
darth-coder00
5fb63c3019
Minor changes with webpack optimisation (#1949) 2021-12-28 23:16:52 +05:30
parthp2107
a9e70e6a89
License header update (#1498)
* updated liscense header

* updated license header

* updated license header

* updated license header

* addressing stylecheck findings
2021-12-01 12:46:28 +05:30
Sriharsha Chintalapani
a180adc39c
Fix #1299: Move UI module into its own maven module (#1351)
* Fix #1299: Move UI module into its own maven module

* Fix #1299: fix indentation in selenium tests

* Fix #1299: fix indentation in selenium tests

* Fix #1299: fix indentation in selenium tests

* Fix: Updated json2ts command script

* Removed ignored file for bundle analyzer

* Updated gitignore

* Cleaning up the gitignore

Co-authored-by: darth-coder00 <aashit@getcollate.io>
2021-11-24 13:18:54 +05:30