Граф коммитов

249 Коммитов

Автор SHA1 Сообщение Дата
kunzheng 2de556836a
docs: add more detailed documentations (#55)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* add image

* Update README.md

* Update README.md

* update new-connection.png

* add new-project.png

* add new-project.png

* update readme

* update readme

* update readme

* Update README.md

* Update README.md

* Update README.md
2020-02-20 17:50:07 -08:00
tianxiang f39cf1854c
feat: binding olmap zoom with keyboard (#52)
* feat: Add canvas zoom in and out in keyboardBinding

* fix: disable shift key rotation

* refactor: refact code

* refactor: remove redundant code

* refactor: refact map back to private

* refactor: refact code

* refactor: delete code add mistakenly

* feat: Add more key binding with canvas zoom

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-20 11:19:46 -08:00
kunzheng cc6d9be579
fix: make response status check case-insensitive (#51) 2020-02-18 22:52:21 -08:00
kunzheng 9605cd846b
fix:fix scroll bar style (#50) 2020-02-17 16:59:36 -08:00
kunzheng d4ca49501b
fix: fix ui fabric contextual menu misbehavior after dismiss with ESCAPE key (#49)
It looks like there is some bug in ui fabric contextual menu. If user active the context menu with keyboard and dismiss with ESCAPE key, the dropdown button will keeping getting focus from input element.
Fix: not persist contextual menu in DOM tree and create new one when we need to show the menu.

Reproduce the bug without this fix.
1. Active contextual menu with keyboard.
2. Dismiss the contextual menu with ESCAPE.
3. Select rename from the contextual menu.

Actual result:
Dropdown button will get the focus
Expect result:
Input element will get the focus
2020-02-17 15:50:24 -08:00
kunzheng d5cf137b3b
feat: add tag rename, move up/down and delete menu items (#48) 2020-02-17 14:10:50 -08:00
kunzheng 50e777682c
feat: add more tag hot keys (#47) 2020-02-17 11:44:02 -08:00
kunzheng ea5ca0c13e
fix: improve rename tag UX (#46) 2020-02-16 00:40:47 -08:00
kunzheng 9ac72e5409
refactor: put color picker at the top of window (#45)
* refactor: put color picker at the top of window

* Update tagInputSize.scss

* Update tagInput.tsx

* Update tagInput.scss
2020-02-15 23:14:41 -08:00
kunzheng 5c9fa5de3b
refactor: enhance tag input UI (#44)
* refactor: enhance tag input UI

* style: fix tslint errors

* Update tagInputSize.scss

* Update tagInputSize.scss
2020-02-15 18:52:31 -08:00
kunzheng d1f6f5a186
refactor: enhance tag input UX (#43) 2020-02-15 10:44:01 -08:00
tianxiang 4621bf18ad
accessibility: support tag editing keyboard accessibility (#42)
* feat: add key board binding for future keyboard select

* accessibility: Add olmap keyboard accessibility

* fix: Add case A and remove redundant code

* refactor: change input of getRegion to bool

* fix: reset timeout

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-14 16:54:03 -08:00
stew-ro c8c6eb4971
Ro stew/button and form style (#41)
* refactor: change predict disabled button style and form style

change predict disabled button style and form style. Change form valid border to color
grey and add margin to form buttons

* style: new line at eof

* refactor: change button theme

* Update arrayFieldTemplate.tsx

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-14 13:31:36 -08:00
kunzheng 57facb9a02
style: fix indent (#40) 2020-02-13 23:36:26 -08:00
kunzheng 7192138be9
fix: make skip button skip to sidebar instead of stuck in home page (#39)
* fix: make skip button skip to sidebar instead of stuck in home page

* Update index.tsx

* Update index.tsx

* Update mainContentRouter.tsx

* Update App.tsx

* Update strings.test.ts
2020-02-13 22:44:11 -08:00
kunzheng 2285cf227b
refactor: replace all icon with FontIcon (#38)
* refactor: replace all icon with FontIcon

* fix: fix tslint errors
2020-02-13 20:30:11 -08:00
kunzheng 1d1c5b900b
fix: hide very long tag name with ellipsis (#37) 2020-02-13 12:32:02 -08:00
stew-ro 11244f8844
refactor: replace all bootstrap buttons with MS-UI-Fabric buttons (#35)
* refactor: replace all bootstrap buttons with MS-UI-Fabric buttons

replace all bootstrap buttons with MS-UI-Fabric buttons. Keep button
contrast accessibility

* refactor: use MS-UI-Fabric IconButtons

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-13 12:26:31 -08:00
tianxiang 13c2e1768a
feat: Add skip link skip to home (#36)
* feat: Add skip link

* style: change to style suggested by Randy

* refactor: refact code format

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-13 11:50:07 -08:00
kunzheng d368037e7f
refactor: use office-ui-fabric-react FontIcon (#34)
* refactor: use office-ui-fabric-react FontIcon

* Update condensedList.tsx
2020-02-13 01:38:17 -08:00
stew-ro a1e0e300c6
fix: align input fields with delete button for app settings (#32)
* fix: align input fields with delete button for app settings

align input fields with delete button for new security tokens added in application settings

* fix: undo removal of alignment for loading-container

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-12 21:45:56 -08:00
kunzheng 1dbdd39f86
fix: show color picker when click tag color bar (#33) 2020-02-12 16:16:53 -08:00
stew-ro d7be080a9f
fix: change color of buttons for contrast accessibility (#31)
* fix: change color of secondary text on connections page

change color of secondary text on connections page by changing the bootstrap
class used. Also, change the buttons on connections page to be
MS-Fabric-UI

issue-5965216

* fix: change color of buttons for contrast accessibility

change color of train page and predict page buttons for contrast accesibility and
refactor buttons to MS-UI-Fabric. Also, change progress icons to
MS-UI-Fabric progress spinners

issue-5969484

* style: remove spaces at eol

remove extra spaces at end of lines

* style: remove extra spacing at the eol
2020-02-12 15:10:14 -08:00
kunzheng e8bb2687dd
refactor: reapply commit 427705a (#25) 2020-02-11 22:34:22 -08:00
stew-ro 868080005f
fix: change invalid form input color (#29)
change invalid form input color for contrast accessbility

issue-5969503

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-11 22:16:48 -08:00
tianxiang 400b9c8121
fix: add page name to page title (#28)
* fix: fix page title

* refactor: refact some redundant changes

* refactor: refactor the page title

* Update en-us.ts

* Update es-cl.ts

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-11 21:52:31 -08:00
tianxiang 9b8b26e276
fix: fix condensed list cannot scroll problem (#27) 2020-02-11 20:45:30 -08:00
stew-ro 7610829c1a
refactor: change button and input colors on predict page (#26)
* refactor: change button and input colors on predict page

change button and input background-color and color for contrast
accessibility. Change buttons to MS-Fabric-UI buttons

issue-5969720

* style: remove extra lines

* style: remove extra lines

* style: remove extra lines

* style: add new line at end of file

* style: resolve tslint issues

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-11 17:56:20 -08:00
kunzheng 711b369d5d
accessibility: add aria-label attribute to file input in predict page (#24) 2020-02-11 12:08:23 -08:00
kunzheng f7c6a1d87a
refactor: make align easy to use by adding a div with absolute position (#23)
* refactor: make align easy to use by adding a div with absolute position

* style: convert CRLF to LF
2020-02-11 11:28:31 -08:00
kunzheng ea18ba4364
accessibility: fix accessibility issues (#22) 2020-02-11 01:13:03 -08:00
kunzheng 77dba17e12
accessibility: read message box header title correctly (#21) 2020-02-10 18:56:18 -08:00
kunzheng 08ecf1b30c
accessibility: read error message for mandatory fields in html forms (#20) 2020-02-10 15:32:15 -08:00
kunzheng 98436e2573
accessibility: add title for help and new connection link (#18) 2020-02-10 14:18:37 -08:00
kunzheng f6dde88875
refactor: use .proj as project file extension (#19)
* refactor: use .proj as project file extension

* style: fix tslint error
2020-02-10 13:55:22 -08:00
kunzheng 2df1905cf2 refactor: change tag context menu according to UX design (#17)
* refactor: change tag context menu according to UX design

* Update alignPortal.scss
2020-02-09 23:23:20 -08:00
kunzheng 42dc96de4e fix: hide current tag type/format from dropdown (#16)
* fix: hide current tag type/format from dropdown

* Update tagInput.tsx
2020-02-09 18:30:05 -08:00
kunzheng ade7902b47 style: enforce LF linebreak and fix existing files (#15) 2020-02-09 11:33:52 -08:00
kunzheng b11e08304e refactor: adjust tag item UI (#14) 2020-02-09 11:22:56 -08:00
kunzheng f98c32d1eb fix: align tag dropdown menu with tag name (#13) 2020-02-08 11:31:34 -08:00
kunzheng 50138dc1cc
style: fix some compile warnings (#12)
* style: fix some compile warnings

* style: fix tslint error

* style: fix compile error
2020-02-07 17:17:11 -08:00
tianxiang 94f9f07800
feat: add tag type and format field (#10)
* temp

* feat: Add tag type and format field

* refactor: Remove redundant code and file

* refactor: Remove comment

* fix:fix comments

* fix: fix tslint and comments

* fix: remove overflow and format fix

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-07 13:19:00 -08:00
kunzheng 686e7186b9
style: fail the pipeline if tslint has errors (#11)
* style: fail the pipeline if tslint has errors

* style: remove trailing whitespace
2020-02-06 23:27:18 -08:00
stew-ro d0ad279706
fix: remove extra spacing when submitting project names (#8)
remove extra spcing when submitting project names. Remove spacing at
begining and end of project name. Remove additional spacing between tokens.
Saving projects with names "Project 1" and " Project  1  " should be
invalid

issue-6224766

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-06 15:34:00 -08:00
stew-ro aad67a632b
refactor: resize all text fields and buttons to be 32px (#7)
resize all text fields and buttons to be 32px. Adjust text field label
margins to account for resized text fields and realign adjacent elements

issue-6222886
2020-02-06 12:02:04 -08:00
stew-ro 427705a627
refactor: replace icons with MS Fabric icons (#5)
* refactor: replace icons with MS Fabric icons

replace tag toolbar rename icon and remove font awesome classes from tags

issue-6049115

* Update tagInputToolbar.tsx

Co-authored-by: kunzheng <58841788+kunzms@users.noreply.github.com>
2020-02-05 10:29:41 -08:00
kunzheng 367ba7dae9
style: enable tslint and fix style errors (#6) 2020-02-05 10:12:19 -08:00
stew-ro 13c4056ea9
refactor: align tag text vertically (#4)
align tag text vertically. The tag input text is aligned too low
2020-02-03 17:35:03 -08:00
kunzheng 5c497ad163 First commit 2020-02-03 13:31:46 -08:00