1276 Commits

Author SHA1 Message Date
Keyan
5a1f39d076
Merge pull request #1008 from stackernews/territory-header-createdAt
Add founding date to territory header
2024-04-03 13:00:00 -05:00
keyan
a764837776 update redirection logic for invites 2024-04-02 19:51:30 -05:00
ekzyis
3cd80a54f6 Add createdAt to territory header 2024-04-03 01:17:32 +02:00
keyan
1e3a836fbc update reward notification for msm 2024-03-30 18:46:01 -05:00
keyan
ef5a92dff4 match offcanvas nym position to navbar 2024-03-28 18:57:42 -05:00
keyan
9820055aee refine hiding bottom navbar when virtual keyboard opens 2024-03-28 18:18:44 -05:00
keyan
176d0e2e77 fix weird ios sticky behavior with virtual keyboard 2024-03-28 17:35:08 -05:00
keyan
b2616bdfdb change order of bell and post button for symettry 2024-03-28 16:35:21 -05:00
keyan
7dac5e79a6 prioritize showing wallet balance over price carousel 2024-03-28 16:32:53 -05:00
keyan
79b894514b fix sticky gap on some android devices 2024-03-28 16:17:05 -05:00
keyan
d5a018e48d hide bottom navigation when virtual keyboard is shown 2024-03-28 16:03:45 -05:00
keyan
ce5d01037a use safe-area-inset-bottom for bottom nav padding 2024-03-28 12:57:27 -05:00
keyan
97927c1f9a consistent sticky search spacing 2024-03-28 12:37:26 -05:00
keyan
dfc3d7dfa6 fix nav spacing 2024-03-28 12:33:58 -05:00
ekzyis
dcb7205278 Fix alignment in modal 2024-03-28 17:10:05 +01:00
Keyan
4c2fcec69b
Merge pull request #982 from stackernews/nav
Improved navigation with dedicated mobile navigation
2024-03-27 16:53:19 -05:00
keyan
6054afa10c simplify logic determining if territory select is shown 2024-03-27 16:29:04 -05:00
keyan
2575a4a494 offcanvas style and login fixes 2024-03-27 14:41:02 -05:00
keyan
f0911fde04 more spacing consistency 2024-03-27 14:04:04 -05:00
keyan
316418327a make recent/top have consistent spacing 2024-03-27 13:44:36 -05:00
Keyan
df7e944bf8
Merge pull request #980 from stackernews/hashed-api-keys
Hash API keys with SHA-256 before storing them
2024-03-27 13:02:57 -05:00
ekzyis
48342bc246 Fix typo 'visibile' 2024-03-27 15:45:17 +01:00
keyan
e1f183f48a navigation -> nav 2024-03-26 19:49:10 -05:00
keyan
b884bde24d check for new notifications in context/singleton 2024-03-26 19:35:18 -05:00
keyan
bfe5edcfe3 search all territories by default + more intuitive search filters 2024-03-26 18:37:40 -05:00
keyan
f2ba61e64b enhance navigation 2024-03-26 18:36:31 -05:00
ekzyis
121205fa4b Add delete obstacle 2024-03-26 22:33:18 +01:00
Keyan
a93fea4a1f
Merge pull request #975 from benalleng/option-key-prop
Add index to make unique key props on territory options
2024-03-26 14:31:43 -05:00
benalleng
e36b77ad68 fix: add index to make unique key props on territory options 2024-03-26 15:28:26 -04:00
Keyan
b18b5d1638
Merge pull request #974 from felipebueno/reader_view_compatibility
Enable readerView compatibility (issue #884)
2024-03-26 14:00:50 -05:00
Felipe Bueno
170bf7464b fullItemContainer div -> article to make it compatible with browser's reader view 2024-03-26 14:10:18 -03:00
Keyan
3730b89667
Merge pull request #972 from benalleng/issue923
Allow links to be fit to their content on the homepage
2024-03-26 11:00:56 -05:00
benalleng
dc87594d92 feat: add max-width fit-content 2024-03-26 09:58:48 -04:00
ekzyis
922d2394fd Remove unnecessary withdrawl field 2024-03-26 02:10:46 +01:00
ekzyis
3388f818cf Add withdrawal notifications 2024-03-26 00:50:48 +01:00
Keyan
3a00695041
Merge pull request #965 from stackernews/zap-undo-threshold
Use thresholds to trigger zap undos
2024-03-25 17:34:10 -05:00
Keyan
e60f1b80d3
Merge pull request #962 from stackernews/more-zap-undo-fixes
More zap undo fixes II
2024-03-25 17:32:30 -05:00
Keyan
59b0027ad0
Merge pull request #970 from AustinKelsay/bugfix-crosspost-link-context
Add context field to crossposted link if present
2024-03-25 17:25:22 -05:00
austinkelsay
a9506c4532 Add context field to crossposted link if present 2024-03-25 17:16:45 -05:00
Satoshi Nakamoto
263d0cc425 remove duplicative styles 2024-03-25 15:35:32 -04:00
Satoshi Nakamoto
32bc483e48 chart skeletons 2024-03-25 15:35:32 -04:00
ekzyis
c2aef34ba2 Add threshold for zap undos 2024-03-25 20:34:28 +01:00
ekzyis
42d7a31584 Fix custom zap modal closed after zap undo 2024-03-25 20:32:23 +01:00
ekzyis
0193ac97fe Fix toast progress bar jump due to end flow hack
If an underlying toast finished, an empty toast that automatically immediately hides was dispatched to end the flow ("end flow hack").

If this empty toast had the same tag, the code marked the top toast as hidden even though it was not hidden.

This meant that during render, the animation-delay for the top toast (which was already rendered) was added again, leading to a progress bar jump.

This is fixed by no longer using this "end flow hack" where a toast is dispatched but a dedicated function to end flows.
2024-03-25 20:32:23 +01:00
ekzyis
17071fa615 Add missing tag to custom zap toasts 2024-03-25 20:32:23 +01:00
keyan
e8f9a186c6 fix image url construction 2024-03-20 14:18:11 -05:00
ekzyis
d237861ff5
Use module path aliases (#938)
* Use module path aliases

* fix broken refactor

* path mapping for svgs, style, and remaining places (bonus: lose babel dep)

---------

Co-authored-by: keyan <keyan.kousha+huumn@gmail.com>
2024-03-19 19:37:31 -05:00
ekzyis
687d71f246
Purchase archived territories (#897)
* Handle archived territories in territory form

* Use dedicated mutation

* Add sanity check for eternal territories

* Fix fields and cost ignored

* Remove no longer needed manual validation in upsertSub

* Remove founder check

* Always check if sub is archived

Using { abortEarly: false } now since previously, if no description was not given, we wouldn't detect if the sub was archived since validation would abort on empty descriptions.

Only on submission all fields would get validated but since we ignore archived errors during submission, the user would never see that the sub is archived before submission
+ the wrong mutation would run if archived is not already true before submission.

Hence, we need to validate all fields always.

There is currently still a bug where the validation does not immediately run but maybe this can be fixed by simply using validateImmediately on the Formik component.

* Fix archived warning not shown after first render

* Only create transfers if owner actually changes

* Reuse helper functions in lib/territory.js

* Rename var to editing

* Use onChange instead of validation override

* Run same validation on server for unarchiving

* Fix 'territory archived' shown during edits

* Use && instead of ternary operator for conditional query

---------

Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
2024-03-19 17:23:59 -05:00
Keyan
18d126c610
Merge pull request #929 from stackernews/referral-link-privacy-setting
Add setting for no referral links on copy
2024-03-17 12:55:33 -05:00
ekzyis
5b15fd88a9 Fix ToC due to repeated slug calls 2024-03-17 18:24:39 +01:00