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

Latest schedule #47

Open
wants to merge 68 commits into
base: master
Choose a base branch
from
Open

Latest schedule #47

wants to merge 68 commits into from

Commits on Apr 4, 2021

  1. feat: add new schedule table (#13)

    * feat: add new schedule table
    
    * chore: refactor cells renderers
    
    * chore: refactor renderers
    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    4ce2c85 View commit details
    Browse the repository at this point in the history
  2. feat: add switcher schedule view mode

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    05b1785 View commit details
    Browse the repository at this point in the history
  3. feat: implement desktop calendar

    keksik77 authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    d6f11a9 View commit details
    Browse the repository at this point in the history
  4. feat: implement mobile calendar

    keksik77 authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    3b18b11 View commit details
    Browse the repository at this point in the history
  5. fix: remove console.log

    keksik77 authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    e282508 View commit details
    Browse the repository at this point in the history
  6. refactor: refactoring the code according to yuliaHope requirements

    keksik77 authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    46d337d View commit details
    Browse the repository at this point in the history
  7. Feature/s 10 user settings (#19)

    * feat: add new schedule table (#13)
    
    * feat: add new schedule table
    
    * chore: refactor cells renderers
    
    * chore: refactor renderers
    
    * feat: add switcher schedule view mode
    
    * feat: add user settings
    
    * chore: refactor code - exclude switch
    
    * chore: refactor code
    
    * chore: refactor code - add uppercase
    
    * fix: implement correct localstorage hook
    
    * feat: add userSettings button on schedule page
    
    * feat: add user settings
    
    * refactor: change serialize/deserialize data
    
    * refactor: rename files and data
    
    * refactor: change tag color styles structure
    
    * refactor: rename vars for better readability
    
    * refactor: apply memoization to setTagColor
    
    * refactor: change structure of TagIcon
    
    * refactor: replace settings button, tweak button styles, change storedTagColors type
    
    Co-authored-by: notSAINT <60464016+not-SAINT@users.noreply.github.com>
    Co-authored-by: Aleksandr Sharikov <notsaint.mail@gmail.com>
    3 people authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    e18ab75 View commit details
    Browse the repository at this point in the history
  8. feat: add edit mode for table schedule

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    4de6315 View commit details
    Browse the repository at this point in the history
  9. fix: add props for table

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    2e25172 View commit details
    Browse the repository at this point in the history
  10. chore: refactor code

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    9ef199c View commit details
    Browse the repository at this point in the history
  11. feat: add Organizer search input

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    314a77b View commit details
    Browse the repository at this point in the history
  12. feat: add hiding and show columns

    Mach1nka authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ae57e03 View commit details
    Browse the repository at this point in the history
  13. feat: add new schedule table (#13)

    * feat: add new schedule table
    
    * chore: refactor cells renderers
    
    * chore: refactor renderers
    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    5aeaca0 View commit details
    Browse the repository at this point in the history
  14. feat: add switcher schedule view mode

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    4b13afd View commit details
    Browse the repository at this point in the history
  15. feat:add schedule list

    Zhuchkou Artsiom authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    0aff978 View commit details
    Browse the repository at this point in the history
  16. chore: deep refactor code

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    5b2f615 View commit details
    Browse the repository at this point in the history
  17. fix: no expand empty today

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    d1a957a View commit details
    Browse the repository at this point in the history
  18. chore: refactor code

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    40f5c5e View commit details
    Browse the repository at this point in the history
  19. fix: fix bracket in filterComponent

    Mach1nka authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    4a894c3 View commit details
    Browse the repository at this point in the history
  20. feat: implement set of tags, change variable for better reading

    Ftorik authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    c869c34 View commit details
    Browse the repository at this point in the history
  21. feat: add tag renderer, change structure of the project, rename vars …

    …for better readability
    Ftorik authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    dd35205 View commit details
    Browse the repository at this point in the history
  22. feat: implement tag colors to ListView

    Ftorik authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    2e685e0 View commit details
    Browse the repository at this point in the history
  23. feat: implement tag colors to CalendarView

    Ftorik authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    2659b9d View commit details
    Browse the repository at this point in the history
  24. fix: implement data check for no data

    Ftorik authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    04648e2 View commit details
    Browse the repository at this point in the history
  25. refactor: change render condition

    Ftorik authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    e0b5f57 View commit details
    Browse the repository at this point in the history
  26. fix: fix typescript errors

    Mach1nka authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ff59dfd View commit details
    Browse the repository at this point in the history
  27. fix: fix typescript

    Mach1nka authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    3a35ddd View commit details
    Browse the repository at this point in the history
  28. feat: add details page

    tritonJS826 authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    8954e5a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fc64ad4 View commit details
    Browse the repository at this point in the history
  30. feat: add export to Csv

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f035c66 View commit details
    Browse the repository at this point in the history
  31. fix: change type for special field

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    2a84600 View commit details
    Browse the repository at this point in the history
  32. chore: edit export data columns

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    bf569b8 View commit details
    Browse the repository at this point in the history
  33. chore: remove extra column data

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ea42269 View commit details
    Browse the repository at this point in the history
  34. chore: join entity's id in one column

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    0a8dea8 View commit details
    Browse the repository at this point in the history
  35. chore: prettier fix

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    bbe3016 View commit details
    Browse the repository at this point in the history
  36. feat: add editable task and event in table

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f37ee69 View commit details
    Browse the repository at this point in the history
  37. chore: refactor stored tag colors

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    a12c42b View commit details
    Browse the repository at this point in the history
  38. fix: change id for update task and event

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    c0408b5 View commit details
    Browse the repository at this point in the history
  39. fix: add special, duration field to task entity

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    4f0e5c0 View commit details
    Browse the repository at this point in the history
  40. chore: refactor code style

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    803e7b2 View commit details
    Browse the repository at this point in the history
  41. feat: add new version details pages

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ee3776c View commit details
    Browse the repository at this point in the history
  42. add modal form files

    DzmitrySiniakou authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    5aacbc1 View commit details
    Browse the repository at this point in the history
  43. feat: add modal for add task

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    daa71ed View commit details
    Browse the repository at this point in the history
  44. feat: add preview

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    0a3f51b View commit details
    Browse the repository at this point in the history
  45. feat: add update mode

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    d17c69a View commit details
    Browse the repository at this point in the history
  46. feat: add update mode for task and event

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    6819a59 View commit details
    Browse the repository at this point in the history
  47. fix: delete trash

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    9aa99b3 View commit details
    Browse the repository at this point in the history
  48. fix: data format

    Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f05ce12 View commit details
    Browse the repository at this point in the history
  49. feat: add new types for tasks and event

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    37750dc View commit details
    Browse the repository at this point in the history
  50. chore: refactor code

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    e8dc967 View commit details
    Browse the repository at this point in the history
  51. feat: add default colors

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    3fdeb59 View commit details
    Browse the repository at this point in the history
  52. fix: update organizer, description

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    ac551d2 View commit details
    Browse the repository at this point in the history
  53. chore: refactor code

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    e3d9f64 View commit details
    Browse the repository at this point in the history
  54. chore: refactor code

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    66aa28a View commit details
    Browse the repository at this point in the history
  55. add: settings columns and types in localstorage

    Dzmitry Siniakou authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    084b103 View commit details
    Browse the repository at this point in the history
  56. test: export to csv

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    cd2f521 View commit details
    Browse the repository at this point in the history
  57. draft: import csv

    tritonJS826 authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f5b399d View commit details
    Browse the repository at this point in the history
  58. feat: add update entities for import csv

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    3c1d540 View commit details
    Browse the repository at this point in the history
  59. feat: add create for new tasks & events

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    b5f4b02 View commit details
    Browse the repository at this point in the history
  60. fix: update organizer info

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    0162413 View commit details
    Browse the repository at this point in the history
  61. fix: update organizerId

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    80e2222 View commit details
    Browse the repository at this point in the history
  62. fix: delete organizer for editable table cell

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    f8c033f View commit details
    Browse the repository at this point in the history
  63. fix: import: problem with identificators

    tritonJS826 authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    667cab9 View commit details
    Browse the repository at this point in the history
  64. fix: reload page after import

    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    b5970ce View commit details
    Browse the repository at this point in the history
  65. New fields for task (#45)

    * fix: formatting code
    
    * feat: add new fields for Task page
    
    * feat: edit form for new fields
    
    * feat: add new fields for export/import
    
    * fix: import for new fields
    
    * feat: add new mode for import csv
    
    * feat: update preview for new fields
    
    * fix: organizer for preview
    not-SAINT authored and Yuliya Haluza committed Apr 4, 2021
    Configuration menu
    Copy the full SHA
    7d21377 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. feat: style calendar (#51)

    not-SAINT authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c45d229 View commit details
    Browse the repository at this point in the history
  2. add sort for export to csv (#49)

    * feat: add sort for export to csv
    
    * feat: add timeZone for csv
    not-SAINT authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f22a465 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. refactor: remove unused components

    Yuliya Haluza committed May 12, 2021
    Configuration menu
    Copy the full SHA
    e93a053 View commit details
    Browse the repository at this point in the history