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

v1.0 #138

Merged
merged 193 commits into from
May 7, 2019
Merged

v1.0 #138

merged 193 commits into from
May 7, 2019

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    af20a25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    876d55d View commit details
    Browse the repository at this point in the history
  3. [WIP] More progress with the Single Column View mode, now reusing the…

    … existing row components
    brunolemos committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    c70a990 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

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

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    a99235f View commit details
    Browse the repository at this point in the history
  2. Only enable compact card layout on big screens

    Because it is a horizontal single-line layout, doesnt work well on small screens
    brunolemos committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    b9006d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ebc784 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00a37f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa73cc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f78c12 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    cb2f536 View commit details
    Browse the repository at this point in the history
  2. Fix one Load More bug

    Caused by the olderDate comparison
    
    Closes #29 (but there are other edge bugs, e.g. caused by the pagination using page and per_page, which is broking when new content show up while you are paginating)
    brunolemos committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    a561af5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a95aa5 View commit details
    Browse the repository at this point in the history
  4. Change checkbox behavior

    Now goes in circle between states (B->C->A->B) instead of B->C->B->A->B
    brunolemos committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    dd0cb71 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. Configuration menu
    Copy the full SHA
    6394d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e632a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29eed79 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    3ba971d View commit details
    Browse the repository at this point in the history
  2. Revert "Change checkbox behavior"

    This reverts commit dd0cb71.
    brunolemos committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    dba4414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebf47f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1509b80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8228b3f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. New card design, more similar to the compact one

    For example, card icon now shows at the left.
    
    Also the avatar is now small.
    brunolemos committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    388a0dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0dea4c View commit details
    Browse the repository at this point in the history
  3. Make single-column the default layout mode for everyone

    Including existing users (still not sure about this decision but lets see. I want all to experiment this new layout and they can change back manually)
    brunolemos committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    9ae0baf View commit details
    Browse the repository at this point in the history
  4. Revert forcing single-column mode on existing users

    Better wait for them to change it manually
    brunolemos committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    82a4ae2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Revert "Revert forcing single-column mode on existing users"

    This reverts commit 82a4ae2.
    
    Yes I am very indecisive sometimes
    brunolemos committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    b5c6525 View commit details
    Browse the repository at this point in the history
  2. Change default theme to dark-blue, no auto toggle

    From dark-gray + light-blue
    brunolemos committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    ee7a27b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69b6d32 View commit details
    Browse the repository at this point in the history
  4. Make column titles bolder

    brunolemos committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    30a238f View commit details
    Browse the repository at this point in the history
  5. Change read card style, only change font weight instead of color

    Improve contrast ratio
    
    Same thing gmail does
    brunolemos committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    3202073 View commit details
    Browse the repository at this point in the history
  6. Revert "Change read card style, only change font weight instead of co…

    …lor"
    
    This reverts commit fe2f4f44c4286e314a51df82a2745d777fa536cc.
    brunolemos committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    f36d318 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. New filter: "Event action", a more granular version of the previous "…

    …Event Type" filter
    
    For the same result as before, use it in conjunction with the "Subject type" filter
    
    #131
    brunolemos committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    8599b83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c77858c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. New cleaner design, with less borders and separators

    Inspired by the new Gmail
    brunolemos committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    0ba065d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7d781 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5cef2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2019

  1. Hide action row

    brunolemos committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    6425975 View commit details
    Browse the repository at this point in the history
  2. Revert "Hide action row"

    This reverts commit 6425975.
    brunolemos committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    001cf69 View commit details
    Browse the repository at this point in the history
  3. Show tag events on a single line

    Like we already do with branches
    
    Also fixed branch links for branches with slashes
    brunolemos committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    d3f079d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e585d15 View commit details
    Browse the repository at this point in the history
  5. Fix useReduxState regression

    State was not getting the new value sometimes when it should
    brunolemos committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    7b8a056 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1ef881c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3c293ff View commit details
    Browse the repository at this point in the history
  8. [Performance] Use StyleSheet on a few more places instead of inline s…

    …tyles
    
    As recommended by Necolas
    brunolemos committed Apr 6, 2019
    Configuration menu
    Copy the full SHA
    5d6d839 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69db13f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    d3f4dde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e890724 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72dfca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f76acc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98551f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

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

