-
Notifications
You must be signed in to change notification settings - Fork 1
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
Merge release 3.1.0 to main #60
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4fd241e - Browse repository at this point
Copy the full SHA 4fd241eView commit details
Commits on Dec 7, 2021
-
Completed adding pseudonym, login and register
* Added service methods to get pseudony, register and login * Added store methods to save pseudonym * Added method to store tokens on cookies * Added changes to make login and logout reactive * Updated guest and user banner section to use button * Added form validation on login and register * Added showing error and success message *
Configuration menu - View commit details
-
Copy full SHA for 58c1531 - Browse repository at this point
Copy the full SHA 58c1531View commit details -
Configuration menu - View commit details
-
Copy full SHA for a107689 - Browse repository at this point
Copy the full SHA a107689View commit details -
Configuration menu - View commit details
-
Copy full SHA for f85c568 - Browse repository at this point
Copy the full SHA f85c568View commit details -
Configuration menu - View commit details
-
Copy full SHA for a736b11 - Browse repository at this point
Copy the full SHA a736b11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f1f75 - Browse repository at this point
Copy the full SHA 08f1f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330623c - Browse repository at this point
Copy the full SHA 330623cView commit details
Commits on Dec 8, 2021
-
Updated sorting keys for channels #15
* Added channels API call fetch channels * Updated sorting keys on the featured channels component * Replaced title key with name key in channels, threads and messages * Modulaized code folder wise
Configuration menu - View commit details
-
Copy full SHA for e03807c - Browse repository at this point
Copy the full SHA e03807cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 471d7d4 - Browse repository at this point
Copy the full SHA 471d7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 589eb64 - Browse repository at this point
Copy the full SHA 589eb64View commit details -
Merge branch '15-add-backend-call-for-user-registration' of github.co…
…m:berkmancenter/threads_client into 15-add-backend-call-for-user-registration
Configuration menu - View commit details
-
Copy full SHA for d3cf3e6 - Browse repository at this point
Copy the full SHA d3cf3e6View commit details -
* Added changes to create new channel * Added changes to open private/public creation modal
Configuration menu - View commit details
-
Copy full SHA for 20fe03a - Browse repository at this point
Copy the full SHA 20fe03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389f569 - Browse repository at this point
Copy the full SHA 389f569View commit details -
Changed message and thread count key
* Updated store to use authentication status
Configuration menu - View commit details
-
Copy full SHA for 90ffa4b - Browse repository at this point
Copy the full SHA 90ffa4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7fdd4 - Browse repository at this point
Copy the full SHA 0f7fdd4View commit details
Commits on Dec 10, 2021
-
Merge pull request #1 from berkmancenter/14-consume-backend-auth-apis
14 consume backend auth APIs
Configuration menu - View commit details
-
Copy full SHA for 4df2dc5 - Browse repository at this point
Copy the full SHA 4df2dc5View commit details -
Changes for creating thread #28
- Added create thread component for creating thread - Added service and store methods for saving new thread - Updated Thread component to use correct thread keys from backend - Updated router to load the threads - Updated router to add threads page as children - Added methods to load messages and send message - Updated message sending component to send message and display messages
Configuration menu - View commit details
-
Copy full SHA for ade4c39 - Browse repository at this point
Copy the full SHA ade4c39View commit details -
Renamed component to match feature
- Updated active thread text color - Added fixed height to messages div - Added scroll to bottom to messages div on load - Changed definecomponent to script setup
Configuration menu - View commit details
-
Copy full SHA for 7ec00c0 - Browse repository at this point
Copy the full SHA 7ec00c0View commit details
Commits on Dec 11, 2021
-
* Appending message to the end of message box on send * Dynamic loading of messages on thread click * Styling changes and adding titles to match mockup * Added no message placeholder
Configuration menu - View commit details
-
Copy full SHA for f4ed05e - Browse repository at this point
Copy the full SHA f4ed05eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c60f0 - Browse repository at this point
Copy the full SHA 47c60f0View commit details
Commits on Dec 13, 2021
-
Merge pull request #3 from berkmancenter/28-create-dialog-for-channel…
…-and-thread-creation 28 create dialog for channel and thread creation
Configuration menu - View commit details
-
Copy full SHA for 2ccc6d7 - Browse repository at this point
Copy the full SHA 2ccc6d7View commit details -
Merge pull request #2 from berkmancenter/15-add-backend-call-for-user…
…-registration 15 add backend call for user registration
Configuration menu - View commit details
-
Copy full SHA for c10e86a - Browse repository at this point
Copy the full SHA c10e86aView commit details -
feat: load thread details on message page
* load thread from API or from store * update similar change to threads page
Configuration menu - View commit details
-
Copy full SHA for 170c299 - Browse repository at this point
Copy the full SHA 170c299View commit details -
Configuration menu - View commit details
-
Copy full SHA for e58f935 - Browse repository at this point
Copy the full SHA e58f935View commit details
Commits on Dec 14, 2021
-
Merge pull request #4 from berkmancenter/23-add-channel-topic-and-thr…
…ead-id-to-url-for-sharing 23 add channel topic and thread id to url for sharing
Configuration menu - View commit details
-
Copy full SHA for 3bd9454 - Browse repository at this point
Copy the full SHA 3bd9454View commit details -
* Updated login button to show tooltip * Updated guest exit session button * updated reponsiveness for mobile view * updated store to save guest state and return guest state
Configuration menu - View commit details
-
Copy full SHA for e4cd8d9 - Browse repository at this point
Copy the full SHA e4cd8d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c5151d - Browse repository at this point
Copy the full SHA 1c5151dView commit details -
Merge pull request #5 from berkmancenter/22-auth-button-changes
22 auth banner changes
Configuration menu - View commit details
-
Copy full SHA for a6f7c3c - Browse repository at this point
Copy the full SHA a6f7c3cView commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a7b2343 - Browse repository at this point
Copy the full SHA a7b2343View commit details
Commits on Dec 16, 2021
-
Generate new pseudonym for logged in user
* Load and register new pseudonym for logged in user * Get list of pseudonyms for logged in user
Configuration menu - View commit details
-
Copy full SHA for dd11efb - Browse repository at this point
Copy the full SHA dd11efbView commit details -
Activate token from the list of tokens
* Activate token when selected from the list * Retain guest when activating token
Configuration menu - View commit details
-
Copy full SHA for 20325e3 - Browse repository at this point
Copy the full SHA 20325e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5f5b0 - Browse repository at this point
Copy the full SHA 2d5f5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49a2b9 - Browse repository at this point
Copy the full SHA a49a2b9View commit details -
Added search and sort for featured channel
* Emitting search text from search box * Using search text to filter channel * Using filtered channels to sort
Configuration menu - View commit details
-
Copy full SHA for 9544a3d - Browse repository at this point
Copy the full SHA 9544a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c839d9b - Browse repository at this point
Copy the full SHA c839d9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc28368 - Browse repository at this point
Copy the full SHA bc28368View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf2c0a - Browse repository at this point
Copy the full SHA 2cf2c0aView commit details -
Merge pull request #6 from berkmancenter/34-create-new-pseudonym-for-…
…registered-user-when-logged-in 34 create new pseudonym for registered user when logged in
Configuration menu - View commit details
-
Copy full SHA for cffc31f - Browse repository at this point
Copy the full SHA cffc31fView commit details -
Merge pull request #7 from berkmancenter/35-featured-channels-list-up…
…date 35 featured channels list update
Configuration menu - View commit details
-
Copy full SHA for 3d8a246 - Browse repository at this point
Copy the full SHA 3d8a246View commit details -
Basic websocket connection complete
* Connect to websocket server * Join thread * Send message via ws * Receive message for joined thread * Update message box and thread message count when message is received
Configuration menu - View commit details
-
Copy full SHA for f7f73a3 - Browse repository at this point
Copy the full SHA f7f73a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b721a - Browse repository at this point
Copy the full SHA 23b721aView commit details
Commits on Dec 17, 2021
-
Changes to complete create channels feature
* Passed extra flags along with channel name * Added checkbox for extra flags * Updated list item component to use script setup * Added lock icons for private channels
Configuration menu - View commit details
-
Copy full SHA for 0d0694e - Browse repository at this point
Copy the full SHA 0d0694eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf85f8 - Browse repository at this point
Copy the full SHA 1bf85f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8850eff - Browse repository at this point
Copy the full SHA 8850effView commit details -
* Added API calls for delete * Added service layer for delete * Added modal for deleting pseudonyms * Added inactive pseudonyms list for deleting
Configuration menu - View commit details
-
Copy full SHA for 97e4213 - Browse repository at this point
Copy the full SHA 97e4213View commit details -
* Added upvote downvote API and service layer * Added icon for upvoting and downvoting * Added styling * Added scroll to threads list
Configuration menu - View commit details
-
Copy full SHA for a21459f - Browse repository at this point
Copy the full SHA a21459fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5809d3 - Browse repository at this point
Copy the full SHA b5809d3View commit details
Commits on Dec 20, 2021
-
Merge pull request #10 from berkmancenter/list-and-delete-pseudonyms
Delete pseudonyms feature
Configuration menu - View commit details
-
Copy full SHA for e1c3a01 - Browse repository at this point
Copy the full SHA e1c3a01View commit details -
Updated linkable pages to be accessed publicly, automatically creatin…
…g new pseudonym when opened
Configuration menu - View commit details
-
Copy full SHA for f94376a - Browse repository at this point
Copy the full SHA f94376aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d26e7 - Browse repository at this point
Copy the full SHA c8d26e7View commit details
Commits on Dec 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 82b855a - Browse repository at this point
Copy the full SHA 82b855aView commit details
Commits on Dec 22, 2021
-
Merge pull request #11 from berkmancenter/36-downvoting-and-upvoting-…
…in-messages 36 downvoting and upvoting in messages
Configuration menu - View commit details
-
Copy full SHA for bcd8a19 - Browse repository at this point
Copy the full SHA bcd8a19View commit details -
Merge pull request #12 from berkmancenter/38-page-linkable-by-url
WIP 38 page linkable by URL
Configuration menu - View commit details
-
Copy full SHA for ee1d7f5 - Browse repository at this point
Copy the full SHA ee1d7f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6184e5e - Browse repository at this point
Copy the full SHA 6184e5eView commit details -
Merge pull request #13 from berkmancenter/39-tagging-autocomplete
WIP: 39: Tagging autocomplete
Configuration menu - View commit details
-
Copy full SHA for 515f3a2 - Browse repository at this point
Copy the full SHA 515f3a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c03bf33 - Browse repository at this point
Copy the full SHA c03bf33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f24157 - Browse repository at this point
Copy the full SHA 8f24157View commit details
Commits on Dec 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 290906f - Browse repository at this point
Copy the full SHA 290906fView commit details -
Changes to complete messaging feature
* Renamed messages components * Updated store methods to update message * Added changes to store uid * Added computed property to calculate canVote
Configuration menu - View commit details
-
Copy full SHA for 9a4e734 - Browse repository at this point
Copy the full SHA 9a4e734View commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ba333aa - Browse repository at this point
Copy the full SHA ba333aaView commit details -
* Updated placement logic of tag list * Updated visbility logic of tag list * Updated filtering of tags list based on input after @
Configuration menu - View commit details
-
Copy full SHA for 6866d9d - Browse repository at this point
Copy the full SHA 6866d9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30c3eb8 - Browse repository at this point
Copy the full SHA 30c3eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f612aa - Browse repository at this point
Copy the full SHA 3f612aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b90563e - Browse repository at this point
Copy the full SHA b90563eView commit details -
* Added login button for guest user * Added changes to navigate to previous page after logging in * Added 404 page
Configuration menu - View commit details
-
Copy full SHA for 327ae65 - Browse repository at this point
Copy the full SHA 327ae65View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ca278 - Browse repository at this point
Copy the full SHA c2ca278View commit details -
Configuration menu - View commit details
-
Copy full SHA for d271f9f - Browse repository at this point
Copy the full SHA d271f9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a73df8 - Browse repository at this point
Copy the full SHA 8a73df8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9631a65 - Browse repository at this point
Copy the full SHA 9631a65View commit details
Commits on Dec 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 48d6262 - Browse repository at this point
Copy the full SHA 48d6262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 872a235 - Browse repository at this point
Copy the full SHA 872a235View commit details -
Feat: Login guest on first visit
* Refactored nav guard for simplification * Added changes to auto login guest on first visit * Changed exit session button to show guest message * Fixed to load pseudonyms only for logged in user
Configuration menu - View commit details
-
Copy full SHA for 39c2a1c - Browse repository at this point
Copy the full SHA 39c2a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52ea7ac - Browse repository at this point
Copy the full SHA 52ea7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac274d4 - Browse repository at this point
Copy the full SHA ac274d4View commit details -
fix: update text area with pseudonym
* was breaking on production build
Configuration menu - View commit details
-
Copy full SHA for 84dbed2 - Browse repository at this point
Copy the full SHA 84dbed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4eece3 - Browse repository at this point
Copy the full SHA e4eece3View commit details
Commits on Dec 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e9c57be - Browse repository at this point
Copy the full SHA e9c57beView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d9469 - Browse repository at this point
Copy the full SHA e5d9469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 749e3ab - Browse repository at this point
Copy the full SHA 749e3abView commit details
Commits on Dec 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fbab80f - Browse repository at this point
Copy the full SHA fbab80fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b6b41 - Browse repository at this point
Copy the full SHA 33b6b41View commit details -
Merge pull request #14 from berkmancenter/43-changes-to-the-top-banner
43: Changes to the top banner
Configuration menu - View commit details
-
Copy full SHA for 4d0f12f - Browse repository at this point
Copy the full SHA 4d0f12fView commit details -
Merge pull request #15 from berkmancenter/44-changes-to-the-messages-…
…page 44: Changes to the messages page
Configuration menu - View commit details
-
Copy full SHA for 1942cf4 - Browse repository at this point
Copy the full SHA 1942cf4View commit details -
Added pin changes for threads #45
* Added changes to determine if thread is followed * Updated icon if thread is followed * Added click handler to follow thread * Added changes to sort thread to put followed threads on top * Added service methods required for follow
Configuration menu - View commit details
-
Copy full SHA for de14172 - Browse repository at this point
Copy the full SHA de14172View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f27d3 - Browse repository at this point
Copy the full SHA c2f27d3View commit details -
Added changes to get email as input #46
* Added legend to explain how archiving works
Configuration menu - View commit details
-
Copy full SHA for a4a341c - Browse repository at this point
Copy the full SHA a4a341cView commit details -
* Added email address textbox * Added legend for signing up with email * Added email validation if exists * Added changes to clear form after registration
Configuration menu - View commit details
-
Copy full SHA for cb91257 - Browse repository at this point
Copy the full SHA cb91257View commit details
Commits on Jan 4, 2022
-
* Added password reset page * Added dependent services to call forgot password api * Added page to the route * Added links on the login page for reset password
Configuration menu - View commit details
-
Copy full SHA for 9dfb14d - Browse repository at this point
Copy the full SHA 9dfb14dView commit details -
* Added icon and dialog for channel deletion * Added sevice methods for calling delete channel api * Fixed some styling * Revert wrong changes for create channel
Configuration menu - View commit details
-
Copy full SHA for c112b0e - Browse repository at this point
Copy the full SHA c112b0eView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ea43f0d - Browse repository at this point
Copy the full SHA ea43f0dView commit details -
Merge pull request #16 from berkmancenter/45-allow-to-pin-channels-an…
…d-threads WIP: 45 allow to pin channels and threads
Configuration menu - View commit details
-
Copy full SHA for 8928a5c - Browse repository at this point
Copy the full SHA 8928a5cView commit details -
* Service methods to update channel and email and load user * New component for edit channel * Validate valid email, show error message and call service methods
Configuration menu - View commit details
-
Copy full SHA for 365a28c - Browse repository at this point
Copy the full SHA 365a28cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4824d2 - Browse repository at this point
Copy the full SHA e4824d2View commit details -
Added changes to get email as input #46
* Added legend to explain how archiving works
Configuration menu - View commit details
-
Copy full SHA for 154ec14 - Browse repository at this point
Copy the full SHA 154ec14View commit details -
* Added icon and dialog for channel deletion * Added sevice methods for calling delete channel api * Fixed some styling * Revert wrong changes for create channel
Configuration menu - View commit details
-
Copy full SHA for 8d4a7e6 - Browse repository at this point
Copy the full SHA 8d4a7e6View commit details -
* Service methods to update channel and email and load user * New component for edit channel * Validate valid email, show error message and call service methods
Configuration menu - View commit details
-
Copy full SHA for 0fc16c7 - Browse repository at this point
Copy the full SHA 0fc16c7View commit details -
Merge branch '46-changes-to-the-channel-creation-deletion' of github.…
…com:berkmancenter/threads_client into 46-changes-to-the-channel-creation-deletion
Configuration menu - View commit details
-
Copy full SHA for ef1e0df - Browse repository at this point
Copy the full SHA ef1e0dfView commit details -
* Added email address textbox * Added legend for signing up with email * Added email validation if exists * Added changes to clear form after registration
Configuration menu - View commit details
-
Copy full SHA for a1d9410 - Browse repository at this point
Copy the full SHA a1d9410View commit details -
* Added password reset page * Added dependent services to call forgot password api * Added page to the route * Added links on the login page for reset password
Configuration menu - View commit details
-
Copy full SHA for c6bfd96 - Browse repository at this point
Copy the full SHA c6bfd96View commit details -
Register user with email completed
* added service methods to pass email if valid * Added 10s timeout on reset password request * refactored payload update before sending registering user
Configuration menu - View commit details
-
Copy full SHA for 78db959 - Browse repository at this point
Copy the full SHA 78db959View commit details -
Merge branch '47-changes-to-the-login-and-signup-pages' of github.com…
…:berkmancenter/threads_client into 47-changes-to-the-login-and-signup-pages
Configuration menu - View commit details
-
Copy full SHA for 3450eab - Browse repository at this point
Copy the full SHA 3450eabView commit details -
Merge pull request #17 from berkmancenter/46-changes-to-the-channel-c…
…reation-deletion 46 changes to the channel creation deletion
Configuration menu - View commit details
-
Copy full SHA for 72e5a1c - Browse repository at this point
Copy the full SHA 72e5a1cView commit details -
Merge pull request #18 from berkmancenter/47-changes-to-the-login-and…
…-signup-pages 47 changes to the login and signup pages
Configuration menu - View commit details
-
Copy full SHA for c2ad856 - Browse repository at this point
Copy the full SHA c2ad856View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dae8c9 - Browse repository at this point
Copy the full SHA 2dae8c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7ad8a - Browse repository at this point
Copy the full SHA 9c7ad8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d4477d - Browse repository at this point
Copy the full SHA 9d4477dView commit details
Commits on Jan 6, 2022
-
Reset password page to change password #55
* Renamed old reset to forgot password page * Added reset password page * Added route for new page and pass token as props * Added password validation and call service method * Added service method to reset password
Configuration menu - View commit details
-
Copy full SHA for bb67d2f - Browse repository at this point
Copy the full SHA bb67d2fView commit details -
Merge pull request #19 from berkmancenter/55-add-page-to-rest-password
Reset password page to change password #55
Configuration menu - View commit details
-
Copy full SHA for a01abf7 - Browse repository at this point
Copy the full SHA a01abf7View commit details
Commits on Jan 7, 2022
-
* Added service methods for fetching pinned channels * Added store methods for userchannels * Added bookmarkicon and updated styling to align action items * Updated hovering styles * Updated sort method to use non pinned items and show pinned at top * Updated threads to use new property from user threads endpoint
Configuration menu - View commit details
-
Copy full SHA for 39d76d3 - Browse repository at this point
Copy the full SHA 39d76d3View commit details
Commits on Jan 10, 2022
-
Added email to udpate an create channel endpoint
* Added email validation passed email to create endpoint * Added changes to show user email if no channel email is present * Added changes to pass email to update channel endpoint
Configuration menu - View commit details
-
Copy full SHA for 63840b9 - Browse repository at this point
Copy the full SHA 63840b9View commit details -
Show/Hide voting section using channel data
* Added store changes to set and get active channel * Based on channel voting allowed value, show hide voting arrows * Set active channel from threads page
Configuration menu - View commit details
-
Copy full SHA for e2f6076 - Browse repository at this point
Copy the full SHA e2f6076View commit details -
* Added flags to track up or downvoted and show cursor using flag * Updated service method to use single endpoint * Changed payload on store actions
Configuration menu - View commit details
-
Copy full SHA for 1dc5839 - Browse repository at this point
Copy the full SHA 1dc5839View commit details -
Merge pull request #20 from berkmancenter/45-allow-to-pin-channels
Pin Channels changes #45
Configuration menu - View commit details
-
Copy full SHA for 7eecc4b - Browse repository at this point
Copy the full SHA 7eecc4bView commit details -
Changes to show default email on create channel
* Removed showing default user email on edit channel
Configuration menu - View commit details
-
Copy full SHA for 3c227f9 - Browse repository at this point
Copy the full SHA 3c227f9View commit details -
Merge pull request #21 from berkmancenter/54-use-email-in-channel-dialog
54 use email in channel dialog
Configuration menu - View commit details
-
Copy full SHA for 182ed48 - Browse repository at this point
Copy the full SHA 182ed48View commit details -
Configuration menu - View commit details
-
Copy full SHA for df94682 - Browse repository at this point
Copy the full SHA df94682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c04f62 - Browse repository at this point
Copy the full SHA 8c04f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6695524 - Browse repository at this point
Copy the full SHA 6695524View commit details
Commits on Jan 11, 2022
-
Changed the path parameter on the socket service hoping to fix the is…
…sue with the websocket on the server deployment
Configuration menu - View commit details
-
Copy full SHA for 253bd3b - Browse repository at this point
Copy the full SHA 253bd3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85fa32e - Browse repository at this point
Copy the full SHA 85fa32eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a70406 - Browse repository at this point
Copy the full SHA 0a70406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83fd54a - Browse repository at this point
Copy the full SHA 83fd54aView commit details -
Control to show version number #60
* Added env variable to use to show version number * Added vite config to get value from package.json * Updated header to show version number using two changes above * Updated readme file
Configuration menu - View commit details
-
Copy full SHA for 9711360 - Browse repository at this point
Copy the full SHA 9711360View commit details -
Merge remote-tracking branch 'origin/dev' into 60-add-version-number-…
…to-the-app-landing-page
Configuration menu - View commit details
-
Copy full SHA for 75aebd5 - Browse repository at this point
Copy the full SHA 75aebd5View commit details -
Merge pull request #22 from berkmancenter/58-refactor-voting-changes
58 refactor voting changes
Configuration menu - View commit details
-
Copy full SHA for 50b461e - Browse repository at this point
Copy the full SHA 50b461eView commit details -
Merge pull request #23 from berkmancenter/60-add-version-number-to-th…
…e-app-landing-page 60 add version number to the app landing page
Configuration menu - View commit details
-
Copy full SHA for e4c3c38 - Browse repository at this point
Copy the full SHA e4c3c38View commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b939b7a - Browse repository at this point
Copy the full SHA b939b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca71988 - Browse repository at this point
Copy the full SHA ca71988View commit details -
fix #63: channels hidden when all are bookmarked
* Used correct variable to show message and list
Configuration menu - View commit details
-
Copy full SHA for 615fbfd - Browse repository at this point
Copy the full SHA 615fbfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff6939 - Browse repository at this point
Copy the full SHA 8ff6939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bc33d - Browse repository at this point
Copy the full SHA 72bc33dView commit details
Commits on Jan 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 743746c - Browse repository at this point
Copy the full SHA 743746cView commit details
Commits on Jan 17, 2022
-
Fix auto scroll down of new messages
* Changes to only scroll down when messge sent by self
Configuration menu - View commit details
-
Copy full SHA for acdab30 - Browse repository at this point
Copy the full SHA acdab30View commit details -
Fix auto vanishing of pseudonym
* Update method to add pseudonym to text area on click * Differentiate method to include @ * Passed emitter to message view item * Updated intermediate item to pass emitter
Configuration menu - View commit details
-
Copy full SHA for 218e284 - Browse repository at this point
Copy the full SHA 218e284View commit details -
Make votes readable and distinct
* Changed to vote arrow and count color * No vote - gray, Vote - black, Self vote - red * Refactored method to clean code
Configuration menu - View commit details
-
Copy full SHA for 1b68fa3 - Browse repository at this point
Copy the full SHA 1b68fa3View commit details
Commits on Jan 18, 2022
-
* Updated font type to Open Sans Pro * Updated text to 12px, added config for tailwindcss * Resized voting arrows
Configuration menu - View commit details
-
Copy full SHA for 549e363 - Browse repository at this point
Copy the full SHA 549e363View commit details -
* Added global variable to track show chat only status * Added icon on the message title to toggle chat * Handled edge case to force close chat when navigating to other pages * Updated threads list text size to relatively match chat text size
Configuration menu - View commit details
-
Copy full SHA for fb7f332 - Browse repository at this point
Copy the full SHA fb7f332View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec61d1c - Browse repository at this point
Copy the full SHA ec61d1cView commit details -
* Added links for channels and BKC page
Configuration menu - View commit details
-
Copy full SHA for d302886 - Browse repository at this point
Copy the full SHA d302886View commit details -
Update github text and logo on footer section
* Use vite way to reference images
Configuration menu - View commit details
-
Copy full SHA for b7215fb - Browse repository at this point
Copy the full SHA b7215fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 607edfb - Browse repository at this point
Copy the full SHA 607edfbView commit details -
Merge pull request #24 from berkmancenter/68-messages-section-bugs
68 messages section bugs
Configuration menu - View commit details
-
Copy full SHA for 54b089c - Browse repository at this point
Copy the full SHA 54b089cView commit details -
Merge pull request #25 from berkmancenter/69-hard-to-read-the-number-…
…of-upvotes-and-downvotes Make votes readable and distinct
Configuration menu - View commit details
-
Copy full SHA for 89628fd - Browse repository at this point
Copy the full SHA 89628fdView commit details -
Merge pull request #27 from berkmancenter/71-landing-page-and-channel…
…s-list-changes 71 landing page and channels list changes
Configuration menu - View commit details
-
Copy full SHA for 789b2cd - Browse repository at this point
Copy the full SHA 789b2cdView commit details -
* Updated font type to Open Sans Pro * Updated text to 12px, added config for tailwindcss * Resized voting arrows
Configuration menu - View commit details
-
Copy full SHA for 77a9f78 - Browse repository at this point
Copy the full SHA 77a9f78View commit details -
* Added global variable to track show chat only status * Added icon on the message title to toggle chat * Handled edge case to force close chat when navigating to other pages * Updated threads list text size to relatively match chat text size
Configuration menu - View commit details
-
Copy full SHA for e31ea90 - Browse repository at this point
Copy the full SHA e31ea90View commit details -
Merge branch '70-message-text-area-changes' of github.com:berkmancent…
…er/threads_client into 70-message-text-area-changes
Configuration menu - View commit details
-
Copy full SHA for 2a3b2bd - Browse repository at this point
Copy the full SHA 2a3b2bdView commit details -
Merge pull request #26 from berkmancenter/70-message-text-area-changes
70 message text area changes
Configuration menu - View commit details
-
Copy full SHA for 338018f - Browse repository at this point
Copy the full SHA 338018fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f68e2ec - Browse repository at this point
Copy the full SHA f68e2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a14eef9 - Browse repository at this point
Copy the full SHA a14eef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24d842a - Browse repository at this point
Copy the full SHA 24d842aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc31e97 - Browse repository at this point
Copy the full SHA bc31e97View commit details
Commits on Jan 19, 2022
-
Integrated WS changes for threads and voting
* Added changes to join topic for listetning to thread creation * Added changes to listen to votes * For both listeners, dropped data if vote was not for current thread and if thread was not for current channel * Added new link for about us * Removed API calls to fetch threads after creation and update message after voting
Configuration menu - View commit details
-
Copy full SHA for 736be96 - Browse repository at this point
Copy the full SHA 736be96View commit details -
Merge pull request #28 from berkmancenter/threads-votes-via-ws
Integrated WS changes for threads and voting
Configuration menu - View commit details
-
Copy full SHA for c36e17b - Browse repository at this point
Copy the full SHA c36e17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5062be6 - Browse repository at this point
Copy the full SHA 5062be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba7a75 - Browse repository at this point
Copy the full SHA 6ba7a75View commit details
Commits on Feb 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6476d6 - Browse repository at this point
Copy the full SHA f6476d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b01e8e - Browse repository at this point
Copy the full SHA 5b01e8eView commit details
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for afbd433 - Browse repository at this point
Copy the full SHA afbd433View commit details
Commits on Mar 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cfd3144 - Browse repository at this point
Copy the full SHA cfd3144View commit details -
Introduced singleton pattern for socket service
* creating two different socket instance for messaging and threads * things will be more predictive with this as each instance will be responsible for their own event handlers
Configuration menu - View commit details
-
Copy full SHA for ea453ed - Browse repository at this point
Copy the full SHA ea453edView commit details
Commits on Mar 7, 2022
-
Merge pull request #29 from berkmancenter/73-bug-long-titles-dont-wra…
…p-around 73: Wrap long words on titles and messages
Configuration menu - View commit details
-
Copy full SHA for 6515fdf - Browse repository at this point
Copy the full SHA 6515fdfView commit details -
Merge pull request #30 from berkmancenter/81-bug-messages-appear-twice
81 bug messages appear twice
Configuration menu - View commit details
-
Copy full SHA for b28e667 - Browse repository at this point
Copy the full SHA b28e667View commit details
Commits on Mar 29, 2022
-
Added changes for deleting and editing thread
* Added Edit Thread and Delete Thread component * Added changes to show hide edit/delete thread buttons * Added service methods for delete edit thread * Added state for saving active thread item and use it
Configuration menu - View commit details
-
Copy full SHA for 762004d - Browse repository at this point
Copy the full SHA 762004dView commit details -
Add lock thread changes, msgs on thread action
* Add checkbox to lock/unlock thread * Hide text area for locked thread * Disable voting for locked thread, read only * Show error messages on threads edit delete action * refresh active thread after update * refresh view after deleting active thread
Configuration menu - View commit details
-
Copy full SHA for 819b2d9 - Browse repository at this point
Copy the full SHA 819b2d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bf0aa1 - Browse repository at this point
Copy the full SHA 5bf0aa1View commit details -
Merge pull request #31 from berkmancenter/32-thread-lock-edit-delete
32 thread lock edit delete
Configuration menu - View commit details
-
Copy full SHA for 3091a88 - Browse repository at this point
Copy the full SHA 3091a88View commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5463aaf - Browse repository at this point
Copy the full SHA 5463aafView commit details
Commits on Apr 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 002d69d - Browse repository at this point
Copy the full SHA 002d69dView commit details
Commits on Jul 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for da568ef - Browse repository at this point
Copy the full SHA da568efView commit details -
Configuration menu - View commit details
-
Copy full SHA for f33c1c6 - Browse repository at this point
Copy the full SHA f33c1c6View commit details
Commits on Jul 12, 2022
-
Merge pull request #32 from berkmancenter/bimal/86-move-login-button-…
…to-navbar Bimal/86 move login button to navbar- @juanpabloventoso had reviewed this and @schwettmann confirmed that we can fine tune Juan's suggestion later. Merging it.
Configuration menu - View commit details
-
Copy full SHA for 04b51ca - Browse repository at this point
Copy the full SHA 04b51caView commit details
Commits on Jul 25, 2022
-
feat(#87): channel owner can take actions on threads
* changes to check if user is channel owner * channel owner can take actions on threads
Configuration menu - View commit details
-
Copy full SHA for 51715fd - Browse repository at this point
Copy the full SHA 51715fdView commit details
Commits on Jul 26, 2022
-
feat(#90): promise dialog feature for thread draft
* Added dialog component for draft prompt * Added logic to make promise based dialog
Configuration menu - View commit details
-
Copy full SHA for 347b0eb - Browse repository at this point
Copy the full SHA 347b0ebView commit details
Commits on Jul 27, 2022
-
Merge pull request #33 from berkmancenter/87-topic-owner-lock-delete-…
…threads-frontend feat(#87): channel owner can take actions on threads
Configuration menu - View commit details
-
Copy full SHA for a02ce8a - Browse repository at this point
Copy the full SHA a02ce8aView commit details -
Merge pull request #34 from berkmancenter/90-prompt-before-navigating…
…-during-draft 90 prompt before navigating during draft
Configuration menu - View commit details
-
Copy full SHA for e3c7d6b - Browse repository at this point
Copy the full SHA e3c7d6bView commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9a4f25b - Browse repository at this point
Copy the full SHA 9a4f25bView commit details
Commits on Aug 4, 2022
-
update(edit thread): real time lock thread and prevent message
* Added method to upsert thread on update * Added socket service for update thread * Added logic to handle locking thread when user has draft * Show message if user has draft, prevent message sending * Hide message box if no draft is present, but thread is locked
Configuration menu - View commit details
-
Copy full SHA for f53a8aa - Browse repository at this point
Copy the full SHA f53a8aaView commit details
Commits on Aug 9, 2022
-
Merge pull request #36 from berkmancenter/88-thread-update-socket
88 FE change to update thread locked status and related changes
Configuration menu - View commit details
-
Copy full SHA for 23a10f1 - Browse repository at this point
Copy the full SHA 23a10f1View commit details
Commits on Nov 21, 2022
-
fix(websockets): Add disconnect handler
* Added disconnect handler to reconnect to threads, messages and votes * Add off handler to restrict duplicate messages
Configuration menu - View commit details
-
Copy full SHA for 6599351 - Browse repository at this point
Copy the full SHA 6599351View commit details
Commits on Dec 15, 2022
-
feat: add thread creation allowed property to channel and associated …
…ui implementation
Configuration menu - View commit details
-
Copy full SHA for 3fee8e7 - Browse repository at this point
Copy the full SHA 3fee8e7View commit details
Commits on Dec 21, 2022
-
Merge pull request #37 from berkmancenter/npiano/disable-thread-creation
feat: add thread creation allowed property
Configuration menu - View commit details
-
Copy full SHA for 25c3f24 - Browse repository at this point
Copy the full SHA 25c3f24View commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a86895 - Browse repository at this point
Copy the full SHA 7a86895View commit details -
Configuration menu - View commit details
-
Copy full SHA for e894f6d - Browse repository at this point
Copy the full SHA e894f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9847c5b - Browse repository at this point
Copy the full SHA 9847c5bView commit details
Commits on Jan 13, 2023
-
Merge pull request #38 from berkmancenter/npiano/thread-locking-changes
Npiano/thread locking changes
Configuration menu - View commit details
-
Copy full SHA for 0a0b98e - Browse repository at this point
Copy the full SHA 0a0b98eView commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fb75539 - Browse repository at this point
Copy the full SHA fb75539View commit details
Commits on Jan 17, 2023
-
Merge pull request #39 from berkmancenter/npiano/thread-locking-changes
Npiano/thread locking text updates
Configuration menu - View commit details
-
Copy full SHA for b849c65 - Browse repository at this point
Copy the full SHA b849c65View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c2fff8 - Browse repository at this point
Copy the full SHA 6c2fff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dadd20 - Browse repository at this point
Copy the full SHA 0dadd20View commit details
Commits on Feb 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dec658c - Browse repository at this point
Copy the full SHA dec658cView commit details -
fix: add utility to check token expiry and reset if necessary before …
…sending a message
Configuration menu - View commit details
-
Copy full SHA for 938ad7f - Browse repository at this point
Copy the full SHA 938ad7fView commit details
Commits on Feb 13, 2023
-
Merge pull request #40 from berkmancenter/npiano/thread-pseudonym
Merging bug fixes for thread locking and pseudonym persistence
Configuration menu - View commit details
-
Copy full SHA for 1313b0e - Browse repository at this point
Copy the full SHA 1313b0eView commit details
Commits on Apr 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efbe8ab - Browse repository at this point
Copy the full SHA efbe8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for f09fc56 - Browse repository at this point
Copy the full SHA f09fc56View commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 465a5ff - Browse repository at this point
Copy the full SHA 465a5ffView commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca01198 - Browse repository at this point
Copy the full SHA ca01198View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4f9c67 - Browse repository at this point
Copy the full SHA a4f9c67View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa0a0b8 - Browse repository at this point
Copy the full SHA aa0a0b8View commit details
Commits on May 25, 2023
-
Merge pull request #41 from berkmancenter/npiano/rebrand
Npiano/rebrand
Configuration menu - View commit details
-
Copy full SHA for fde5d62 - Browse repository at this point
Copy the full SHA fde5d62View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72cba0 - Browse repository at this point
Copy the full SHA d72cba0View commit details -
Merge pull request #42 from berkmancenter/npiano/fix-timing-bug
Npiano/fix timing bug
Configuration menu - View commit details
-
Copy full SHA for 33124c7 - Browse repository at this point
Copy the full SHA 33124c7View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f9c3af5 - Browse repository at this point
Copy the full SHA f9c3af5View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f2ec5b - Browse repository at this point
Copy the full SHA 3f2ec5bView commit details -
Merge pull request #43 from berkmancenter/npiano/fix-clear-textbox
Npiano/fix clear textbox
Configuration menu - View commit details
-
Copy full SHA for f2a0997 - Browse repository at this point
Copy the full SHA f2a0997View commit details
Commits on Sep 6, 2024
-
Prevent errors in socket service for logged-out users, addresses #45.
Messages from logged in users throw a JS error in the client for logged-out users because of conditional logic in the socket service which does not guard against this scenario and tries to look up a non-existent resolver. Checking if the resolver exists before using it fixes the bug.
Configuration menu - View commit details
-
Copy full SHA for b154284 - Browse repository at this point
Copy the full SHA b154284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46dc499 - Browse repository at this point
Copy the full SHA 46dc499View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be1efd - Browse repository at this point
Copy the full SHA 9be1efdView commit details -
Update message page to join all threads in channel so we get message …
…count updates and faster thread switching. Suports #45.
Configuration menu - View commit details
-
Copy full SHA for 6d12ce5 - Browse repository at this point
Copy the full SHA 6d12ce5View commit details -
Show 'new messages' notice when a new message comes in and the user i…
…s not scrolled to the bottom. Supports #45.
Configuration menu - View commit details
-
Copy full SHA for c8ae648 - Browse repository at this point
Copy the full SHA c8ae648View commit details -
Configuration menu - View commit details
-
Copy full SHA for 794689c - Browse repository at this point
Copy the full SHA 794689cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9e86f6 - Browse repository at this point
Copy the full SHA d9e86f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49a1233 - Browse repository at this point
Copy the full SHA 49a1233View commit details -
Configuration menu - View commit details
-
Copy full SHA for 289cd3d - Browse repository at this point
Copy the full SHA 289cd3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63e9b2 - Browse repository at this point
Copy the full SHA f63e9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d54dca1 - Browse repository at this point
Copy the full SHA d54dca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc45c8 - Browse repository at this point
Copy the full SHA dbc45c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8b116 - Browse repository at this point
Copy the full SHA 6e8b116View commit details -
Unsubscribe all message:new io events before subbing a new one on rec…
…onnection. Prevents double messages after reconnect. Supports #45.
Configuration menu - View commit details
-
Copy full SHA for 29df54f - Browse repository at this point
Copy the full SHA 29df54fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee012e - Browse repository at this point
Copy the full SHA 7ee012eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 908cf81 - Browse repository at this point
Copy the full SHA 908cf81View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae32bd5 - Browse repository at this point
Copy the full SHA ae32bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9e016c - Browse repository at this point
Copy the full SHA c9e016cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5711978 - Browse repository at this point
Copy the full SHA 5711978View commit details -
Configuration menu - View commit details
-
Copy full SHA for af704d3 - Browse repository at this point
Copy the full SHA af704d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d6a1a0 - Browse repository at this point
Copy the full SHA 7d6a1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c531f5 - Browse repository at this point
Copy the full SHA 1c531f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a015e0e - Browse repository at this point
Copy the full SHA a015e0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21aaffb - Browse repository at this point
Copy the full SHA 21aaffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f182d - Browse repository at this point
Copy the full SHA 32f182dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 699865a - Browse repository at this point
Copy the full SHA 699865aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4822ba9 - Browse repository at this point
Copy the full SHA 4822ba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268c5b2 - Browse repository at this point
Copy the full SHA 268c5b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59c070 - Browse repository at this point
Copy the full SHA e59c070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da7274 - Browse repository at this point
Copy the full SHA 3da7274View commit details -
Configuration menu - View commit details
-
Copy full SHA for b58a3af - Browse repository at this point
Copy the full SHA b58a3afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d532cc - Browse repository at this point
Copy the full SHA 6d532ccView commit details -
Temporarily disable pseudonym deletion with comments. Supports #45.
These changes should be reversed when there is time to fix pseudonym deletion. Currently pseudonym deletion breaks the pseudonym mismatch logic and causes message sending to fail silently in the UI.
Configuration menu - View commit details
-
Copy full SHA for 9030d62 - Browse repository at this point
Copy the full SHA 9030d62View commit details