Tom Moor
f50bb00b29
Refactor of OAuth account linking flows ( #12246 )
...
* Refactor of OAuth account linking flows
* PR feedback
2026-05-02 18:54:38 -04:00
Tom Moor
bf45e97641
chore: Enforce type import consistency ( #10968 )
...
* Update types
* fix circular dep
* type imports
* lint type imports and --fix
2025-12-19 23:07:02 -05:00
Tom Moor
d392149860
fix: Non-integration plugins missing in settings ( #9167 )
...
Other minor refactors
2025-05-10 12:45:06 -04:00
Tom Moor
d0bd2baa9f
Add integrations page ( #9155 )
...
* update useSettings
* Integration page skeleton
* add descriptions
* update design
* Integration page style update
* clean up
* update integration card
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update integration icon size
Co-authored-by: Tom Moor <tom.moor@gmail.com >
* Update all integrations menu item
* update IntegrationCard to use the `Text` component
* update card status
* fix: Google analytics never shows as installed
fix: Styling tweaks
Move webhooks out of integrations
* Add breadcrumbs
* Add filtering
* refactor
* Add hover state, tweak descriptions
---------
Co-authored-by: Tess99854 <tesnimesb@gmail.com >
Co-authored-by: Mahmoud Mohammed Ali <ibn.el4ai5@gmail.com >
Co-authored-by: Mahmoud Ali <mahmoud.ali.khallaf@gmail.com >
2025-05-10 09:59:41 -04:00
Tom Moor
24e4dd663b
fix: Clarify functionality of personal Slack connection
2024-05-27 13:10:58 -04:00
Tom Moor
cbdacc7cfd
Add ability to link Slack <-> Outline accounts ( #6682 )
2024-03-18 18:21:38 -07:00
Apoorv Mishra
fd34a6d19c
Refactor and regroup urlHelpers utils ( #6462 )
...
* fix: refactor urlHelpers
* fix: move to /plugins/slack/shared
* fix: remove .babelrc
* fix: remove Outline class
* fix: Slack -> SlackUtils
* fix: UrlHelper class
2024-02-29 11:41:03 +05:30
Tom Moor
5ce8827a8c
chore: Convert <Text /> component to span by default
2024-01-30 22:49:31 -05:00
Tom Moor
e62c734c41
Duplicative method cleanup ( #6431 )
2024-01-25 20:02:17 -08:00
Tom Moor
d536fa9939
translation: team -> workspace
2023-10-18 08:32:43 -04:00
Tom Moor
b7bfc4bb1a
chore: Remove optimize imports to allow vite upgrade ( #5691 )
2023-08-14 11:44:58 -07:00
Tom Moor
89d5527d39
Handle promise linting ( #5488 )
2023-06-28 17:18:18 -07:00
Tom Moor
db73879918
Assorted cleanup, minor bug fixes, styling fixes, eslint rules ( #5165
...
* fix: Logic error in toast
fix: Remove useless component
* fix: Logout not clearing all stores
* Add icons to notification settings
* Add eslint rule to enforce spaced comment
* Add eslint rule for arrow-body-style
* Add eslint rule to enforce self-closing components
* Add menu to api key settings
Fix: Deleting webhook subscription does not remove from UI
Split webhook subscriptions into active and inactive
Styling updates
2023-04-08 05:25:20 -07:00
Tom Moor
1b11cb5aca
fix: Missing space in translation string
2023-04-04 22:11:40 -04:00
Tom Moor
21a1257d06
chore: Move remaining auth methods to plugins ( #4900 )
...
* Move Google, Email, and Azure to plugins
* Move OIDC provider, remove old loading code
* Move AuthLogo to plugin
* AuthLogo -> PluginIcon
* Lazy load plugin settings
2023-02-19 19:52:08 -08:00
Tom Moor
33afa2f029
Plugin architecture ( #4861 )
...
* wip
* Refactor, tasks, processors, routes loading
* Move Slack settings config to plugin
* Fix translations in plugins
* Move Slack auth to plugin
* test
* Move other slack-related files into plugin
* Forgot to save
* refactor
2023-02-12 10:11:30 -08:00