Audric Ackermann
|
5d0df6d309
|
Merge remote-tracking branch 'upstream/release/1.14.0' into standardised_strings_qa_2
|
6 months ago |
Audric Ackermann
|
f2b12469f3
|
chore: improve CI workflow speed and usage
|
6 months ago |
Audric Ackermann
|
b36e18b6f4
|
fix: time&date format are not dependent on crowdin supported locales
|
7 months ago |
Audric Ackermann
|
7611f07b09
|
chore: address PR 184 reviews
|
7 months ago |
Audric Ackermann
|
9c2ef47988
|
fix: address PR review
|
7 months ago |
Audric Ackermann
|
818f9bf21e
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
7 months ago |
Ryan Miller
|
6b45eeba51
|
chore: add fuzzy ms case to timed log test
|
7 months ago |
Audric Ackermann
|
ce262d5617
|
fix: tests
|
7 months ago |
Audric Ackermann
|
de4ade8e34
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
7 months ago |
Audric Ackermann
|
996db72f96
|
chore: address PR comments
|
7 months ago |
Audric Ackermann
|
96e69d13be
|
test: fix unit tests
|
7 months ago |
Ryan Miller
|
a9be08bd4e
|
feat: add localization to the node side of the app
|
7 months ago |
Audric Ackermann
|
849d8d0768
|
chore: fetch latest strings and fix errors
|
8 months ago |
Audric Ackermann
|
1789ac30c8
|
fix: break down i18n file and remove translations from redux
|
8 months ago |
Audric Ackermann
|
5a7da00d00
|
feat: remove moment and replace with date-fns
|
8 months ago |
Ryan Miller
|
20d7534324
|
chore: fix i18n test names
|
8 months ago |
Ryan Miller
|
ef03b9cf7e
|
chore: write initial i18n unit tests
|
8 months ago |
Audric Ackermann
|
8e129e28c7
|
feat: add block/unblock modal
|
8 months ago |
Ryan Miller
|
f9fb345599
|
feat: window i18n types and docs with safe setup and fallbacks
|
8 months ago |
Ryan Miller
|
4ffa754802
|
feat: locale as args for modals and localized formatted html strings
|
8 months ago |
Audric Ackermann
|
af28c97cfd
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
8 months ago |
Audric Ackermann
|
b48bfef58d
|
fix: toast strings are stripped as we don't render html there
|
8 months ago |
Audric Ackermann
|
40e6cfd14d
|
fix: fs needs headers not body
|
8 months ago |
Audric Ackermann
|
cd3dccea02
|
fix: use date-fns for abbreviated expire timer
|
8 months ago |
Audric Ackermann
|
4f44eecd6b
|
fix: update with latest changes from crowdin
not compiling yet
|
8 months ago |
Audric Ackermann
|
d152ce946b
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
8 months ago |
Audric Ackermann
|
f736b55f58
|
fix: fix unit tests
|
8 months ago |
Ryan Miller
|
005efc8952
|
Merge branch 'unstable' into standardised_strings_merge
# Conflicts:
# .gitignore
# _locales/en/messages.json
# ts/components/DebugLogView.tsx
# ts/components/SessionWrapperModal.tsx
# ts/components/basic/SessionHTMLRenderer.tsx
# ts/components/basic/SessionRadio.tsx
# ts/components/buttons/MenuButton.tsx
# ts/components/conversation/SessionConversation.tsx
# ts/components/conversation/SubtleNotification.tsx
# ts/components/conversation/TimerNotification.tsx
# ts/components/conversation/composition/CompositionBox.tsx
# ts/components/conversation/message/message-content/MessageText.tsx
# ts/components/conversation/message/message-item/InteractionNotification.tsx
# ts/components/conversation/message/reactions/ReactionPopup.tsx
# ts/components/conversation/right-panel/overlay/OverlayRightPanelSettings.tsx
# ts/components/conversation/right-panel/overlay/disappearing-messages/DisappearingModes.tsx
# ts/components/conversation/right-panel/overlay/disappearing-messages/OverlayDisappearingMessages.tsx
# ts/components/dialog/BanOrUnbanUserDialog.tsx
# ts/components/dialog/DeleteAccountModal.tsx
# ts/components/dialog/EditProfileDialog.tsx
# ts/components/dialog/ModeratorsAddDialog.tsx
# ts/components/dialog/OnionStatusPathDialog.tsx
# ts/components/dialog/ReactListModal.tsx
# ts/components/dialog/SessionSeedModal.tsx
# ts/components/dialog/SessionSetPasswordDialog.tsx
# ts/components/dialog/UserDetailsDialog.tsx
# ts/components/leftpane/LeftPaneSectionHeader.tsx
# ts/components/leftpane/LeftPaneSettingSection.tsx
# ts/components/leftpane/conversation-list-item/InteractionItem.tsx
# ts/components/leftpane/overlay/OverlayClosedGroup.tsx
# ts/components/leftpane/overlay/OverlayCommunity.tsx
# ts/components/leftpane/overlay/OverlayMessage.tsx
# ts/components/leftpane/overlay/SessionJoinableDefaultRooms.tsx
# ts/components/leftpane/overlay/choose-action/ContactsListWithBreaks.tsx
# ts/components/leftpane/overlay/choose-action/OverlayChooseAction.tsx
# ts/components/menu/Menu.tsx
# ts/components/registration/RegistrationStages.tsx
# ts/components/registration/RegistrationUserDetails.tsx
# ts/components/registration/SignInTab.tsx
# ts/components/registration/SignUpTab.tsx
# ts/components/settings/SessionSettings.tsx
# ts/components/settings/SessionSettingsHeader.tsx
# ts/components/settings/ZoomingSessionSlider.tsx
# ts/components/settings/section/CategoryAppearance.tsx
# ts/components/settings/section/CategoryHelp.tsx
# ts/components/settings/section/CategoryPermissions.tsx
# ts/components/settings/section/CategoryPrivacy.tsx
# ts/hooks/useParamSelector.ts
# ts/mains/main_renderer.tsx
# ts/models/message.ts
# ts/node/menu.ts
# ts/node/tray_icon.ts
# ts/session/constants.ts
# ts/session/disappearing_messages/timerOptions.ts
# ts/session/utils/Toast.tsx
# ts/state/selectors/search.ts
# ts/test/session/unit/selectors/conversations_test.ts
# ts/types/LocalizerKeys.ts
# ts/types/Util.ts
# ts/window.d.ts
# yarn.lock
|
8 months ago |
Ryan Miller
|
79f3f35977
|
feat: update strings usages and library
|
8 months ago |
yougotwill
|
940feafece
|
fix: remove stubstorage
|
8 months ago |
Audric Ackermann
|
46ce00e46e
|
fix: failing tests making requests to real servers :bad:
|
8 months ago |
yougotwill
|
ad7798dd4d
|
fix: remove uneeded cleanup() calls in component unit tests
|
8 months ago |
yougotwill
|
3bd0f2e9cc
|
fix: guard node test import order
|
9 months ago |
yougotwill
|
87b922daff
|
fix: ran formatter
|
9 months ago |
yougotwill
|
39d8ad11e5
|
fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
|
9 months ago |
yougotwill
|
c8b7d67c86
|
Merge branch 'unstable' into feat/ses-825/onboarding2
|
9 months ago |
Audric Ackermann
|
45eb547299
|
Merge remote-tracking branch 'origin/clearnet' into unstable
|
9 months ago |
Audric Ackermann
|
2357368ddf
|
feat: fetch snode storage version and filter for edge snode
|
9 months ago |
yougotwill
|
4a3adaa5e4
|
fix: aded simple test for sessioninput
made note to migratie to storybook in the future
|
9 months ago |
yougotwill
|
362e360f40
|
fix: replace chai with react-test-renderer for unit testing components
rewrite avatar placeholder test
|
9 months ago |
William Grant
|
b08c4592c2
|
feat: added error boundary to component rendering in unit tests, resolve issues SVGElement in JSDOM
|
9 months ago |
William Grant
|
e05d3a6874
|
fix: formatting fixes
use profile manager name validation in CreateAccount component
|
9 months ago |
William Grant
|
301af68eee
|
fix: single line linux target in package json
otherwise appimages fail to build
|
10 months ago |
William Grant
|
b219a8526e
|
fix: suggest window log stubbing if it's not working when printing render or html elements
|
10 months ago |
William Grant
|
da64ee746c
|
fix: dont export react testing library from renderComponent
prefer to import it explcitly when needed
|
10 months ago |
William Grant
|
01667083cd
|
fix: there is already a unit test for initials
|
11 months ago |
William Grant
|
bc5615e880
|
feat: test for correct background color order is done
use libsodium for hash so we can unit test, remove crypto stub
|
11 months ago |
William Grant
|
91d1229023
|
feat: made good progress on avatar place holder unit test
feat added stubCrypto function
|
11 months ago |
William Grant
|
121d968ad3
|
feat: add component name support to printing functions
use prettyDom function for formatting instead of prettier directly
|
11 months ago |
William Grant
|
7d4b96145d
|
feat: added print functions for react render results and html elements
used for unit testing
|
11 months ago |