Commits on Apr 9, 2019

  1. Change action text on single column mode from "a repository" to "this…

    … repository"
    
    Because the repo is shwon at the left, before the text, so this feels more natural
    brunolemos committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    32392d9 View commit details
    Browse the repository at this point in the history
  2. Make main card avatar bigger again

    But not as big as before
    brunolemos committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    1b66fa6 View commit details
    Browse the repository at this point in the history
  3. Simplify Add Column modal layout to a vertical list

    Alignment feels more correct this way
    brunolemos committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    fdf434f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. New column type: Issues & Pull Requests

    Very basic for now, missing filters, save/unread on small screens and taking actions on issues/prs
    brunolemos committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a7a055c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8516bd View commit details
    Browse the repository at this point in the history
  3. Revert "Make main card avatar bigger again"

    This reverts commit 1b66fa6
    brunolemos committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    4b21d86 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    17258ba View commit details
    Browse the repository at this point in the history
  2. Inline issue labels

    brunolemos committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    84f26f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c326c View commit details
    Browse the repository at this point in the history
  4. New comment event card layout

    Comment now shows right after the action text and without avatar. This avoids showing duplicated avatar of the action creator and comment creator
    brunolemos committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    ed74290 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08ab155 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b77fe80 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3397dc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    ddbd54b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71ea327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a4ec42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86c02c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. [Performance] Avoid some unnecessary re-renders

    But using lodash isEqual, which may me a bit expensive
    
    #126
    brunolemos committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    7ebcb3e View commit details
    Browse the repository at this point in the history
  2. Fix comment card position

    brunolemos committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    258439e View commit details
    Browse the repository at this point in the history
  3. Fix some alignments

    brunolemos committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    f05f88b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abbe40c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4bc036 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    678925f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5454b43 View commit details
    Browse the repository at this point in the history
  8. Show basic tooltip on most icon-buttons

    Closes #8
    brunolemos committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    f3923a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    faf63aa View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    567036d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    91a9aa3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    842e993 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e6585a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. [iOS] Fix build

    Upgrade and re-link Bugsnag
    
    Upgrade pods
    brunolemos committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    9b5df46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aedcda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    432cbc3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    448d096 View commit details
    Browse the repository at this point in the history
  5. Revert "[Performance] Ship ES6 code to production, drop IE support"

    This reverts commit 448d096.
    
    Getting some "ReferenceError: Cannot access 'VARIABLE_NAME' before initialization" way too often.
    brunolemos committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    f3ee8a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a37a026 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b0ed0c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    74cfd0b View commit details
    Browse the repository at this point in the history
  2. Fix isSingleRow logic

    brunolemos committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    ee308ab View commit details
    Browse the repository at this point in the history
  3. New cursor and hover experience

    Make it a bit more like desktop apps
    brunolemos committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    8236e7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edaa7f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e0b91a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f808e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1510d18 View commit details
    Browse the repository at this point in the history
  8. Fix type of undefined

    brunolemos committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    ec7d1cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f56b44c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d58f81f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    685ec8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a972968 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b6d0944 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    28d7b60 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4450541 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea95bb9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d1ecb06 View commit details
    Browse the repository at this point in the history
  18. Smaller checkboxes

    brunolemos committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    de7d430 View commit details
    Browse the repository at this point in the history
  19. Smaller icons and avatars

    brunolemos committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    1b30a24 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7e39915 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    dfb056f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be4575d View commit details
    Browse the repository at this point in the history
  3. # WIP Minimalist layout

    brunolemos committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    624689d View commit details
    Browse the repository at this point in the history
  4. Cleaner layout, showing less information

    For example, labels as small circles and without some issue/pr details like number of comments and creation date
    brunolemos committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    092c11a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dcdc5e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. [Mobile] Disable card focus border

    Assuming keyboard shortcuts is web only
    brunolemos committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    efac97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7108a15 View commit details
    Browse the repository at this point in the history
  3. [Mobile] Fix build

    brunolemos committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    6762a01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b5f597 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2d4b98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f51e73 View commit details
    Browse the repository at this point in the history
  7. Tweak inlineLabels logic

    brunolemos committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    c1c5ba6 View commit details
    Browse the repository at this point in the history
  8. New cleaner label design

    Transparent background, with a small colorful circle and aligned at the right
    brunolemos committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    0eb5183 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    7ab32c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54b6bd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a6890 View commit details
    Browse the repository at this point in the history
  4. Improve Link hover handling

    Change default link hover effect to brand foreground color
    brunolemos committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    d9ea09a View commit details
    Browse the repository at this point in the history
  5. Fix responsive design for new label layout

    Doing some math layout calculation here again, but for optimization reasons... I dont want to put ViewMeasure inside the card component to avoid hundreds of layout measurements
    brunolemos committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    ed81bbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    530a5e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21535c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb463e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    7ec3799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f10607 View commit details
    Browse the repository at this point in the history
  3. Tweak muted label

    brunolemos committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    d5a8f97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fa6aac View commit details
    Browse the repository at this point in the history
  5. Disable emojis on labels

    brunolemos committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    959acac View commit details
    Browse the repository at this point in the history
  6. Fix support for new emojis

    brunolemos committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    5291808 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1569e3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43623aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d0329f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c31a59 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Configuration menu
    Copy the full SHA
    bf7fce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce67cc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f4a9cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fd3549 View commit details
    Browse the repository at this point in the history
  5. Allow moving columns with Alt+Up and Alt+Down as well

    Feels more natural than Alt+Left and Alt+Right no single column mode
    brunolemos committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    b95aec2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ea6c05 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

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

