Commit Graph

647 Commits

Author SHA1 Message Date
hearmeneigh e5243efef4
Merge pull request #307 from CodingWithAnxiety/master
fix roll inf bug + reformatting
2024-01-01 12:35:13 -08:00
CodingWithAnxiety 23d4d0005a fix roll inf bug 2023-12-31 16:01:47 -05:00
Mr. Stallion f3e6c6f0c4 upped version 2023-12-20 20:51:02 -08:00
Mr. Stallion 6d95321ac4 minor 2023-12-20 20:49:19 -08:00
Mr. Stallion 489659ebed Merge branch 'canary' of https://github.com/hearmeneigh/fchat-rising into canary 2023-12-20 20:07:01 -08:00
Mr. Stallion 0382a2a386 shift-click in eicon selector 2023-12-20 20:06:58 -08:00
hearmeneigh c4c6d9c83d
Merge pull request #301 from greyhoof/browser-option
Browser option URL handling improvements
2023-12-16 14:15:15 -08:00
Greyhoof e6981f03ee Merge branch 'master' of github.com-greyhoof:greyhoof/fchat-rising into browser-option 2023-12-13 13:30:50 +01:00
Greyhoof dcef50e0ec ~ Improvements to URL encoding handling (fewer edge-cases!) 2023-12-13 13:29:34 +01:00
Mr. Stallion 05fbb0aea9 minor 2023-12-03 14:11:12 -08:00
Mr. Stallion 70009e4d3e upped version 2023-12-02 16:43:15 -08:00
Mr. Stallion 23233322f5 minor 2023-12-02 16:42:31 -08:00
Mr. Stallion 760885946f fixed tiktok previews 2023-12-02 16:41:17 -08:00
Mr. Stallion 6373556cbd minor 2023-12-02 13:53:49 -08:00
Mr. Stallion cf1238fff6 minor 2023-12-01 18:05:07 -08:00
Mr. Stallion fb5cec06ba Merge branch 'fun-with-browsers' of https://github.com/hearmeneigh/fchat-rising into fun-with-browsers 2023-12-01 17:41:12 -08:00
hearmeneigh c91e5c2197
Merge pull request #273 from greyhoof/browser-option
Browser option
2023-12-01 17:40:49 -08:00
hearmeneigh 91b287a0ac
Merge pull request #276 from Abeehiltz/master
Fix [hr] in collapse title
2023-12-01 17:34:46 -08:00
Abeehiltz 912b8e07ae
Place the arrow correctly in-between [hr] 2023-11-19 21:58:06 +01:00
Abeehiltz d072d4a381
Fix [hr] in collapse title 2023-11-19 12:02:20 +01:00
Greyhoof b29b43de75 + Added a "reset to default" button for browser settings 2023-11-17 09:33:58 +01:00
Greyhoof 1b9401cbfa ~ Refactored logic for checking browser path and access 2023-10-12 14:41:04 +02:00
Greyhoof acb0387808 [~] OpenURLExternally() now just checks if the path exists and is executable by user 2023-10-12 14:15:22 +02:00
Greyhoof 040c1ca21d + Added a warning re: browser setting
+ Added a mac-specific warning about an unresolved bug in MacOS
~ Adjusted settings window dimensions
2023-10-11 10:16:58 +02:00
Greyhoof 8ba7326b48 ~ Removed os import, using process.platform instead 2023-10-11 09:42:59 +02:00
Greyhoof bfcbf8573b [x] Fixed opening URLs in external browser on MacOS 2023-10-10 11:54:09 +02:00
Greyhoof 877bb9448f x Potential fix for selecting executables as external browser on Mac and Linux 2023-10-10 10:24:17 +02:00
Greyhoof cdce884844 x Fixed openURLExternally() encoding URLs that were already encoded 2023-10-10 10:07:29 +02:00
hearmeneigh 4f93b944a4
Merge pull request #224 from greyhoof/browser-option
Browser option
2023-09-29 12:29:16 -07:00
hearmeneigh d5da7ab79f
Merge pull request #243 from WhiteHusky/patch-1
Fix webpack on aarch64 (and potentially others)
2023-09-29 12:26:27 -07:00
Carlen White 91fbd33b5f
Fix webpack on aarch64 (and potentially others)
Swapping out the deprecated `node-sass` with `sass` allows a aarach64 Android device to webpack successfully.

Otherwise, `node-sass` emits errors about `undefined-symbol` and webpack fails.
2023-09-27 23:11:34 -04:00
Greyhoof 77fcaaf095 x Fixed an issue with openURLExternally() that caused some links to be passed to custom browser incorrectly 2023-09-16 20:42:12 +02:00
Greyhoof d038654538 + Implemented method that opens passed URLs in the external browser, either the custom one or the default one
x Fixed settings not being properly set from modal
2023-09-11 08:37:55 +02:00
Greyhoof 0015494e19 ~ Improved layout of browser option dialog
+ Implemented display of current settings value
+ Implemented selecting and setting new browser option path value
2023-09-05 20:44:35 +02:00
Greyhoof d173e5863e x Fixed browser settings dialog (placeholder) so that it actually works and looks correct 2023-09-05 16:29:37 +02:00
Greyhoof 683b0701b5 + Added new, empty dialog where the browser option is going to go
+ Added menu item to open browser option dialog
2023-09-05 12:39:59 +02:00
Mr. Stallion c637c8419a Merge branch 'master' into canary 2023-09-03 20:28:38 -07:00
Mr. Stallion 7bad376750 minor 2023-09-03 20:27:52 -07:00
Mr. Stallion c41081089b minor 2023-09-03 20:06:48 -07:00
Mr. Stallion a11420293c Minor 2023-09-03 20:06:35 -07:00
Mr. Stallion fd7c28ebac Merge branch 'master' into canary 2023-09-03 20:06:13 -07:00
Mr. Stallion 057c1dc7c8 fix broken tabs 2023-09-03 20:05:46 -07:00
Mr. Stallion 66d599cca8 minor 2023-09-03 18:49:09 -07:00
Mr. Stallion cf3a16c9ac minor 2023-09-03 18:36:18 -07:00
Mr. Stallion cde8e62b13 Merge branch 'master' into canary 2023-09-03 18:26:26 -07:00
Mr. Stallion 19b399b587 Minor 2023-09-03 18:26:15 -07:00
Mr. Stallion 10710c4d04 Merge branch 'master' into canary 2023-09-03 18:15:41 -07:00
Mr. Stallion 3316dd00a9 minor 2023-09-03 18:15:31 -07:00
Mr. Stallion ac46256a43 minor 2023-09-03 18:01:56 -07:00
Mr. Stallion 4971ef16a7 minor 2023-09-03 17:55:52 -07:00