Skip to content
Open
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9af4877
Added profile dropdown option in the mainLayout
Dharp02 Sep 25, 2025
53e08e9
Modified back button
Dharp02 Sep 25, 2025
9e272a9
Adjusted copy button
Dharp02 Sep 25, 2025
0597bba
Added a text editor the page
Dharp02 Sep 25, 2025
2730ca9
Added a yaml format,able to search users and autopopulate the person…
Dharp02 Sep 26, 2025
d6e81d4
Implemented save button functionality
Dharp02 Sep 26, 2025
3050ecf
User Profile updated in database
Dharp02 Sep 27, 2025
b5a391d
importing ycard parser
Dharp02 Sep 28, 2025
c14751f
Used ycard Functionality and modified the code, ycard to vcard
Dharp02 Sep 29, 2025
9d97faa
Fixed org and email being displayed in UI and mapped correctly
Dharp02 Sep 30, 2025
fe1a9e3
Converted ycard to vcard and exported vcard in .vcf file
Dharp02 Sep 30, 2025
5ab7a30
Modified autoSuggestion function to display names not uid
Dharp02 Sep 30, 2025
0ad7845
Fixed autosuggestion that fills all the details of userProfile
Dharp02 Sep 30, 2025
9770459
Added validate yaml button functionality
Dharp02 Sep 30, 2025
ed49afa
Implemented function for formatcode button
Dharp02 Oct 7, 2025
1baf334
Fixed email parsing
Dharp02 Oct 7, 2025
122e0d4
Changed editor as a modal overlay
Dharp02 Oct 9, 2025
71bc7e7
Fixed the color for SaveChanges button
Dharp02 Oct 9, 2025
b3abfed
Add collaborator modal functionality and event handlers
Dharp02 Oct 10, 2025
2b87823
fixed login issue on refresh
Dharp02 Oct 10, 2025
ae75bb9
Add Meteor import and initialize screen on component creation
Dharp02 Oct 10, 2025
6eef0dc
Add Meteor import and initialize screen on component creation
Dharp02 Oct 10, 2025
7e88f90
Fixed Status bar
Dharp02 Oct 10, 2025
46f8b6d
Added an editor component
Dharp02 Oct 10, 2025
2483402
feat: add CodeMirror and SweetAlert2 dependencies
Dharp02 Oct 10, 2025
4663e5b
feat: enhance CodeMirror editor with team data loading and logging fu…
Dharp02 Oct 10, 2025
f5a72bb
feat: enhance CodeMirror editor with improved focus and pointer event…
Dharp02 Oct 11, 2025
ece6031
feat: Add yCard independent YAML editor with Monaco Editor integration
Dharp02 Oct 16, 2025
28101f1
feat: State Management through creating template instance globally
Dharp02 Oct 16, 2025
3d58e9c
feat: Enhance YCardEditor with cursor tracking and card preview funct…
Dharp02 Oct 17, 2025
e656855
removed mask
Dharp02 Oct 17, 2025
d2fefe7
feat: Implement YCardManager class for YAML data handling and validation
Dharp02 Oct 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ hot-module-replacement@0.5.4 # Update code in development without reloading the
blaze-hot # Update files using Blaze's API with HMR
accounts-base@3.1.2
accounts-password@3.2.1
session

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this necessary

2 changes: 2 additions & 0 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@ promise@1.0.0
random@1.2.2
rate-limit@1.1.2
react-fast-refresh@0.2.9
reactive-dict@1.3.2
reactive-var@1.0.13
reload@1.3.2
retry@1.1.1
routepolicy@1.1.2
session@1.2.2
sha@1.0.10
shell-server@0.6.2
socket-stream-client@0.6.1
Expand Down
Loading