Commits on Apr 26, 2019

  1. Cleaner card layout

    New buttons for toggling save and unread status
    
    New saved indicator with a floating icon at the top right
    brunolemos committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    15c32f6 View commit details
    Browse the repository at this point in the history
  2. Make event action filter more granular

    Split state_changed filter in 4: opened, closed, reopened and merged
    brunolemos committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    3422156 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    470ebc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c5a3bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acb968f View commit details
    Browse the repository at this point in the history
  4. Improve checkboxes behavior

    TODO: Stop doing this messy code with checkboxes, create proper CheckboxGroup and RadioGroup components to wrap this repetitive logic
    brunolemos committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    1e47ee8 View commit details
    Browse the repository at this point in the history
  5. Stop deleting old items on open, replace all after first fetch instead

    Also replace all after changing subscription fetch url
    
    #29
    brunolemos committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    f760311 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a2315f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Fix empty columns state

    New empty columns screen
    
    Show add colum sidebar button on small screens
    
    Allow exiting the preferences screen
    brunolemos committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    40e8ab9 View commit details
    Browse the repository at this point in the history
  2. Tweak notification reason design

    Make it look like a lable
    
    Move it to the right
    
    Fix reponame size trimming
    brunolemos committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    b0d72a0 View commit details
    Browse the repository at this point in the history
  3. Rename unsave to saved

    brunolemos committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    66576ad View commit details
    Browse the repository at this point in the history
  4. Fix regression with enhacements being lost

    Like saved status, force unread, etc
    brunolemos committed Apr 28, 2019
    Configuration menu
    Copy the full SHA
    5e27e24 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    02ee9cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d69d65a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae08a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a85d62a View commit details
    Browse the repository at this point in the history
  5. [Web] Improve theme change performance even more

    setNativeProps wont be called again when using css variables
    brunolemos committed May 1, 2019
    Configuration menu
    Copy the full SHA
    14dd8dc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    da06876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98efa8b View commit details
    Browse the repository at this point in the history
  3. Increase pagination per_page to the maximum value allowed

    50 for notifications, 100 for the rest
    brunolemos committed May 2, 2019
    Configuration menu
    Copy the full SHA
    0f49255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    947220a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6988c3 View commit details
    Browse the repository at this point in the history
  6. Add overflow:hidden to card rows

    Fix repository row overflowing because of big repo names
    brunolemos committed May 2, 2019
    Configuration menu
    Copy the full SHA
    1a0ce31 View commit details
    Browse the repository at this point in the history
  7. Revert "Deploy source maps to production"

    This reverts commit 8523777.
    brunolemos committed May 2, 2019
    2 Configuration menu
    Copy the full SHA
    6a55a39 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    294f341 View commit details
    Browse the repository at this point in the history
  9. Beta deploy command

    brunolemos committed May 2, 2019
    Configuration menu
    Copy the full SHA
    0543233 View commit details
    Browse the repository at this point in the history
  10. v0.9.0-beta.1

    brunolemos committed May 2, 2019
    Configuration menu
    Copy the full SHA
    9307222 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Fix empty column message alignment

    When there is no button
    
    Reported by beta user John Letey
    brunolemos committed May 3, 2019
    Configuration menu
    Copy the full SHA
    14ea7ca View commit details
    Browse the repository at this point in the history
  2. Run yarn upgrade

    Main reason was to upgrade now, but lets do it on everything since we are here
    brunolemos committed May 3, 2019
    Configuration menu
    Copy the full SHA
    26ffec2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    52645c9 View commit details
    Browse the repository at this point in the history
  2. Prepare FlatList component to be replaced

    Maybe use react-window on web?
    brunolemos committed May 4, 2019
    Configuration menu
    Copy the full SHA
    fe190ba View commit details
    Browse the repository at this point in the history
  3. Fix Error: Attempted import error: 'FlatListProps' is not exported fr…

    …om 'react-native-web/dist/index'.
    brunolemos committed May 4, 2019
    Configuration menu
    Copy the full SHA
    bd80e56 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    f0f4101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf71bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04f0cba View commit details
    Browse the repository at this point in the history
  4. v0.80.0

    brunolemos committed May 6, 2019
    Configuration menu
    Copy the full SHA
    c865c9d View commit details
    Browse the repository at this point in the history
  5. Revert "v0.80.0"

    This reverts commit c865c9d.
    brunolemos committed May 6, 2019
    Configuration menu
    Copy the full SHA
    f5c79cb View commit details
    Browse the repository at this point in the history
  6. Revert "[TEMP] Disable single-column app view mode"

    This reverts commit 04f0cba.
    brunolemos committed May 6, 2019
    Configuration menu
    Copy the full SHA
    20760e3 View commit details
    Browse the repository at this point in the history
  7. Revert "[TEMP] Disable Issues&PRs column type"

    This reverts commit cf71bd5.
    brunolemos committed May 6, 2019
    Configuration menu
    Copy the full SHA
    84914e2 View commit details
    Browse the repository at this point in the history
  8. v0.90.0-beta.1

    brunolemos committed May 6, 2019
    Configuration menu
    Copy the full SHA
    a9adac0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bce64e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb12272 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fa2cd8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1b4dddf View commit details
    Browse the repository at this point in the history
  13. v0.90.0-beta.2

    brunolemos committed May 6, 2019
    Configuration menu
    Copy the full SHA
    ef22c96 View commit details
    Browse the repository at this point in the history