Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Icons clean up #135

Closed
wants to merge 31 commits into from
Closed

Icons clean up #135

wants to merge 31 commits into from

Commits on Sep 24, 2023

  1. fix: πŸš‘ ci (#102)

    * docs: update README.md
    
    * docs: update README.md
    
    * fix: πŸš‘ fix ci don't work in develop and master branches
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    velenyx and nmashchenko authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    9160fd6 View commit details
    Browse the repository at this point in the history
  2. feature: ✨ storybook pallete icons docs (#106)

    * feat: add colors story
    
    * feat: add loading story
    
    * feat: add iconography stories and change stories settings
    velenyx authored Sep 24, 2023
    2 Configuration menu
    Copy the full SHA
    4487510 View commit details
    Browse the repository at this point in the history
  3. feat: ✨ shared flex icon wrapper (#107)

    * feat: ✨ add flex component
    
    * feat: ✨ add flex component and docs
    
    * docs: πŸ“ add docs for Flex component
    
    * fix: in flex width auto -> 100%
    
    * fix: in flex width auto -> 100% in storybook
    velenyx authored Sep 24, 2023
    2 Configuration menu
    Copy the full SHA
    a946bd3 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    de7fec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. feature: ✨ add util - get-elapsed-time (#111)

    * feature: ✨ add util - get-past-time
    
    * refactor: ♻️ rename get-past-time => get-elapsed-time. And add docs
    velenyx authored Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    db4e68c View commit details
    Browse the repository at this point in the history
  2. feat: ✨ add useGetScreenWidth hook (#112)

    * feature: ✨ add useGetScreenWidth hook
    
    * fix: πŸ› get window width in server-side
    velenyx authored Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    d04a207 View commit details
    Browse the repository at this point in the history
  3. test: βœ… init jest, and add 1 test, add to ci (#113)

    * test: init jest, and add 1 test, add to ci
    
    * test: init jest, and add 1 test, add to ci
    
    * fix: tests for get elapsed time
    velenyx authored Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    e84ea2d View commit details
    Browse the repository at this point in the history
  4. feat: ✨ add skeleton (#117)

    * feat: ✨ add skeleton
    
    * docs: πŸ“ add docs for skeleton
    
    * docs: πŸ“ add more story cases for storybook
    
    * fix: 🩹 fix tests for get elapsed time
    velenyx authored Sep 25, 2023
    2 Configuration menu
    Copy the full SHA
    e056736 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. fix: shared components

    nmashchenko committed Oct 5, 2023
    2 Configuration menu
    Copy the full SHA
    21b1fc0 View commit details
    Browse the repository at this point in the history
  2. docs: updated skeleton

    nmashchenko committed Oct 5, 2023
    2 Configuration menu
    Copy the full SHA
    8ebf67f View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    80db214 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. feat: added loader

    nmashchenko committed Oct 6, 2023
    2 Configuration menu
    Copy the full SHA
    9eb15c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. 2 Configuration menu
    Copy the full SHA
    abe8162 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. feat: settings are added (#123)

    * feat: settings are added
    
    * fix: props are renamed
    dmtrack authored Oct 11, 2023
    2 Configuration menu
    Copy the full SHA
    3e3f4c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. 2 Configuration menu
    Copy the full SHA
    bbb652e View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. feat: new badge component and updated iconwrapper (#125)

    * feat: new badge component and updated iconwrapper
    
    * fix: stories
    
    * fix: badge type added
    
    * fix: styles/logic
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    dmtrack and nmashchenko authored Oct 15, 2023
    2 Configuration menu
    Copy the full SHA
    13d2116 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. refactor: added new backend (#101)

    * feat: added new server version
    
    * refactor: remove client
    
    * ci: added ci for backend
    
    * feat: added github auth / removed others
    
    * refactor: ♻️ absolute paths (#98)
    
    * refactor: ♻️ rename absolute paths
    
    * fix: πŸš‘ fix storybook alias paths
    
    * fix: delete .idea directory
    
    * refactor: removed all server
    
    * docs: update core info
    
    * docs: fixed auth
    
    * fix: gtihub return entity
    
    * ci: fixed tests
    
    * ci: added api in docker
    
    * ci: fixed backend tests
    
    * fix: crlf disabled
    
    * ci: disabled api for local
    
    * feat: extended user schema, tests, dtos, etc
    
    * ci: fixed tests runner
    
    * feature: backend architecture (#120)
    
    * fix: refactor arch signature for actual Module struct
    
    * fix: connect docker & upload container structs
    
    * upload: reload references by migration
    
    * upd: fix docker
    
    * upload: production docker without nodeEnd, should fix it
    
    * feature: docker works
    
    * fix docs
    
    * ci: added backend branch
    
    * ci: fix branch name
    
    * fix: tests command
    
    * fix: added .env copying step
    
    * fix: doc & docker reference
    
    * fix: tests & docs
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    
    * fix: issues, password, username updates
    
    * fix: tests, ci, env-example
    
    * ci: temporary yarnpath fix for tests
    
    * feat: added universityData
    
    * fix: linter
    
    * fix: fixed docs & nested validation
    
    * feat: added all required relations for base user
    
    * feature: backend api docker (#122)
    
    * fix: autobuild project gun
    
    * fix: docs & workflow
    
    * fix: gitflow
    
    * fix: test gitflow
    
    * fix: test gitflow
    
    * fix: test gitflow
    
    * fix: test gitflow
    
    * fix: test gitflow
    
    * fix: logs
    
    * fix: sed
    
    * fix: sed
    
    * fix: compose postgres
    
    * v3.6.3
    
    * v3.6.4
    
    * fix: yarn
    
    * fix: postgres volumes
    
    * fix: production condinion toggle
    
    * docs: fixed descriptions
    
    * feat: merged refactor/backend
    
    * docs: fixed local setup
    
    * fix: removed old files
    
    * fix: merge test
    
    * fix: docker-compose dev virtual volume
    
    * fix: default starter prepare
    
    * fix: db-prepare env point
    
    * fix: sed checker
    
    * fix: docs & code
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    
    * feat: added filters query for users
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    Co-authored-by: Pikj [JReydman] Reyderman <[email protected]>
    3 people authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    53c80c4 View commit details
    Browse the repository at this point in the history
  2. fix: port for server

    nmashchenko committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    4ef91bf View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. 2 Configuration menu
    Copy the full SHA
    15578e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix: design issues

    nmashchenko committed Oct 19, 2023
    2 Configuration menu
    Copy the full SHA
    6fcc6ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa17772 View commit details
    Browse the repository at this point in the history
  3. 2 Configuration menu
    Copy the full SHA
    54e60fc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. feature: reusable modals (#121)

    * feat: added initial info-modal
    
    * fix: cleanup & useless styles
    
    * fix: fixed some styles, returned action modal
    
    * fix: changed the approach to using styles
    
    * fix: flex issue
    
    * fix: test version teameights-types
    
    * fix: types
    
    * fix: added type
    
    * fix: lib issues, reusability
    
    * fix: added new modal window
    
    * fix: badges and modals
    
    * fix: added logic for mobile user
    
    * fix: added new phone action modal
    
    * fix: added new phone action modal
    
    * fix: code issues
    
    * fix: changed folder location
    
    * fix: some styles
    
    * fix: added storybook for modal
    
    * fix: added storybook for modal
    
    * Revert "fix: added storybook for modal"
    
    This reverts commit c5e7773.
    
    * fix: added for test new function
    
    * fix: added new modal for a test
    
    * fix: changed mock data
    
    * fix: changed mock data
    
    * fix: fixed new error
    
    * fix: previous issues and code
    
    * fix: namings
    
    * fix: namings
    
    * fix: added new modal that fixes freezes
    
    * feat: added image loader, fix issues with modals
    
    * feat: added flags & fixed issues
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    LanselonX and nmashchenko authored Oct 25, 2023
    2 Configuration menu
    Copy the full SHA
    ea96a69 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. fix: add events for flex component (#128)

    Co-authored-by: β€œmerankori” <[email protected]>
    merankori and β€œmerankori” authored Oct 27, 2023
    2 Configuration menu
    Copy the full SHA
    4f3a262 View commit details
    Browse the repository at this point in the history
  2. fix: πŸ› flex (#130)

    * fix: add events for flex component
    
    * fix: add rest props for Flex component
    
    ---------
    
    Co-authored-by: β€œmerankori” <[email protected]>
    merankori and β€œmerankori” authored Oct 27, 2023
    2 Configuration menu
    Copy the full SHA
    3afa747 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. refactor(mocks): ✨ enhance user mock data generation with notificatfi…

    …cations (#129)
    
    * refactor(mocks): ✨  enhance user mock data generation with notifications and team
    
    * refactor(mocks): ♻️ convert functions to arrow functions
    
    * test
    
    * fix(eslint)
    
    * save changes
    
    * fix: refactor
    
    * fix: date type
    
    * fix: upgrade types
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    velenyx and nmashchenko authored Nov 3, 2023
    2 Configuration menu
    Copy the full SHA
    dbc86d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. feat: new search bar (#133) 🀟🏻

    * feat: add border disable for ui select
    
    * feat: add filter-select draft functionality
    
    * fix: closing select menu and codestyle
    
    * fix: conflicts with develop
    
    * fix: removed server actions
    
    * fix: imports
    
    * fix: select and input border
    
    * fix: filter-select
    
    * fix: some fixes for select
    
    * fix: interfaces of searchbar
    
    * feat: add draft search-input functionality
    
    * fix: filter type in filter select
    
    * fix: some fixes for selects
    
    * feat: add draft functionality for tags-list
    
    * feat: add placeholders and tags-list for searchbar
    
    * feat: add outside click closing for multiple-tag
    
    * fix: fix text-filter clearing
    
    * fix: some tag fixes
    
    * feat: add clear all button in tags list
    
    * fix: change file structure
    
    * feat: add select indicator toggle
    
    * fix: fix search-bar styles
    
    * feat: add api request handler for search-input
    
    * fix: move tag in entities
    
    * fix: move tag in features
    
    * feat: add some filters for search-bar on page
    
    * fix: tags-list filtersArr typization
    
    * feat: replace react hook form functionality from search bar with native react
    
    * fix: checkbox-list functionality typization
    
    * fix: codestyle fixes
    
    * feat: add query string functionality for search-bar
    
    * fix: replace flex divs with Flex component
    
    * feat: add search-bar in storybook
    
    * feat: add multiple value filter functionality
    
    * fix: add multiple filter in stories / fix timer of search-bar
    
    * fix: codestyle fix in tag-menu
    
    * fix: destructurize fix
    
    * fix: state changing in search-bar
    
    * feat: add custom styles support in shared select
    
    * fix: margins and paddings of search-bar
    
    * fix: design fixes
    
    * fix: class naming fixes
    
    * fix: menu columns in search-bar input-select
    
    * fix: style fixes
    
    * fix: clear logs and fix naming of callbacks
    
    * fix: codereview fixes
    
    ---------
    
    Co-authored-by: Nikita Mashchenko <[email protected]>
    Co-authored-by: skiselev <[email protected]>
    3 people authored Nov 13, 2023
    2 Configuration menu
    Copy the full SHA
    639523f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. feat: clean up the icons

    LanselonX committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    9d85fc2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. feat: added new icons/skills (#132)

    * feat: added new icons/files
    
    * feat: changed concentration to speciality
    
    * feat: added support for specialities
    
    * fix: import
    
    * fix: server support for updates
    
    * fix: docker
    
    * fix: prettier
    
    * feat: added isActive for badge
    
    * fix: added todos for backend
    
    * fix: final adjustments
    
    * fix: mocks, user entity, etc
    
    * fix: fallback
    nmashchenko authored Nov 29, 2023
    2 Configuration menu
    Copy the full SHA
    37ad0de View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. feat: transfer old react-query hooks (#109)

    * feat: added initial setup
    
    * fix: style
    
    * feat: added auth queries
    
    * feat: added password reset hooks
    
    * feat: folders refactor
    
    * fix: added server fixes
    
    * fix: removed bugged test
    
    * feat: changed hooks, consts & logout
    
    * fix: error handling
    
    * feat: fix merge issues
    
    * fix: deployment issue
    
    * fix: other issues
    nmashchenko authored Nov 30, 2023
    2 Configuration menu
    Copy the full SHA
    bfee5d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Configuration menu
    Copy the full SHA
    6ab331d View commit details
    Browse the repository at this point in the history