|
|
f6c2ae7504
|
remove banner on mobile/tablet devices
|
2024-03-25 15:08:39 +01:00 |
|
|
|
890875ad9d
|
- upgrade to browserless v2
- add missing languages
- add donation banner
- update dependencies
- bump version to 4.0.9
|
2024-03-22 12:11:15 +01:00 |
|
|
|
08a6415ba8
|
-- code refactored --
|
2024-03-11 11:25:45 +00:00 |
|
|
|
1ee9478200
|
debounce in profile icon
|
2024-03-11 10:28:50 +00:00 |
|
|
|
53dfd4cb09
|
fix language selector
|
2024-03-10 11:12:15 +01:00 |
|
|
|
b47b7824ff
|
- bump up version to 4.0.6
- update dependencies
- remove test phase from CI script
- lint and format all files
|
2024-03-10 10:35:23 +01:00 |
|
|
|
10b2ca8bf2
|
Merge pull request #1790 from gzsombor/import-fixes
Better error handling and more lenient on the imported values
|
2024-03-10 10:23:58 +01:00 |
|
|
|
f1d4ebb504
|
Merge pull request #1788 from abizek/main
Fix popover stacking in right sidebar theme section
|
2024-03-10 10:21:40 +01:00 |
|
|
|
71d3cea100
|
Fix build
|
2024-03-09 12:33:49 +01:00 |
|
|
|
5a2c222d61
|
Better error handling and more lenient on the imported values
|
2024-03-09 11:50:56 +01:00 |
|
|
|
269f4c8b4d
|
fix(builder): fix popover stacking in right sidebar theme section
Fixes #1642
|
2024-02-28 00:16:18 +05:30 |
|
|
|
f30d299949
|
fix(import): Changing 'Filetype' clears the 'File' upload field properly
|
2024-02-14 21:14:02 +03:00 |
|
|
|
debfd9167f
|
add eslint ignore
|
2024-01-21 11:12:35 +01:00 |
|
|
|
b68b5a7747
|
add digitalocean attribution
|
2024-01-21 11:00:24 +01:00 |
|
|
|
8bca7f5390
|
release: v4.0.4
|
2024-01-19 10:04:23 +01:00 |
|
|
|
ac322a9bd4
|
Add pending inputs as a new Keyword
Ensures that any Keywords that were intended to be added are not lost
|
2024-01-18 19:45:29 -08:00 |
|
|
|
390f274d06
|
Dialogs that accept keywords, track pending inputs
In every dialog component that allows the input of Keyword, instantiate
a pendingKeyword State to track if the BadgeIput element has a pending
input
|
2024-01-18 19:42:24 -08:00 |
|
|
|
aa8a8e378e
|
fix(auth): Locale & Theme switch in authentication
|
2023-12-04 16:29:13 +05:30 |
|
|
|
d0ef127fe1
|
fix(auth): Fix Locale & ThemeSwitch button overlap
|
2023-12-03 00:05:59 +05:30 |
|
|
|
57aac2ab62
|
fix: label date -> date or date range, closes #1564
|
2023-11-26 15:50:02 +01:00 |
|
|
|
e26ca2adf1
|
feat: add env var VITE_DISABLE_SIGNUPS to allow admins to disable all signups, closes #1592
|
2023-11-26 15:48:17 +01:00 |
|
|
|
f090573147
|
- fix: add line-clamp-1 on button text, closes #1585
- fix: add drag handle icon to panels
|
2023-11-26 15:37:58 +01:00 |
|
|
|
062748eb5c
|
fix: openai chat completions api upgrade, closes #1586
|
2023-11-26 15:32:56 +01:00 |
|
|
|
9298a7473e
|
fix: wrap rich input toolbar, closes #1588
|
2023-11-26 15:26:39 +01:00 |
|
|
|
4f4919566d
|
fix: language selector in settings
|
2023-11-26 15:25:47 +01:00 |
|
|
|
73322acde1
|
fix: modify z-index for dialogs to fix popover being hidden
|
2023-11-26 14:55:37 +01:00 |
|
|
|
9418bcf44f
|
update dependencies
|
2023-11-25 02:48:48 +01:00 |
|
|
|
e9d888b07c
|
fix: implement fuzzy search with locale switcher and settings page
|
2023-11-24 03:53:09 +01:00 |
|
|
|
c4d3dd89d7
|
feat: add product hunt banner to landing page
|
2023-11-24 01:07:02 +01:00 |
|
|
|
4750410af0
|
Merge pull request #1571 from MyLiveCV/BUG-1569
BUG-1569 - Add Lock Option for List View
|
2023-11-23 22:31:01 +01:00 |
|
|
|
f2ca131aee
|
BUG-1569 - Add Lock Option for List View
|
2023-11-24 00:31:11 +05:30 |
|
|
|
edc46da933
|
Merge pull request #1570 from MyLiveCV/BUG-1569
Bug Fix for 1569 - `On Dashboard in List View Lock Menu missing`
|
2023-11-23 19:59:21 +01:00 |
|
|
|
482c0b4982
|
BUG-1569 - Add Lock Option for List View
|
2023-11-24 00:21:09 +05:30 |
|
|
|
e00efd03a1
|
BUG-1566 - Add Copy functionality
|
2023-11-23 22:37:13 +05:30 |
|
|
|
6e53a0f7a3
|
fix: auth layout if email is the only auth provider
|
2023-11-23 17:15:49 +01:00 |
|
|
|
4411ee7d1d
|
fix: add link to docs in hero section
|
2023-11-23 14:00:33 +01:00 |
|
|
|
4687091ebd
|
fix an assorted set of issues, more info on linear
|
2023-11-22 22:50:21 +01:00 |
|
|
|
27758c72e3
|
feat: add tooltip to url-input label icon, closes RX-14
|
2023-11-22 22:25:30 +01:00 |
|
|
|
da2f4dba60
|
feat: implement back navigation on some of the auth flows, closes RX-13
|
2023-11-22 16:01:08 +01:00 |
|
|
|
78c435681b
|
fix: merge similar translation strings, closes RX-12
|
2023-11-22 15:47:27 +01:00 |
|
|
|
436efe0f59
|
fix: RX-11 merge similar strings
|
2023-11-22 15:44:49 +01:00 |
|
|
|
dfb3ef60dd
|
- add docker-swarm deployment example
- update dependencies
|
2023-11-22 09:08:23 +01:00 |
|
|
|
2a3ae68948
|
implement button to download PDF from a public resume page
|
2023-11-21 13:45:39 +01:00 |
|
|
|
1825fc3283
|
- implement disable_email_auth env var
- add sync crowdin translations github action
|
2023-11-21 09:44:37 +01:00 |
|
|
|
8b217dfcfa
|
- upgrade react-resizable-panels to latest version
- update translations
- remove cypress
- add await to all return blocks
|
2023-11-19 09:52:55 +01:00 |
|
|
|
626c131f7d
|
- Add templatesCount variable to FeaturesSection
component
|
2023-11-17 14:01:28 +01:00 |
|
|
|
fe9c19fc4e
|
add "notranslate" tag, handle default locale fallback, fix certifications id in metadata
|
2023-11-17 13:28:58 +01:00 |
|
|
|
34247f13b6
|
design nosepass template, add tests, add template previews
|
2023-11-17 08:31:12 +01:00 |
|
|
|
72852f90e2
|
pin browserless/chrome version as latest it too unstable
|
2023-11-14 21:53:10 +01:00 |
|
|
|
3fb8e06f15
|
fix(i18n): t macro usage
|
2023-11-14 13:27:35 +01:00 |
|