about summary refs log tree commit diff
path: root/src/view/screens/Settings.tsx
Commit message (Expand)AuthorAgeFilesLines
* basic export repository link in settings (#2641)bnewbold2024-02-121-1023/+0
* Update `blueskyweb.xyz` links to `bsky.social` (#2830)surfdude292024-02-121-2/+2
* Options for selecting dark theme, fix some white flashes when in dark mode (#...Hailey2024-02-061-4/+32
* password flow improvements (#2730)Hailey2024-02-061-4/+25
* Remove excess l10n related markups (#2544)Takayuki KUSANO2024-01-181-1/+1
* fix: truncate long email address (#2493)Mary2024-01-121-2/+8
* (optional) In app browser (#2490)Paul Frazee2024-01-121-0/+18
* Internationalize more strings (#2440)Stanislas Signoud2024-01-091-29/+31
* Mark more texts for localization (#2436)Noritada Kobayashi2024-01-101-13/+14
* Add stable gutters to settings pagePaul Frazee2024-01-081-1/+3
* Merge branch 'settings-web' of https://github.com/rahulyadav5524/social-app i...Paul Frazee2024-01-081-3/+15
|\
| * Fixed same issueRahul Yadav2024-01-071-1/+0
| * Fixed import issueRahul Yadav2024-01-071-1/+1
| * Removed unused codeRahul Yadav2024-01-071-2/+2
| * Removed unused codeRahul Yadav2024-01-071-11/+1
| * Fixed scroll issueRahul Yadav2024-01-071-10/+17
| * fixed lint issueRahul Yadav2024-01-041-1/+1
| * Show setting header in webRahul Yadav2023-12-301-5/+21
* | Additional embed sources and external-media consent controls (#2424)Paul Frazee2024-01-041-0/+33
* | Localize the option to make alt text mandatory (#2376)Noritada Kobayashi2024-01-031-1/+1
|/
* Add policy links to left nav and settings page (#2300)Paul Frazee2023-12-241-2/+21
* Improvements to persisted state migration (#2098)Eric Bailey2023-12-051-1/+1
* Various fixes (#2053)Paul Frazee2023-11-301-7/+4
* Merge remote-tracking branch 'upstream/main' into invite-code-warningSamuel Newman2023-11-301-10/+8
|\
| * Show logged out view when adding accounts (#2020)Ansh2023-11-291-10/+8
* | show informative message when token scope is wrongSamuel Newman2023-11-301-5/+15
|/
* PWI: Refactor Shell (#1989)dan2023-11-241-3/+2
* Add dev-only button to clear storage (#1965)Eric Bailey2023-11-211-0/+33
* Hindi Internationalization (#1914)Ansh2023-11-201-2/+2
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-3/+10
* Remove deprecated models and mobx usage (react-query refactor) (#1934)Paul Frazee2023-11-161-587/+576
* Refactor invites modal (#1930)Eric Bailey2023-11-161-7/+9
* Eric/preferences (#1873)Eric Bailey2023-11-121-4/+5
* Pare down session as much as possibleEric Bailey2023-11-101-1/+1
* Remove error states, just best effortEric Bailey2023-11-101-7/+4
* Follow conventions for query, use isDirty flag in session store to avoid unne...Eric Bailey2023-11-101-2/+2
* Web login/signup and shellEric Bailey2023-11-091-95/+141
* First pass at a session handler (#1850)Eric Bailey2023-11-091-3/+8
* Internationalization & localization (#1822)Ansh2023-11-091-47/+53
* Add modal state provider, replace usage except methods (#1833)Eric Bailey2023-11-081-13/+12
* State layer cleanup: move alt-text-required into preferences and fix a bug in...Paul Frazee2023-11-081-2/+4
* Move onboarding state to new persistence + reducer context (#1835)Paul Frazee2023-11-081-2/+4
* Move require alt-text to new persistence + context (#1839)Paul Frazee2023-11-081-2/+6
* Add persistent state provider (#1830)Eric Bailey2023-11-071-7/+13
* Extract shell state into separate context (#1824)Eric Bailey2023-11-071-2/+4
* Replace all logs with new loggerEric Bailey2023-11-041-4/+4
* Fix other error logs while I'm at itEric Bailey2023-11-041-1/+1
* Revert "Fix invite codes flash on desktop, use loading placeholder (#1591)" (...Paul Frazee2023-10-101-39/+31
* Fix invite codes flash on desktop, use loading placeholder (#1591)Patroll2023-10-041-31/+39
* Account quick switch modal (#1567)Paul Frazee2023-09-281-59/+5