Joseph Baylon
21ae37353e
Add testID for radio item option
2023-02-09 09:40:32 +01:00
Matthew Birtch
9753334ff2
[Gekidou MM-46365] fix reaction bar space and update bottom sheet styles ( #6634 )
...
* updated styles for reaction bar and made pick reaction pressable
* removed unused style import
* removed unused style import
* updated user avatars, user presence, thread options bottom sheets to new style also
* updated status bottom sheet, thread options, and some tweaks to the bottom sheet main file
* fixed a few minor styling issues
* used proper bottom inset in user presence bottom sheet
* various updates to bottom sheets
* used negative top position instead of negative margin
* updated camera type bottom sheet
* further refinements to bottom sheets
* updates to emoji bar and profile image picker
Co-authored-by: Elias Nahum <nahumhbl@gmail.com >
2022-12-23 14:08:51 +02:00
Elias Nahum
d676568c61
Refactor NavigationStore ( #6842 )
2022-12-07 16:44:21 +02:00
Michael Kochell
c1f480de31
App framework - Post menu and channel info bindings, App forms ( #6735 )
2022-11-30 21:25:08 +02:00
Anurag Shivarathri
d20da35205
[Gekidou MM-46585] Message Priority (Phase 2 - setting message priority) ( #6656 )
2022-11-23 10:22:05 +01:00
Joseph Baylon
bcca6be0af
Detox/E2E: Search Messages e2e tests in Gekidou ( #6756 )
...
* Detox/E2E: Search Messages e2e tests in Gekidou
* Migrate to Detox 20
* Fix detoxrc
* Fix assertion for search messages
2022-11-21 12:58:51 -08:00
Joseph Baylon
8d7b15da51
Detox/E2E: Edit Profile, Custom Status, and Settings e2e tests in Gekidou
2022-08-25 17:42:41 -07:00
Daniel Espino García
afd818996e
Improve autocomplete behaviour ( #6559 )
...
* Fix positioning issues with Autocomplete
* Fix positioning for iOS and iPad
* Adapt search to new autocomplete approach
* Adapt for android
* Fix lint
* Fix calculations on channel edit
* Address feedback
* Address feedback
Co-authored-by: Daniel Espino <danielespino@MacBook-Pro-de-Daniel.local >
2022-08-13 08:34:26 -04:00
Avinash Lingaloo
e443a69265
MM-45344 Gekidou Remove <MenuItem/> ( #6522 )
...
* added MENU_ITEM_HEIGHT to constant/view
* fix user presence and your profile
* added MENU_ITEM_HEIGHT to constant/view
* fix user presence and your profile
* UI Polish - Custom Status
* UI Polish - Settings
* UI Polish - logout
* refactored styles
* removed 'throws DataOperatorException' from './database/`
* fix for copy link option
* fix autoresponder
1. user should be allowed to enter paragraph
2. the OOO was not immediately being updated on the notification main screen. The fix is to cal fetchStatusInBatch after the updateMe operation
* About Screen - code clean up
* removed MenuItem component from common_post_options
* removed MenuItem from Settings
* refactored show_more and recent_item
* removed menu_item component
* Update setting_container.tsx
* PR review correction
* Update setting_container.tsx
* Update recent_item.tsx
2022-08-04 12:26:27 +04:00
Jason Frerich
a18bc6cde1
[Gekidou MM-45552] Replace Recent Search Item From MenuItem To OptionItem ( #6480 )
2022-08-02 07:04:42 -05:00
Avinash Lingaloo
adde833ea9
MM-45221 - Gekidou Settings fixes - part 2 ( #6491 )
...
* modifying setting option
* navigates to email screen
* UI construction [in progress]
* hooking up withObservables
* email settings - need to save now
* adding a bit of paddings
* setting initial value
* Update notification_email.tsx
* UI Polish - main setting screen
* UI Polish - Mention
* UI Polish - Notification main screen
* code clean up
* code clean up
* UI Polish Notification
* UI Polish
* code clean up
* UI Polish - OOO
* fix observable for email interval
* fix ooo
* fix ooo
* added setting_row_label component
* further clean up
* UI Polish - Display - [ IN PROGRESS ]
* UI Polish - Display - [ IN PROGRESS ]
* UI Polish - Timezone Select [ IN PROGRESS ]
* Update index.test.tsx.snap
* Update app/screens/settings/notification_email/notification_email.tsx
Co-authored-by: Daniel Espino García <larkox@gmail.com >
* refactor after review
* update option_item so that action can accept type React.Dispatch<React.SetStateAction
* UI - Polish - Display Theme
UI Polish - Display/Theme [ IN PROGRESS ]
UI - Polish - Display Save button
* UI - Polish - Display Clock
UI - Polish - Display Clock
* UI Polish - Display - Timezone
UI Polish - Display Timezone
added the save button
UI Polish - Display/TZ
UI Polish - Display Timezone
minor refactoring
code clean up
code clean up
* UI Polish - Adv Settings
* UI Polish - Settings/About
UI Polish - Settings/About
* UI Polish - Radio Button
UI Polish - Radio Button
* UI Polish - Android Polishing [ IN PROGRESS ]
* UI Polish - Timezone
fix timezone
fix timezone select
fix timezone select ui
Update index.tsx
* UI Polish - Display/Theme
UI Polish - Custom Theme - Checked Radio btn
* Update en.json
* tweaks to settings styles
* further tweaks to spacing
* Revert "Merge branch 'gekidou-settings-finale' of https://github.com/mattermost/mattermost-mobile into gekidou-settings-finale"
This reverts commit f1fd26987e , reversing
changes made to 684ba6a19c .
* added space before 'default'
* Update index.test.tsx.snap
* Revert "Revert "Merge branch 'gekidou-settings-finale' of https://github.com/mattermost/mattermost-mobile into gekidou-settings-finale""
This reverts commit ce77127cb2 .
Co-authored-by: Daniel Espino García <larkox@gmail.com >
Co-authored-by: Matthew Birtch <mattbirtch@gmail.com >
2022-07-27 22:35:57 +04:00
Avinash Lingaloo
431406f09b
MM-45221 - Gekidou Settings fixes - part 1 ( #6472 )
...
* modifying setting option
* navigates to email screen
* UI construction [in progress]
* hooking up withObservables
* email settings - need to save now
* adding a bit of paddings
* setting initial value
* Update notification_email.tsx
* UI Polish - main setting screen
* UI Polish - Mention
* UI Polish - Notification main screen
* code clean up
* code clean up
* UI Polish Notification
* UI Polish
* code clean up
* UI Polish - OOO
* fix observable for email interval
* fix ooo
* fix ooo
* added setting_row_label component
* further clean up
* UI Polish - Display - [ IN PROGRESS ]
* UI Polish - Display - [ IN PROGRESS ]
* UI Polish - Timezone Select [ IN PROGRESS ]
* Update index.test.tsx.snap
* Update app/screens/settings/notification_email/notification_email.tsx
Co-authored-by: Daniel Espino García <larkox@gmail.com >
* refactor after review
* update option_item so that action can accept type React.Dispatch<React.SetStateAction
Co-authored-by: Daniel Espino García <larkox@gmail.com >
2022-07-15 13:32:25 +04:00
Jason Frerich
d015656944
[Gekidou MM-45521] Remove show results button ( #6465 )
...
* - calculate the bottom sheet height dynamically
- remove show results button
- set the new fitler when select a new item
* when the user selects the same filter, just dismiss the bottom sheet,
don't fetch the values again
* Update app/screens/home/search/results/header.tsx
Co-authored-by: Daniel Espino García <larkox@gmail.com >
* Use OptionItem instead of MenuItem
Co-authored-by: Daniel Espino García <larkox@gmail.com >
2022-07-12 20:05:35 +02:00
Avinash Lingaloo
39cfb297a3
MM-39711 - Gekidou Advanced Settings ( #6412 )
...
* fix display clock
* implemented help functionality
* skelton for adv settings
* added rightComponent to menuItem
* added advanced settings
* adv settings delete
* Update en.json
* clean up
* Update index.tsx
* fix for camera-roll on android > 30
* undo delete camera-roll images
* Update app/screens/settings/index.tsx
Co-authored-by: Daniel Espino García <larkox@gmail.com >
* refactoring
* removed menu item
* refactored imports and getAllFilesInCachesDirectory transferred into util/files
* corrections after review
* ts fix
Co-authored-by: Daniel Espino García <larkox@gmail.com >
2022-07-08 14:39:41 +04:00
Jason Frerich
6c18cc8b38
[Gekidou - MM-44928] Search Screen - Search Modifiers ( #6393 )
2022-06-30 09:52:26 -05:00
Elias Nahum
7fa011a89a
Set the color for the Switch component based on the theme ( #6397 )
2022-06-16 20:48:02 -04:00
Avinash Lingaloo
bb02b1178a
MM-39711 - Gekidou - Theme functionality ( #6327 )
...
* added chevron to menu item component
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* starting with the skeleton
* remove extra line
* tested on tablets
* some corrections
* corrections as per review
* starting with notification skeleton
* attached notification settings to navigation
* added auto responder
* update translation
* update snapshot
* updated snapshot
* correction after review
* removed unnecessary screen
* refactored
* updated the testIDs
* Update Package.resolved
* refactor
* removed Mattermost as default server name
* fix ts
* refactored settings constant
* display settings skeleton
- pending: query for allowed themes
* added 'allowedThemes' query
* added section item
* mention screen skeleton in place
* added section and sectionItem component
* added reply section to the mention screen
* update i18n
* rename screens properly
* update i18n
* Refactored to MentionSettings component
* Refactored to ReplySettings component
* style clean up
* textTransform uppercase
* rename Section/SectionItem to Block/BlockItem
* added mobile push notif screen - push status section
* adding text to those two components
* correction following review
* added mobile push notification section
* added mobile push notification thread section
* style fix
* code fix
* code fix
* added skeleton for auto responder
* code clean up
* display theme skeleton
* display theme skeleton
* now using selected theme
* clean up code
* showing custom theme
* setTheme implemented
* code clean up
* some corrections
* Gekidou - Replace BlockItem with OptionItem (#6352 )
* Replaced BlockItem component with OptionItem
* ui fix
* corrections from PR review
* code clean up
* correction from PR review
* fix - SettingsDisplay was wrongly removed from @screen/index
* fix dependencies
* corrections from peer review
2022-06-10 14:28:35 +04:00
Elias Nahum
a61d65eb09
[Gekidou] pinned posts ( #6336 )
...
* Pinned messages
* Move isCRTEnabled query to be called earlier and only once
* Update Channel stats when post is (un)pinned
* Create svg module type definition
* Add missing localization strings
* feedback review
2022-06-03 09:27:45 -04:00
Elias Nahum
a0f25f0e3b
[Gekidou] Channel Info screen ( #6330 )
...
* Channel Info screen
* Delete the channel & related data when archiving while viewing archived channels is off
* feedback review
* UX feedback
* Add missing isOptionItem prop
2022-06-02 16:09:12 -04:00