Alireza
46c2dc285c
feat: Add mode validity for the base viewer ( #2525 )
...
* feat: Add mode validity for the base viewer
* feat: Edit documentation and remove unnecessary files
* feat: Add probe tool documentation
* docs: Improved screenshots annotations
* Added new screenshot for measurements
2021-08-30 09:36:05 -04:00
Erik Ziegler
0db81b30f3
chore: Clean up unused files, imports, and work on getting end-to-end tests and unit tests running ( #2272 )
2021-03-01 16:52:54 +01:00
Igor Octaviano
3e944780dc
OHIF-332: Users should be able to see all available hotkeys and language settings in one place ( #1895 )
...
* OHIF-330: Update Modal Styles
* feat/ohif-332: finish raw ui
* feat/ohif-332: update mode configuration strategy
* feat/ohif-332: fix hotkey errors
* feat/ohif-332: update hotkey logic with recent merged changes
* feat/ohif-322: wrap
* feat/ohif-322: add disable state
* ohif-332: cr updates
* ohif-332: disable
* ohif-332: cr updates
* ohif-332: extract header component
* ohif-332: cr update to fix merge conflicts and design issue
Co-authored-by: Rodrigo Antinarelli <rodrigoantinarelli@gmail.com>
2020-08-19 15:02:59 -04:00
Erik Ziegler
55cf9f2306
OHIF-285/OHIF-274: Fix default hanging of display sets into the ViewportGrid ( #1917 )
...
* OHIF-285/OHIF-274: Fix default hanging of display sets into the ViewportGrid
Co-authored-by: James A. Petts <jamesapetts@gmail.com>
2020-07-24 11:51:57 +01:00
Rodrigo Antinarelli
cf91b0f942
OHIF-252: "Recent" and "All" tabs should be disabled if there are no studies on their category ( #1859 )
...
* OHIF-252: "Recent" and "All" tabs should be disabled if there are no studies on their category
* fix button props and avoid onClick on disabled state
2020-07-02 23:26:06 -04:00
Rodrigo Antinarelli
491afaa43d
fix: UI tweaks to satisfy OHIF-161, OHIF-254, OHIF-167, OHIF-249, OHIF-170, OHIF-162
...
* add group hover for borderColor
* measurements action buttons hover state
* fixes and button/buttongroup/iconButton refactor
* OHIF-161: Fix Tracked/Untracked Text in Thumbnail's Tooltip
* OHIF-254: Format SR series date
* OHIF-167 - Fix Study Date Time format
* OHIF-249: Fix viewport border thickness and action bar min height
* pass viewportIdentificator to SR Thumbnail
* show tooltip when hover over the SR thumbnail
* OHIF-170: Display tooltip when hovering over an untracked series in the Viewport Action Bar
* Undo accidental date change
* Sneak in "Create Report" messaging for createReport notifications
* Fix text clipping
* Add no-select text styles for action bar, thumbnail, and thumbnail no image (sr)
* fix for OHIF-162
Modified to remove Viewport Identifier. Text now only reads: “Structured Report”This was partly to address a bug where the Viewport Identifier was incorrect for all but the first displayed SR. Component API changed for ThumbnailNoImage to accomodate any generic “modalityTooltip”
* Some ViewportPane resize magic
Co-authored-by: dannyrb <danny.ri.brown@gmail.com>
2020-07-02 21:41:55 -04:00
Erik Ziegler
f3f50d11fe
Fixes after rebasing
2020-05-15 14:29:27 +02:00
Rodrigo Antinarelli
6434c0f112
feat: Viewport Action Bar
2020-05-15 12:49:38 +01:00
Rodrigo Antinarelli
b9da65ed9e
feat: Measurement Table
2020-05-15 12:47:45 +01:00
Rodrigo Antinarelli
b6201ebc34
feat: ui-v2 Color System Naming
2020-05-15 12:43:46 +01:00
Rodrigo Antinarelli
b39a96cfb2
fix: StudyList Fixes
2020-05-15 12:37:41 +01:00
Gustavo André Lelis
2138565990
feat: Study List Filter ( #1504 )
...
* Inital changes for study list filters
* Style updates on filter
* Small style changes on filter
* Style changes updates on Input and Label and finish fitler
* Refactor on study list filter
* Remove not used callbackFunction
* Small style change
* Adding underline on Learn more link
* Make sure does not show sortable if have no results
* Some style polish
* Fixing margin on filter
* Adding inherit as color on buttons
* Adding inherit on learn more button color
* Addin border with opacity
2020-05-15 12:37:38 +01:00
Rodrigo Antinarelli
fe672a804e
feat: Study List Table - v2 ( #1497 )
...
* small fix in button hover
* exported icons
* feat: StudyList Table
* icons comment
* fix bottom spacing
* add gatsby plugin for svg import
* move mock file to ui
* replace component to import from ui
* move StudyList to platform/ui
* fix inner table bg color
* fix inner table border
* add custom flex values
* create custom class for custom scrollbar
* fix inner table
* update comment
* refactor for reusable classes
* update scrollbar name
* fix studyList export
* update scrollbar class
2020-05-15 12:36:00 +01:00
Rodrigo Antinarelli
6b853eae56
create themeWrapper to be used as wrapper
2020-05-15 12:35:00 +01:00
Rodrigo Antinarelli
16bd29077e
fix theme colors
2020-05-15 12:33:10 +01:00
Rodrigo Antinarelli
82079a219d
fix button proptype
2020-05-15 12:31:50 +01:00
Rodrigo Antinarelli
e84f88691f
fix unexpected comma
2020-05-15 12:30:15 +01:00
Danny Brown
d6e3b45f3c
feat: nuke UI project; start new with updated tooling BREAKING_CHANGE ( #1468 )
...
BREAKING_CHANGE
* initial structure for components rewrite
* WIP Input
* WIP Label
* add button props
* add label class name
* fix dependency
* new examples buttonModules & buttonEmotion + refac
* clean up to merge initial code into base branch
* remove unused file
* extend default theme -- add new colors
* chore: prettier formatting
* chore: try to exclude feature branch PRs
* chore: suggest toml syntax highlighting extension
* chore: capture yarn.lock changes
* docs: condense readme
* chore: update deploy preview to build docz component library
* chore: Add component library to deploy preview index
* chore: fix invalid tailwindcss config
* chore: try tweaking toml to kickstart preview
* chore: revert
* chore: fix formatting of file index
* chore: don't waste precious build minutes on a broken build
* chore: chmod build-and-deploy.sh
* ci: nuke circleci until we need the workflows on master
* debug lerna commands
* remove redundant yarn commands
* try nohoist
* revert tests
* attempt to resolve import issue
* force update yarn lock
* try new workarounds for yarn version
* another workaround
* shift vtk to extension repo deps
* catch vtk addition
* update lock
* Try older yarn version
* try again
* debugging
* fix: yarn doctor warnings
* learn some life lessons from the yarn docs
* clean up netlify.toml
* clean up netlify.toml
* yarn package doctor react-dom
* yarn doctor: missing peer dep
* yarn doctor, satisfying webpack loader peer deps
* fix docz base path for deploy-preview
* yarn docter: replaced prePublishOnly usage
* More yarn doctoring
* ignore .yarn directory
* fix last yarn doctor warning
* updated yarn lock
Co-authored-by: Rodrigo Antinarelli <rodrigoantinarelli@gmail.com>
2020-05-15 12:28:18 +01:00
Rodrigo Antinarelli
36d5a46028
feat: Button Component
2020-05-15 12:21:19 +01:00
Rodrigo Antinarelli
b53d4528fb
new examples buttonModules & buttonEmotion + refac
2020-05-15 12:19:05 +01:00
Rodrigo Antinarelli
f713306fe3
add button props
2020-05-15 12:18:34 +01:00
Rodrigo Antinarelli
c391c007ff
initial structure for components rewrite
2020-05-15 12:18:30 +01:00