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

14 PR Merges #1

Merged
merged 43 commits into from
May 9, 2024
Merged

14 PR Merges #1

merged 43 commits into from
May 9, 2024

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    696cb19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69793bb View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. display confirmation if there is any content

    Jesus Murguia committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    ffd8233 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. moved isCardEmpty into utils

    Jesus Murguia committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    dee123a View commit details
    Browse the repository at this point in the history
  2. changed the function into a redux selector

    Jesus Murguia committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b8386b2 View commit details
    Browse the repository at this point in the history
  3. fix tests

    Jesus Murguia committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    80d2bac View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. changed selector into hook, to use existing selectors

    Jesus Murguia committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    8799eb1 View commit details
    Browse the repository at this point in the history
  2. created fullCalendarCard

    Jesus Murguia committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    293b62a View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. removed the event prop as it was unnecesary

    Jesus Murguia committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    4d14413 View commit details
    Browse the repository at this point in the history
  2. added unit tests for FullCalendarCard component

    Jesus Murguia committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    13d8859 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    77b5086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    193d8dd View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    347a49f View commit details
    Browse the repository at this point in the history
  2. Max width for tooltip is disabled ...

    So users could read long file names when hovering on it.
    - Tooltip position is changed. New position starts in accordance with file's name
    Baris committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    f7b8dda View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Overflow of table selector is changed from...

    auto to hidden so that users wont see horizontal scroll bar during new template.
    Baris committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    05ae50c View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

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

Commits on Sep 9, 2023

  1. fixed Bug:After deleting a board, using the undo feature would redire…

    …ct to an error page displaying "board-not-found."
    V1nnncJune committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    7d99f7d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

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

Commits on Oct 8, 2023

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

Commits on Oct 17, 2023

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

Commits on Oct 18, 2023

  1. prevent ModifiedBy overwrite

    omggga committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8071eb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

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

Commits on Oct 31, 2023

  1. Add import csv feature

    Jneville0815 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cd5233c View commit details
    Browse the repository at this point in the history
  2. Standalone PWA

    BhasherBEL committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    302e134 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Update blocks.go

    table name and column name error.
    change FileInfo to file_info, DeleteAt to delete_at
    alemon0 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2186710 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on May 9, 2024

  1. Merge pull request #1 from BhasherBEL/main

    Standalone PWA
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    05509b7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from srisri332/MM-52722

    MM-52722: Fixed error when accessing property on undefined
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    56f3761 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from alemon0/main

    Update blocks.go
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    62eef79 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from radiusmethod/feature/import_csv

    Add import csv feature
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0510d30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5 from baong12/feature/win-settings

    Update win-wpf app to persist user settings (issue mattermost-community#314)
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d593c8b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from omggga/read_userid_from_jsonl

    prevent ModifiedBy overwrite
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    da9260e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from Andarist/fix/invalid-jsx-children

    Replace a non-semantic JSX child in one of the test files with an emp…
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    daee5c1 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from V1nnncJune/fix-board_deletion_not_found_error

    Fix board deletion not found error
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    43cc621 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #9 from barisunsalhn/template-selector-horizontall…

    …-scroll-bar
    
    Overflow of table selector is changed from...
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    af44fe9 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #10 from barisunsalhn/tooltip-on-attachment-not-fu…

    …lly-shown
    
    Max width for tooltip is disabled ...
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7281b63 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #11 from barisunsalhn/assignee-not-visible-in-dark…

    …-mode
    
    Assignee not visible in dark mode
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    836566a View commit details
    Browse the repository at this point in the history
  12. Merge pull request #12 from availchet/patch-1

    Fix indentation in tsconfig.json
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    50970aa View commit details
    Browse the repository at this point in the history
  13. Merge pull request #13 from JesusMurguia/mattermost-communityGH-4476-…

    …No-card-delete-confirmation-status
    
    Gh 4476 no card delete confirmation status
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    a10abae View commit details
    Browse the repository at this point in the history
  14. Revert "docs: noteable > notable in contribution guide"

    This reverts commit 69793bb.
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c4bcfe8 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #17 from Ports-Exposed/feat/add-opengraph

    Feat/add opengraph - revert contrib
    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3e72d2f View commit details
    Browse the repository at this point in the history
  16. Version Bump | 7.13.0

    Kuuchuu committed May 9, 2024
    Configuration menu
    Copy the full SHA
    798a5fe View commit details
    Browse the repository at this point in the history