Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix imports #33

Merged
merged 2 commits into from Oct 7, 2019
Merged

Fix imports #33

merged 2 commits into from Oct 7, 2019

Conversation

kheruc
Copy link
Contributor

@kheruc kheruc commented Oct 7, 2019

No description provided.

@kheruc kheruc requested a review from iwarner October 7, 2019 07:54
@iwarner iwarner merged commit 90e7efa into develop Oct 7, 2019
@iwarner iwarner deleted the Fix/Imports branch October 7, 2019 08:12
iwarner added a commit that referenced this pull request Oct 14, 2019
* Removed styled JSX for good and classnames - refactored for new designs
* Updated to work with Stroybook again
* updated Navbar stories - added extends for StyledLint
* updated Navbar Type
* Added curosr pointer to tab
* updated several components
* Component/footer/mobile (#3)

* parsing FOOTER data columns optional object-type param
* aded columns values to footer mock
* adding styling to align
* added some comments
* simplefied FOOTER columns required structure
* added Footer fine-tuned propTypes

* Iw general (#2)

* fixed up hero
* updated navbar ersponsive
* Removed press component in favour of putting this into app
* moved comment in List component
* updated for testimonials

* Examples for Radio and footer stories (#4)

merged

* added knobs with checked value (#5)

* added knobs with checked value
* removed redundant fragment

* Component/grid/offset (#6)

* more verbose column size name for Footer
* implemented Column offset md
* little simplification
* simplified Column size styled attrs
* added xl/lg/md replacement for Column offset
* naming refactoring
* fixed Column offset & applied to Footer
* added Columns sizes & offsets story
* changed grid offsets using css margins

* added simple grid story

* use narrower Col offset if wider is absent

* added three grid examples
* codestyle fix
* small Column style destructoring refactoring
* removed console.log
* fixed footer width
* fixed with 0 considering
* simplified story
* make textarea story visible
* refactored falsy value undefined checing
* Iw general (#7)
* Examples for Radio and footer stories
* updates to components for Puppy profile
* changed grid to support sm
* changed offset to off to prevent atribute showing
* updated grid for small size
* Added Firebase Service and updated context pattern
* Refactored button and login
* updated bordered card
* Component/form/basic stories (#8)
* in progress: form/form story
*  added basic form stories
* Component/list/add stories (#10)

* in progress: adding stories
* added knobs to list
* added colour

* added article stories (#11)

* Iw general (#12)

* Examples for Radio and footer stories
* updates to components for Puppy profile

* Component/carousel/create (#13)

* dummy code (in progress of creating working demo)
* tuned pre-demo
* in progress: styling carousel
* in progress: styling carousel
* different carousel internals
* some responsibilities
* TODO
* bigger font
* fit images with different sizes; keep current image; removed holder.js
* added TODO
* refactoring textlabel
* load jquery & slick.js libs
* added todo, fixed edge cases
* simplified styling
* removed slick demo

* added article stories (#14)

* updated dependancies - fixed carousel and grid mocks missing

* commented out carousel as in error with Window for nextJS - rcommented authed from navbar compoents

* Removed Public folder

* updating to functional components

* Updated for functional components

* refactored for functional components

* refactored list Ite,

* updated with some utilities and fixes

* todied up a little

* huge refactor and added more components

* updated for DryKISS development

* added blog components, fixed imports in many files, good refactor

* updated with blog addition and card extras

* various changes

* Updated stories for latest version of Stroybook

* Making sure stories work correctly

* more refactoring to getstories functioning

* fix: refactored snapshot testing, next app

* fix: refactored navbar and sidebar

* fix: got the stroybook working, but need to fix App and Layouts in the main apps now

* fix: Layout injection and Page properties

* Accordion component (#15)

* Add Chevron icons to the icon library
* Add Accordion component

* Update Navbar component (#16)

* Change logo to DryKISS
* Close mobile menu on link click

* Refactor Todo lists into Clickup (#17)

* refactor: moving files and removing todos into ClickUp

* fix: refactored for todos into ClickUp

* fix: refactored todos in ClickUp

* ImageLocation component (#18)

* Add ImageLocation component with property selection
* Add mock data
* Add stories
* Add mock images to stories
* Add FloorWrapper component
* Add ImageWrapper component
* Add Dot component
* Update components to return position coordinates after image click
* Replace img tag with an existing Image component
* The image must not be responsive, instead allow horizontal scrollbar on parent element
* Update ImageWrapper to allow generic items
* Remove FloorWrapper component
* Update mock data
* Refactor ImageLocation component
* Update stories

* FullCalendar update (#19)

* Add a calendar wrapper
* Refactor importing FullCalendar
* Add mock data
* Update stories
* Remove empty row
* Make sure events state doesn't get overwritten by events prop

* Navbar fix (#20)

* Make sure links close the mobile menu only when it's visible
* Hide mobile menu overlay on desktops

* Wrap Button in React.forwardRef (#21)

* Update Link stories
* Wrap Button in React.forwardRef

* Dropdown component (#22)

* Add Dropdown README
* Set up Dropdown components
* Add mock data
* Add stories
* Add caret-down icon to the Icon library
* Add a Button with an Icon and a toggle state
* Style Dropdown components
* Add support for right-aligned dropdown menu
* Update prop-types
* Add support for children prop
* Update stories
* Refactor dropdown to support any element as toggle
* Add user icon to the icon library
* Add support for dropdown dividers
* Convert dropdown items to links
* Update mock data
* Update stories
* Make sure the dropdown has a background

* Navbar update (#23)

* Add Dropdown README
* Set up Dropdown components
* Add mock data
* Add stories
* Add caret-down icon to the Icon library
* Add a Button with an Icon and a toggle state
* Style Dropdown components
* Add support for right-aligned dropdown menu
* Update prop-types
* Add support for children prop
* Update stories
* Refactor dropdown to support any element as toggle
* Add user icon to the icon library
* Add support for dropdown dividers
* Convert dropdown items to links
* Update mock data
* Update stories
* Add bell icon to the icon library
* Add Notifications Navbar widget
* Add User Navbar widget
* Add margins to widgets
* Add mock data
* Update stories
* Sync develop

* updated UserProvider errors with hacks in accessTokents

* Navbar update (#24)

* Fix incorrect prop type for notification count
* Update notification counter font size
* Close dropdown on click away
* Set default dropdown color/font styles to match navbar styles
* Improve dropdown hover styles

* Dashboard layout (#25)

* Add fluid content and sidebar wrappers
* Add dashboard layout components
* Convert layout to column view for mobile devices
* Center content wrapper
* Import Sidebar in the Dashboard layout

* Sidebar updates (#26)

* Make sidebar wrapper an aside element
* Remove border and background from Sidebar
* Update sidebar styles
* Remove padding from fluidWrapper
* Remove footer border
* Remove Dashboard page
* Update content wrapper padding

* fix: fixed removing dashboard from index and added transparent to card context

* fix: removed top marging on page heading
* fix: added notification active when user logs out, this is a hack  to get the happy path working
* Accordion update (#27)
* Update code for consistency
* Fix default prop
* Allow each item to have a context colour
* Add support to load items from a data file
* Add mock data
* Update stories
* ImageLocation update (#28)
* Replace ImageLocation mock images
* Update image paths
* Code styling fixes
* Update props for consistency
* Refactor ImageWrapper to use parent component's handlers
* Refactor ImageLocation to allow preselected options
* Update Stories
* Add default Sidebar export to prevent Dashboard errors (#29)
* List update (#30)
* Add flush styles
* Update stories
* Update list styles
* Update Sidebar (#31)
* Add a custom colour prop to Divider
* Remove link styles from SidebarWrapper
* Refactor Sidebar to use List component
* Update stories
* Replace span with Fragment
* Grid update & refactor (#32)
* fix: reafactor grid structure
* chore: Files updated due to code style
* fix: made defaultView a prop - removed footer
* chore: code style on accordion
* fix: hacked Key on accordion for now, fixed console in user provider for hack on localstorage
* fix: updated grid with fluid and new utils, added story for Dashboard layout
* fix: using grid instead of wrappers
* fix: Icon range, sidebar fixes
* fix: added right margin to dashboard row
* fix: deleted dashboard wrappers - using grid now
* fixed build issue with Icon import added sidebar variables
* fix: noData should be added to Dahboard also
* Fix imports (#33)
* Add @fortawesome/pro-duotone-svg-icons
* Fix import path
* fix: updated page heading to accept right hand component, added hook for axios api
* Update FullCalendar mock data & examples (#34)
* Update mock data
* Add click event handler to the story
* Update Readme
* Feature/utils (#35)
* Add getOne method for filtering arrays
* Add API mock placeholder file
* Add mergeLocalData util function (#36)
* Dashboard arch (#37)
* fix: updated Table mostly with stories and formatters including actions - refactored other code styling
* fix: yarn lint fix done - so these are auto fixes
* fix: fixed all linting issues
* fix: Added Messaging components (#39)
* Tabs & Deploy (#38)
* fix: refactored tabs
* fix: removed domains - emailChange story uses the right hook now to show actions
* fix: refactored to allow deploy to industryUI
* Iw actions (#41)
* fix: Added workflows
* fix: updated badge for readme
* fix: updated badge URL
* fix: added template placeholder - fixed lint issue
* fix: added build to workflow to test storybook can build still
* fix: build storybook quiet and fixed issue with container
* fix: remove static and add gitignore
* fix: changed case of container to fix build, added eslint rule to fix warning on lint
iwarner added a commit that referenced this pull request Oct 14, 2019
* Removed styled JSX for good and classnames - refactored for new designs

* Updated to work with Stroybook again

* updated Navbar stories - added extends for StyledLint

* updated Navbar Type

* Added curosr pointer to tab

* updated several components

* Component/footer/mobile (#3)

* parsing FOOTER data columns optional object-type param
* aded columns values to footer mock
* adding styling to align
* added some comments
* simplefied FOOTER columns required structure
* added Footer fine-tuned propTypes

* Iw general (#2)

* fixed up hero
* updated navbar ersponsive
* Removed press component in favour of putting this into app
* moved comment in List component
* updated for testimonials

* Examples for Radio and footer stories (#4)

merged

* added knobs with checked value (#5)

* added knobs with checked value
* removed redundant fragment

* Component/grid/offset (#6)

* more verbose column size name for Footer
* implemented Column offset md
* little simplification
* simplified Column size styled attrs
* added xl/lg/md replacement for Column offset
* naming refactoring
* fixed Column offset & applied to Footer
* added Columns sizes & offsets story
* changed grid offsets using css margins

* added simple grid story

* use narrower Col offset if wider is absent

* added three grid examples
* codestyle fix
* small Column style destructoring refactoring
* removed console.log
* fixed footer width
* fixed with 0 considering
* simplified story
* make textarea story visible
* refactored falsy value undefined checing

* Iw general (#7)

* Examples for Radio and footer stories

* updates to components for Puppy profile

* changed grid to support sm

* changed offset to off to prevent atribute showing

* updated grid for small size

* Added Firebase Service and updated context pattern

* Refactored button and login

* updated bordered card

* Component/form/basic stories (#8)

* in progress: form/form story

*  added basic form stories

* Component/list/add stories (#10)

* in progress: adding stories
* added knobs to list
* added colour

* added article stories (#11)

* Iw general (#12)

* Examples for Radio and footer stories
* updates to components for Puppy profile

* Component/carousel/create (#13)

* dummy code (in progress of creating working demo)
* tuned pre-demo
* in progress: styling carousel
* in progress: styling carousel
* different carousel internals
* some responsibilities
* TODO
* bigger font
* fit images with different sizes; keep current image; removed holder.js
* added TODO
* refactoring textlabel
* load jquery & slick.js libs
* added todo, fixed edge cases
* simplified styling
* removed slick demo

* added article stories (#14)

* updated dependancies - fixed carousel and grid mocks missing

* commented out carousel as in error with Window for nextJS - rcommented authed from navbar compoents

* Removed Public folder

* updating to functional components

* Updated for functional components

* refactored for functional components

* refactored list Ite,

* updated with some utilities and fixes

* todied up a little

* huge refactor and added more components

* updated for DryKISS development

* added blog components, fixed imports in many files, good refactor

* updated with blog addition and card extras

* various changes

* Updated stories for latest version of Stroybook

* Making sure stories work correctly

* more refactoring to getstories functioning

* fix: refactored snapshot testing, next app

* fix: refactored navbar and sidebar

* fix: got the stroybook working, but need to fix App and Layouts in the main apps now

* fix: Layout injection and Page properties

* Accordion component (#15)

* Add Chevron icons to the icon library
* Add Accordion component

* Update Navbar component (#16)

* Change logo to DryKISS
* Close mobile menu on link click

* Refactor Todo lists into Clickup (#17)

* refactor: moving files and removing todos into ClickUp

* fix: refactored for todos into ClickUp

* fix: refactored todos in ClickUp

* ImageLocation component (#18)

* Add ImageLocation component with property selection
* Add mock data
* Add stories
* Add mock images to stories
* Add FloorWrapper component
* Add ImageWrapper component
* Add Dot component
* Update components to return position coordinates after image click
* Replace img tag with an existing Image component
* The image must not be responsive, instead allow horizontal scrollbar on parent element
* Update ImageWrapper to allow generic items
* Remove FloorWrapper component
* Update mock data
* Refactor ImageLocation component
* Update stories

* FullCalendar update (#19)

* Add a calendar wrapper
* Refactor importing FullCalendar
* Add mock data
* Update stories
* Remove empty row
* Make sure events state doesn't get overwritten by events prop

* Navbar fix (#20)

* Make sure links close the mobile menu only when it's visible
* Hide mobile menu overlay on desktops

* Wrap Button in React.forwardRef (#21)

* Update Link stories
* Wrap Button in React.forwardRef

* Dropdown component (#22)

* Add Dropdown README
* Set up Dropdown components
* Add mock data
* Add stories
* Add caret-down icon to the Icon library
* Add a Button with an Icon and a toggle state
* Style Dropdown components
* Add support for right-aligned dropdown menu
* Update prop-types
* Add support for children prop
* Update stories
* Refactor dropdown to support any element as toggle
* Add user icon to the icon library
* Add support for dropdown dividers
* Convert dropdown items to links
* Update mock data
* Update stories
* Make sure the dropdown has a background

* Navbar update (#23)

* Add Dropdown README
* Set up Dropdown components
* Add mock data
* Add stories
* Add caret-down icon to the Icon library
* Add a Button with an Icon and a toggle state
* Style Dropdown components
* Add support for right-aligned dropdown menu
* Update prop-types
* Add support for children prop
* Update stories
* Refactor dropdown to support any element as toggle
* Add user icon to the icon library
* Add support for dropdown dividers
* Convert dropdown items to links
* Update mock data
* Update stories
* Add bell icon to the icon library
* Add Notifications Navbar widget
* Add User Navbar widget
* Add margins to widgets
* Add mock data
* Update stories
* Sync develop

* updated UserProvider errors with hacks in accessTokents

* Navbar update (#24)

* Fix incorrect prop type for notification count
* Update notification counter font size
* Close dropdown on click away
* Set default dropdown color/font styles to match navbar styles
* Improve dropdown hover styles

* Dashboard layout (#25)

* Add fluid content and sidebar wrappers
* Add dashboard layout components
* Convert layout to column view for mobile devices
* Center content wrapper
* Import Sidebar in the Dashboard layout

* Sidebar updates (#26)

* Make sidebar wrapper an aside element
* Remove border and background from Sidebar
* Update sidebar styles
* Remove padding from fluidWrapper
* Remove footer border
* Remove Dashboard page
* Update content wrapper padding

* fix: fixed removing dashboard from index and added transparent to card context

* fix: removed top marging on page heading

* fix: added notification active when user logs out, this is a hack  to get the happy path working

* Accordion update (#27)

* Update code for consistency
* Fix default prop
* Allow each item to have a context colour
* Add support to load items from a data file
* Add mock data
* Update stories

* ImageLocation update (#28)

* Replace ImageLocation mock images
* Update image paths
* Code styling fixes
* Update props for consistency
* Refactor ImageWrapper to use parent component's handlers
* Refactor ImageLocation to allow preselected options
* Update Stories

* Add default Sidebar export to prevent Dashboard errors (#29)

* List update (#30)

* Add flush styles
* Update stories
* Update list styles

* Update Sidebar (#31)

* Add a custom colour prop to Divider
* Remove link styles from SidebarWrapper
* Refactor Sidebar to use List component
* Update stories
* Replace span with Fragment

* Grid update & refactor (#32)

* fix: reafactor grid structure

* chore: Files updated due to code style

* fix: made defaultView a prop - removed footer

* chore: code style on accordion

* fix: hacked Key on accordion for now, fixed console in user provider for hack on localstorage

* fix: updated grid with fluid and new utils, added story for Dashboard layout

* fix: using grid instead of wrappers

* fix: Icon range, sidebar fixes

* fix: added right margin to dashboard row

* fix: deleted dashboard wrappers - using grid now

* fixed build issue with Icon import added sidebar variables

* fix: noData should be added to Dahboard also

* Fix imports (#33)

* Add @fortawesome/pro-duotone-svg-icons
* Fix import path

* fix: updated page heading to accept right hand component, added hook for axios api

* Update FullCalendar mock data & examples (#34)

* Update mock data
* Add click event handler to the story
* Update Readme

* Feature/utils (#35)

* Add getOne method for filtering arrays
* Add API mock placeholder file

* Add mergeLocalData util function (#36)

* Dashboard arch (#37)

* fix: updated Table mostly with stories and formatters including actions - refactored other code styling

* fix: yarn lint fix done - so these are auto fixes

* fix: fixed all linting issues

* fix: Added Messaging components (#39)

* Tabs & Deploy (#38)

* fix: refactored tabs

* fix: removed domains - emailChange story uses the right hook now to show actions

* fix: refactored to allow deploy to industryUI

* Iw actions (#41)

* fix: Added workflows

* fix: updated badge for readme

* fix: updated badge URL

* fix: added template placeholder - fixed lint issue

* fix: added build to workflow to test storybook can build still

* fix: build storybook quiet and fixed issue with container

* fix: remove static and add gitignore

* fix: changed case of container to fix build, added eslint rule to fix warning on lint

* fix: workflow for Master deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants