nikec
d8ac61eeba
[ENG-1317] Ephemeral location notice ( #1628 )
...
* wip
* ephemeral notice
2023-10-20 04:11:54 +00:00
nikec
0f3d7a2a64
[ENG-955] Hide media view on network, ephemeral, and nodes explorer ( #1630 )
...
layouts option
2023-10-19 23:43:53 +00:00
Vítor Vasconcellos
34fe26e442
[ENG-1229] Show hidden files not working correctly ( #1583 )
...
* Ensure hidden prop is updated when file is modified
* Fix show hidden files in ephemeral locations
* Restore hidden prop for NonIndexedPathItem
2023-10-19 05:14:42 +00:00
pr
427d8845aa
job manager: utils/formatNumber all numbers ( #1511 )
2023-10-19 03:23:27 +00:00
nikec
ace3527bfc
[ENG-1305] "Add Locations" onboarding flow ( #1611 )
...
* locations onboarding flow
* optional
* Backend for default location on library creation
* Rust fmt
* Enhancing error handling and introducing more resilience
* Removing .spacedrive metadata on library deletion
* Rust fmt again
* default to videos
---------
Co-authored-by: Ericson Fogo Soares <ericson.ds999@gmail.com >
2023-10-19 03:18:36 +00:00
ameer2468
1fe61700e0
OS check for mouse navigate ( #1621 )
...
Update useMouseNavigate.ts
2023-10-18 08:32:25 +00:00
Julian Braha
1b2d89f3db
Fix casing switch in "Log in" button ( #1619 )
...
Fix casing inconsistency
2023-10-18 04:26:39 +00:00
Brendan Allan
f05f6563b6
[ENG-1290] In-app changelog + GitHub releases as CMS ( #1602 )
...
* improve docs
* in-app changelog
* derive site changelogs from github releases
* cleanup + static changelog generation
* metadata
* fix metadata fns
* update tauri handler
2023-10-18 04:26:20 +00:00
Oscar Beaumont
f67b7e807a
[ENG-1291] enable/disable P2P & configurable port ( #1609 )
...
* it works pog
* UI for when networking is disabled
* Fix Clippy issues
* clippy tings
2023-10-18 03:52:54 +00:00
ameer2468
563531c8c4
[ENG-1226] Link locations button in inspector ( #1612 )
...
Link locations button in inspector
2023-10-17 15:30:28 +00:00
nikec
557bb36e8f
[ENG-1316] Better explorer count handling ( #1610 )
...
count
2023-10-17 10:34:02 +00:00
jake
a32ba7470b
[ENG-1289] Reload webview support for Windows and Linux ( #1590 )
...
* full webview reload for linux/windows
* cleanup platform-specific code
* code cleanup & bindings
* add reload to the debug popover
* try to fix windows builds
* even better fix
2023-10-17 07:17:56 +00:00
Oscar Beaumont
a7ad24c641
[ENG-625] Spacedrop improvements ( #1447 )
...
* Fist fight with the abstraction
* Prevent opening multiple Spacedrop dialogues
* Infinite renders = infinite power
* Comment be gone
* Spacedrop multiple files
* correlate connection id's
* fixes
* thanks Typescript
* Clippy errors + fix cfg's from main
2023-10-17 04:31:42 +00:00
ameer2468
97ee8a21c6
[ENG-1304] hidden files shortcut ( #1603 )
...
hidden files shortcut
2023-10-16 21:03:35 +00:00
ameer2468
fe345d2375
[ENG-1301] mouse4 mouse5 dont work when hovering ( #1601 )
...
* Fix mouse navigation bug when file/folder is hovered
* remove imports
2023-10-16 15:29:18 +00:00
ameer2468
5c439c9add
[ENG-1294] Mac - Delete shortcut ( #1597 )
...
* Delete shortcut fixed for Mac
improve types and fix incorrect icon
Update Contents.tsx
formatting
* shouldn't toggle if no items are selected
2023-10-16 12:24:18 +00:00
Tilo
d1e6f08c5e
[ENG-1252] Hidden files will now be 50% opacity. ( #1548 )
...
* [ENG-1252] Hidden files will now be grayscale and at 50% opacity.
* [ENG-1252] Removed grayscale
* [ENG-1252] Make enverything opacity 50
2023-10-16 10:44:01 +00:00
Brendan Allan
d4ad5c97f3
Migrate landing page to app dir ( #1587 )
...
* app dir yay
* better docs route
* fix icon sizing
* mobile sidebars
* detect webgl in useEffect
* separate zxcvbn
2023-10-16 04:28:16 +00:00
ameer2468
2dd28540f1
[ENG-1288] Copy, cut, and paste shortcuts ( #1591 )
...
* copy paste shortcut
* add cut shortcut
2023-10-15 10:47:03 +00:00
pr
3d844aeee7
some light mode fixes ( #1581 )
2023-10-14 07:42:31 +00:00
Vítor Vasconcellos
3b686946e6
Tauri 1.5.2 + normalize and update frontend dev deps ( #1579 )
...
* Normalize & update front-end dev-deps + Tauri 1.5.2
* format code
2023-10-14 04:27:09 +00:00
ameer2468
b21d928479
[ENG-1277] Windows open context menu key correction ( #1576 )
...
Update SharedItems.tsx
2023-10-13 17:01:30 +00:00
nikec
8f944ddf98
[ENG-1248] Add additional size options to media view ( #1575 )
...
Add addition size options to media view
2023-10-13 16:14:45 +00:00
ameer2468
e3549372e1
[ENG-1273] Update explorer views shortcut ( #1566 )
...
* update views shortcut
* type and remove un-used imports
* Update ExplorerPath.tsx
2023-10-13 14:41:28 +00:00
ameer2468
e8306e6a50
[ENG-1274] Update explorer path bar shortcut + keybindings ( #1574 )
...
Update explorer path bar shortcut + keybindings
2023-10-13 14:41:18 +00:00
ameer2468
4d99f16bae
[ENG-1272] Tag color picker switches back to first tag when releasing the mouse ( #1567 )
...
Update index.tsx
2023-10-13 14:40:53 +00:00
Oscar Beaumont
39744b5c55
Reduce production logs + button on error page for logs ( #1565 )
...
* reduce prod logs
* Open logs dir button on error page
2023-10-13 08:50:01 +00:00
Brendan Allan
25fa1f0974
[ENG-1255] Feedback popover with new API ( #1532 )
...
* feedback popover with new api
* allow unauthed feedback
* add login information
* allow no auth
* fix hooks
* remove emoji on reset
* show cancel on left of login button
2023-10-13 08:08:07 +00:00
Oscar Beaumont
c5679d127f
Cancel login ( #1562 )
...
* Cancel login
* Fix light mode styling
* use `text-ink` + `button`
* better
2023-10-13 07:39:26 +00:00
nikec
9b5ae960b5
[ENG-1264] Improve file name truncating ( #1557 )
...
truncate
2023-10-13 05:02:40 +00:00
nikec
519a64f0e4
[ENG-1266] Fix rename keybind ( #1553 )
...
Fix rename keybind
2023-10-13 02:10:06 +00:00
nikec
3a33d469b9
[ENG-1265, ENG-1263] Fix show object size ( #1552 )
...
* Fix show size
* Hide toggle & fix height
2023-10-13 00:34:07 +00:00
nikec
60e1c04170
[ENG-1262] Icon component for sd icons ( #1550 )
...
icon component for sd icons
2023-10-12 23:05:43 +00:00
nikec
d3b832636d
[ENG-1261] Fix AddLocationButton on ephemeral locations ( #1549 )
...
fix AddLocationButton cut
2023-10-12 19:05:42 +00:00
ameer2468
84ebda23b9
[ENG-1259] windows ephemeral locations keyboard nav fix ( #1545 )
...
* Update GridList.tsx
* Update GridList.tsx
* Update GridList.tsx
2023-10-12 16:59:16 +00:00
ameer2468
1c2b04c10f
[ENG-1260] When renaming on windows - we don't want enter to open folder ( #1546 )
...
Update index.tsx
2023-10-12 16:58:29 +00:00
ameer2468
de341d0f2a
[ENG-1250] Fix windows mouse navigation ( #1538 )
...
Fix windows mouse navigation
2023-10-12 16:29:18 +00:00
ameer2468
5a30aa7f2f
[ENG-1257] Replace S with T for settings page shortcut ( #1543 )
...
Replace S with T for setting
2023-10-12 16:28:32 +00:00
pr
a921ce3fa4
fix text viewer duplicate content on rerender & shrink font ( #1541 )
...
fix text viewer duplicate content & size tweak
2023-10-12 15:50:32 +00:00
ameer2468
36c6b6dd2a
[ENG-1254] Fix explorer path bar for windows ( #1537 )
...
* Update ExplorerPath.tsx
* fix support for windows and mac
2023-10-12 12:10:45 +00:00
Jamie Pine
e12ef1a917
Remove login from onboarding ( #1524 )
...
remove login from onboarding
2023-10-12 04:25:50 +00:00
ameer2468
3c55bfdd80
[ENG-1249] Library description update fix ( #1508 )
...
Update general.tsx
2023-10-11 16:19:47 +00:00
nikec
abbbd36ae7
[ENG-1247] Fix overview categories ( #1505 )
...
fix categories
2023-10-11 15:57:06 +00:00
nikec
edda9566b1
[ENG-1236] fix mac tooltips on truncated folder names is inconsistent ( #1497 )
...
* fix tooltip
* fix isTruncated
2023-10-11 14:29:26 +00:00
nikec
d9c8af0551
[ENG-1244] Fix highlighted RenameTextBox text colour on light theme ( #1499 )
...
fix text color
2023-10-11 14:29:07 +00:00
ameer2468
be63385dd1
[ENG-1245] Fix stats tooltip color ( #1501 )
...
Update Statistics.tsx
2023-10-11 14:28:56 +00:00
nikec
6bdf0e0158
[ENG-1237] Fix "Add device" tooltip ( #1494 )
...
fix tooltip
2023-10-11 10:10:41 +00:00
Percy Ma
babb895ac6
fix: setting item in menu bar ( #1485 )
2023-10-11 08:32:23 +00:00
Oscar Beaumont
69ade6b3f5
Fix copyright text ( #1476 )
...
i'm a commit monkey
2023-10-11 05:57:13 +00:00
Jamie Pine
77a6ab1d73
Release landing page ( #1464 )
...
* start
* not for this branch lol
* fix dates
* fix spacing
* revert mistake
* progress
* blog
* improve wording
* more blog
* more blog moment
* moreee blog
* cant spell can i
* bloggggg
* change name
* some rambling
* sentence meowment
* merge
* prep
* perfect app ui template for landing
* updated landing image
* fix border
* section
* fix query param handling
* remove apps/snapshot
* remove `WindowControls`
* Playwright in setup script
* `showControls` in a store
* better screenshot + fixed stars with fadeout
* fix show controls store mistake
* begin bento boxes
* bento box stuff
* taggrid
* release blog post: clarifying punctuation & rearrange some sentences (#1097 )
* landing page wip
* Update index.tsx
* tweak
* Update pnpm-lock.yaml
* Update app.webp
* better app image + line animation wip
* wip
* tweak + image
* tweaks + 60 fps ball
* 60 fps platforms anim
* landing updates
* static globe
* tweaks
* device detect and dynamic imports
* Accessibility and minor performance improvements from Lh report.
* Update globe.webp
* Improve randomness of line animation, better cloud image
* isMobile vid support
* Update index.tsx
* new art
* docs
* docs
* Improvements and feedback
* Update index.tsx
* improvements
* quick art tweak
* updated art
* increase size
* SVG animation
* animations
* convert platforms to arr and framer motion
* new section - wip preview
* remove border app animation - more animation work
* mobile tweaks
* tweak
* duration adjustment
* animation improvements
* different floating times for other circles
* Pricing page
* tweak
* optimize images, accessibility values, svg attribute cleanup
* launch prep
* fix blog link
* adding location docs
* hover effect
* fixes to layout
* Update index.tsx
* another show controls method
* use PageLayoutContext in other file
* merge
* desktop release download api
* update publishing api
* hook up desktop releases api to landing page
* screenshot stuff
* Delete .github/scripts/setup-system.sh
* Update october-alpha-release.mdx
* rotating screenshots, fixed blog and apple download chooser
---------
Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com >
Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me >
Co-authored-by: pr <pineapplerind.info@gmail.com >
Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com >
Co-authored-by: Brendan Allan <brendonovich@outlook.com >
2023-10-11 04:05:40 +00:00